Windows error 0x000020CD, 8397

Detailed Error Information

DS_TREE_DELETE_NOT_FINISHED[1]

MessageThe tree deletion is not finished. The request must be made again to continue deleting the tree.
Declared inwinerror.h

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

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 Code8397 (0x20cd)

Questions

2votes
2answers

Sigbart Error: 'NSInvalidArgumentException'

I have just mutilated my rootViewController over the past day. I'm now getting this error and I have no clue where to look to fix it. Any help on how to fix, or even better, help me to decipher the error output so I can do it myself. 2011-10-24 08:56:29.746 [...] read more
objective-c
ios
runtime-error
0votes
0answers

Signal 1 SIGARBT Crash (PlaySound?)

I started getting this error when I tried to make a button play a sound. I'm not getting a code errors (Red or Yellow markers) but my app crashes when I click the button. Here's what the console outputs: 2014-05-12 20:24:59.866 ReAct[4511:60b] -[ViewController PlayAudioBUtton:]: unrecognized selector sent to instance 0x9059280 [...] read more
ios
objective-c
unrecognized-selector

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