This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
I'm working on obfuscating an assembly and after obfuscation PEVerify issues the following error: [MD]: Error: Method has a duplicate, token=0x060035d8. [token:0x060035D5] [MD]: Error: Method has a duplicate, token=0x060035d5. [token:0x060035D8] Here is the first method declaration with header: // Token: 0x060035D5 RID: 13781 RVA: 0x000D7828 File Offset: 0x000D5A28 .method private [...] read more
i made a game using cocos 2d. it's work fine in iOS 5 and 6 but it crashes when launching the app to the splash screen in ios 7.0.4 on device. i developed the game in xocde 4.6.1. I have a crash log report. -------------------------------------------------------------------------------- Incident Identifier: CE1591CE-8C42-4A28-B9BC-475D2DA3D003 CrashReporter Key: [...] read more