This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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