Windows error 0x000002AE, 686

Detailed Error Information

DLL_MIGHT_BE_INSECURE[1]

MessageThe application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
Declared inwinerror.h

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

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 Code686 (0x02ae)

Questions

0votes
1answer

iPad 3 crash on app launch with EXC_BAD_ACCESS and KERN_INVALID_ADDRESS

I'm checking my app with iPad its working fine, the flow goes well. When I try with the iPad 3, It crashes with the following log: CrashReporter Key: 793204a942c8c4835c8ee40189ce37008d86e70c Hardware Model: iPad3,3 Process: Jansirani [696] Path: /var/mobile/Applications/3C74B74A-7D41-4A61-9EF5-F6E92252612D/Jansirani.app/Jansirani Identifier: Jansirani Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] [...] read more
ios
storyboard
ipad-3

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