Windows error 0x00001AC1, 6849

Detailed Error Information

BAD_CLUSTERS[1]

MessageThe operation could not be completed due to bad clusters on disk.
Declared inwinerror.h

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

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 Code6849 (0x1ac1)

Questions

0votes
2answers

When clicking a button app kills process

Basically I've created a soundboard app from another app. However i keep getting the same error and I can't understand whats wrong. I'm quite new to xcode and I've searched all over the internet for help. I'll post all information which maybe required and hopefully can get this working. ## [...] read more
iphone
xcode
macos
uiviewcontroller
unrecognized-selector
0votes
2answers

Weird SIGABRT (unrecognized selector sent to instance) when using UIAlertView

I've been bashing my head in with this one for the past half hour, so I thought I'd ask my friends from Stack Overflow for some wisdom. I've got a tab bar application with a view controller at the root, and passing off the views to other xibs. I created [...] read more
iphone
uialertview
sigabrt

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