Windows error 0x0000370C, 14092

Detailed Error Information

SXS_IDENTITY_DUPLICATE_ATTRIBUTE[1]

MessageAn identity contains two definitions for the same attribute.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007370C.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code14092 (0x370c)

Questions

17votes
3answers

StoreKit SKProductsRequest Crash

I use the following code to request a list of products as per the In-App Purchase Programming Guide. It used to work fine in my iPhone application, however now it crashes every time the product list is requested. The delegate method (void)productsRequest:(SKProductsRequest **)request didReceiveResponse:(SKProductsResponse **)response is never called. SKProductsRequest *request [...] read more
iphone
crash
delegates
in-app-purchase
storekit
2votes
2answers

SIGABRT signal after popping view in iPhone application

I am working on an iPhone application which is crashing after the routine tied to a button call is completed. I am popping the view which is at position index 1 on the navigation controller stack. The current view on which i clicked the button is on index 5. The [...] read more
iphone
uinavigationcontroller
2votes
2answers

iAd randomly crashes

I got this iAd crash randomly in my app. What could I do to fix? I don't see any hints for me to fix it because on the simulator it never happens. Incident Identifier: CA4CBEB9-A081-459B-BAAA-C7D58A0E0ABC CrashReporter Key: e24b9614a897f92ee13ce00b76c71db307c61dcb Hardware Model: iPod2,1 Process: FooApp [737] Path: /var/mobile/Applications/F52C7226-7DA9-464B-939E-322394241900/FooApp.app/FooApp Identifier: FooApp Version: ??? [...] read more
iphone
objective-c
ios4
exc-bad-access
iad

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0