Windows error 0x000013C2, 5058

Detailed Error Information

CLUSTER_NODE_NOT_PAUSED[1]

MessageThe cluster node is not paused.
Declared inwinerror.h

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

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 Code5058 (0x13c2)

Questions

5votes
2answers

iPhone App Rejected by Apple with crash report - can not reproduce

I am totally at a loss on this crash report. I have several fairly complicated apps already in the store and recently submitted an update to one of them. I promptly received the response it had been rejected for crashing on startup. They are using exactly the same SDK version [...] read more
ios
iphone
0votes
1answer

iPhone crash log appears to have crashed in [UIApplication run]

I just downloaded the crash logs for my app from iTunes connect and there are 6 of the same crashes that I do not understand. Here is what I think is the important part of the log (let me know if there is another part I should be looking at): [...] read more
iphone
crash
crash-reports
0votes
2answers

Crash invalidates url for NSPersistentStoreCoordinator

I have a Core Data app that has a bug that causes the app to crash and I have not tracked down its cause yet. One of the results of the crash is that the next time the app is started up it can not open the persistent store used [...] read more
iphone
cocoa
cocoa-touch
core-data
nserror

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