Windows error 0x000036E3, 14051

Detailed Error Information

SXS_XML_E_UNEXPECTEDENDTAG[1]

MessageManifest Parse Error : End tag was not expected at this location.
Declared inwinerror.h

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

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 Code14051 (0x36e3)

Questions

0votes
1answer

App crashes on sqlite after updating the app

After updating the app, there is a problem with sqlite database. The app crashes. Here ist my log, but I am not sure what can be wrong: Stack: ( "0 MyApp 0x00085bdb MyApp + 543707", "1 MyApp 0x0008633d MyApp + 545597", "2 libsystem_c.dylib 0x3af73e8b _sigtramp + 34", "3 libsqlite3.dylib 0x3792c447 [...] read more
ios
database
sqlite
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