Windows error 0x00002042, 8258

Detailed Error Information

DS_CONTROL_NOT_FOUND[1]

MessageThe specified control is not supported by the server.
Declared inwinerror.h

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

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 Code8258 (0x2042)

Questions

1vote
0answers

MQMapKit (MapQuest) IOS 6 crashing

I had a working MKMapKit working in an app Im working on and decided to convert it to MapQuest's MQMapKit which is supposed to be a drop-in replacement from what I understand. After doing so (and checking for any 'MK' map stuff...which I dont believe I have any now, they [...] read more
ios
mapkit
mapquest
1vote
2answers

Help me diagnose this crash

a lot of users of my app are sending in this crash but I'm unable to repeat it.. So I'm looking for tips on how I can troubleshoot it, here's the relevant section of the crash log: Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Crashed Thread: 0 Dispatch queue: [...] read more
objective-c
cocoa
macos
memory-management
crash

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