Windows error 0x00001A41, 6721

Detailed Error Information

TRANSACTION_NOT_ROOT[1]

MessageThe call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.
Declared inwinerror.h

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

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 Code6721 (0x1a41)

Questions

5votes
2answers

In-App purchase on iOS simulator causes .../usr/libexec/lsd to crash

While testing In-App purchases in the simulator I get the following crash: Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Parent Process: launchd [166] Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000030 VM Regions Near 0x975c08c: MALLOC_SMALL 0000000002000000-0000000004000000 [ 32.0M] rw-/rwx SM=PRV --> __TEXT 000000008fed8000-000000008ff0b000 [ 204K] r-x/rwx SM=COW [...] read more
ios-simulator
in-app-purchase
ios6
4votes
4answers

Core Data example, Invalid update: invalid number of rows in section 0

I am novice at iOS and XCode, and am working through a Core Data tutorial and am really stumped. I continually get the error in the error logs of the following: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: iPhone Simulator [...] read more
ipad
ios
core-data
0votes
1answer

Application was crashed in ipad Air

i did one application and submitted to appstore.But application was rejected due to crash problem.But i run on my ipad it's working properly.I send a mail to review team.And they give me reply as "Your application was running successfully in all ipads except ipad Air.Application was crashed in iPad Air".So [...] read more
ios
iphone
ipad-2
ipad-3
0votes
1answer

Application was crashing without any error message

i am doing one application.That application is running successfully in ipad simulators.But app was crashed in ipad retina simulator without any exception or error message.And the crash report for that crash is Process: lsd [2796] Path: /Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Identifier: lsd Version: 40 Code Type: X86 (Native) Parent Process: launchd [145] [...] read more
ios
iphone
crash-reports
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