Windows error 0x0000214A, 8522

Detailed Error Information

DS_STRING_SD_CONVERSION_FAILED[1]

MessageThe schema cache load failed to convert the string default SD on a class-schema object.
Declared inwinerror.h

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

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 Code8522 (0x214a)

Questions

0votes
1answer

iOS5 - KERN_INVALID_ADDRESS in crash log

I need your help to understand what's going on in this crash log for my app on iPhone 4S. Date/Time: 2011-10-23 07:51:33.669 -0700 OS Version: iPhone OS 5.0 (9A334) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xc0000008 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread [...] read more
crash
ios5

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