Windows error 0x00003600, 13824

Detailed Error Information

IPSEC_IKE_INVALID_HEADER[1]

MessageInvalid header
Declared inwinerror.h

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

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 Code13824 (0x3600)

Questions

0votes
1answer

PhoneGap 2.1.0 not working on iOS 4.3.3

I've developed an hello world example using PhoneGap Build and it's working fine on iOS 5 but it's crashing on iOS 4.33. Here's the crash log: Incident Identifier: 96D8E936-F4A3-43C6-864E-5BE8631E454E CrashReporter Key: c2c95d63cf11603079ae85170ab939102266467f Hardware Model: iPhone2,1 Process: HelloWorld210 [305] Path: /var/mobile/Applications/8DFA1B8E-DF57-41F6-A504-261D2185358C/HelloWorld210.app/HelloWorld210 Identifier: HelloWorld210 Version: ??? (???) Code Type: ARM (Native) Parent [...] read more
javascript
ios
cordova

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