Windows error 0x00003B2C, 15148

Detailed Error Information

PRI_MERGE_VERSION_MISMATCH[1]

MessageThe PRI files to be merged have incompatible versions.
Declared inwinerror.h

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

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 Code15148 (0x3b2c)

Questions

1vote
1answer

How to analyze iPhone's device log?

Can anyone tell me how to analyse the iPhone's device log? In addition, can anyone explain what the following means? 0 libobjc.A.dylib 0x00007dd2 prepareForMethodLookup + 10", Thread 0 Crashed: 0 libobjc.A.dylib 0x00007dd2 prepareForMethodLookup + 10 1 libobjc.A.dylib 0x00005162 lookUpMethod + 34 2 libobjc.A.dylib 0x0000290e _class_lookupMethodAndLoadCache + 6 3 libobjc.A.dylib 0x00002644 [...] read more
iphone
xcode
logging
device
0votes
2answers

cocos2d box2d sprite position crash

I have the following code: for (b2Body* b = world->GetBodyList(); b; b = b->GetNext()) { if (b->GetUserData() != NULL) { CCSprite *itemSprite = (CCSprite*)b->GetUserData(); CGSize SpriteSize; SpriteSize.height = itemSprite.contentSize.height; SpriteSize.width = itemSprite.contentSize.width; CGPoint SpritePosition=[itemSprite position]; } } Just get the position of sprite, but this program crash sometimes in: SpriteSize.height [...] read more
cocos2d-iphone
0votes
1answer

iPhone crash log appears to have crashed in [UIApplication run]

I just downloaded the crash logs for my app from iTunes connect and there are 6 of the same crashes that I do not understand. Here is what I think is the important part of the log (let me know if there is another part I should be looking at): [...] read more
iphone
crash
crash-reports
0votes
1answer

How do I make sense of this crash report (SIGABRT)? Regarding parsing an XML file on another host computer + iPad

Basically, imagine this. I have an iPad, a Windows computer with the Apache HTTP server which is hosting an XML file, and a Wi-Fi network that connects them both together. The XML parser I'm using is NSXMLParser. In my - (void)parseXMLFileAtURL method this is my code. NSError * error; NSURLResponse [...] read more
iphone
ipad
0votes
4answers

iPad app works on most devices, gets EXC_CRASH (SIGABRT) on some

I created this awesome iPad game - clean and fun to play, and people that manage to play it more than once love it. In some cases, however, it will not launch for the second time. I can't debug it since it works perfect on my iPad, simulator and on [...] read more
iphone
ipad
0votes
2answers

Crash invalidates url for NSPersistentStoreCoordinator

I have a Core Data app that has a bug that causes the app to crash and I have not tracked down its cause yet. One of the results of the crash is that the next time the app is started up it can not open the persistent store used [...] read more
iphone
cocoa
cocoa-touch
core-data
nserror

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