Windows error 0x00002F0A, 12042

Detailed Error Information

HRESULT analysis[1]

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[1][2]
DescriptionThe default facility code.[1][2]
Error Code12042 (0x2f0a)

Questions

0votes
2answers

iOS App Crashes when running by itself on device, does not crash when running through Xcode using debugger, or in simulator

I'm having an issue with my app that runs fine while running when I run using Xcode or the simulator. Stepping through the debugger isn't any help. I've looked at the crash logs and I can't figure out what the issue is (frankly I don't know how to read them [...] read more
iphone
xcode4
ios-simulator

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0