Windows error 0x00002EFD, 12029

Detailed Error Information

HRESULT analysis[1]

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[1][2]
DescriptionThe default facility code.[1][2]
Error Code12029 (0x2efd)

Questions

3votes
2answers

IOS 7 App Crash when NSAttributedString + NSString sent to UIActivityViewController and Mail app selected

I wanted to confirm that the following functionality is supported: I have a simple app where I am trying to send an array of strings to UIActivityViewController. The array contains an attributed string and also a regular string. When I click on the share button and open the Mail app, [...] read more
iphone
ios
ios7
nsattributedstring
uiactivityviewcontroller
2votes
1answer

Illegal attempt to establish a relationship when assigning object from child context

I spent few hours trying to solve problems with parent-child core data model. But let's start from the beginning. I've got main context and child context which has .parentContext as the main context. - (NSManagedObjectContext *)mainContext { if (!_mainContext) { _mainContext = [[NSManagedObjectContext alloc] initWithConcurrencyType:NSMainQueueConcurrencyType]; [_mainContext setPersistentStoreCoordinator:self.persistentStoreCoordinator]; } return _mainContext; [...] read more
ios
objective-c
core-data
nsmanagedobjectcontext
0votes
0answers

Error on application start

I am very new to Xcode. I followed an example on YouTube but I am getting the following error on launch of the app 2014-05-16 20:45:02.378 CoreData[9335:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+entityForName: nil is not a legal NSManagedObjectContext parameter searching for entity name 'Patient'' *** [...] read more
ios
objective-c
core-data
crash

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0