Windows error 0x00001AA6, 6822

Detailed Error Information

RM_ALREADY_STARTED[1]

MessageThe transactional resource manager has already been started.
Declared inwinerror.h

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

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 Code6822 (0x1aa6)

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
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