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: flags: none; facility: 0 (FACILITY_NULL); error: 8397 (more)

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