Windows error 0x000021C5, 8645

Detailed Error Information

DS_UNDELETE_SAM_VALIDATION_FAILED[1]

MessageThe undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object.
Declared inwinerror.h

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

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 Code8645 (0x21c5)

Questions

2votes
2answers

iphone table view scroll aborts - unrecognized selector

I know there have been a ton of questions about the same thing, but so far I haven't been able to apply any solutions to my problem. And I still haven't figured out how to use Instruments. I'm taking a basic tutorial for an iPhone app and just trying to [...] read more
iphone
ios
xcode
uitableview
-2votes
1answer

unrecognized selector sent to instance 0xa7ac9a0

I am making an iPad app compatible for iOS7. App is working perfect in iOS 6 but it crashes in iOS 7. if ([self.exercise.variant isEqualToString:kVariantGFTextItem]) { NSLog(@"item:%@",[[[itemArray objectAtIndex:0] superview]superview]); GapsFillItem *itemView = (GapsFillItem*)[[[[itemArray objectAtIndex:0] superview]superview]subviews]; if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { itemView = (GapsFillItem*)[[[itemArray objectAtIndex:0] superview]superview]; } [itemView.buttonPlaySound setImage:(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)?kImageButtonSoundPerItemPad:kImageButtonSoundPerItemPhone [...] read more
iphone
objective-c
ios7

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