Windows error 0x0000022A, 554

Detailed Error Information

CANT_WAIT[1]

MessageUsed to indicate that an operation cannot continue without blocking for I/O.
Declared inwinerror.h

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

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 554 (more)

Questions

0votes
0answers

App Verifier Stop 00000900 using File Open Dialog

My C++/MFC program uses the CFileDialog class to retrieve a filename to open. If I comment out the DoModal() call, no Verifier Stops occur. If the dialog is opened (even if it is then simply Canceled), the stops are generated -- three in a row. So I tried the Common [...] read more
c++
memory-leaks
heap-memory
application-verifier
0votes
2answers

app crashes on cellForRowAtIndexPath

I keep posting crash logs i receive from the client and It's good to know that I have been able to learn a lot and resolve these issues as well. Here is another one down here: Incident Identifier: 7971B91B-9462-4B2A-B8F1-A77EE1C4F75F CrashReporter Key: f3a4736dc8d450a3cb0ecb7367313dbbd816c484 Process: MyApp [661] Path: /var/mobile/Applications/6DB30EF7-2B81-4631-9532-1785EAEA919B/MyApp.app/MyApp Identifier: MyApp Version: [...] read more
iphone
uitableview
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