Windows error 0x000019EC, 6636

Detailed Error Information

LOG_CLIENT_ALREADY_REGISTERED[1]

MessageA log client has already registered on the stream.
Declared inwinerror.h

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

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 Code6636 (0x19ec)

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

iPad application crash in Apple review - cannot replicate in simulator, have crash log

I am clearly missing something obvious here and would really appreciate some input. I have tried repeatedly to submit an application to Apple (iPad in this case) that is crashing on their end when testing but I cannot replicated the situation on my end (obviously I only have the damned [...] read more
iphone
ipad
crash
crash-reports

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