Windows error 0x000020A6, 8358

Detailed Error Information

DS_CANT_ADD_SYSTEM_ONLY[1]

MessageIt is not permitted to add an attribute which is owned by the system.
Declared inwinerror.h

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

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 Code8358 (0x20a6)

Questions

0votes
1answer

MonoMac: Having issues with other dialogs

I'm writing an app in MonoMac and its having an issue where if I open a secondary dialog using this invocation var prefForm = new PrefFormController(); prefForm.Window.MakeKeyAndOrderFront(mainWindowController); The app ends up crashing if you switch enough back and forth from the main dialog and the secondary dialog, or buttons being [...] read more
c#
cocoa
mono
monomac
0votes
1answer

OSX Mono Develop 2.8.5 Crashes When Starting New Solution

I am currently running OS X 10.5.8 with MonoDevelop 2.8.5 with Mono Framework Version 2.10.8. When I start MonoDevelop and select Start New Solution the IDE will always crash. If I simply a file the file will open in the IDE. I have reinstalled MonoDevelop and the Framework with no [...] read more
macos
mono
monodevelop
0votes
1answer

Finding source of over release

I'm consistently seeing the same message sent in as a crash report from users of an app. It's clear that an object is being over-released but I'm unable to replicate it and I'm looking for tips on tracing the source of it. The relevant section from the crash report shows [...] read more
objective-c
cocoa
memory-management

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