http://bugs.winehq.org/show_bug.cgi?id=26241
Rafal Stanilewicz washuu@eastnews.com.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |washuu@eastnews.com.pl
--- Comment #2 from Rafal Stanilewicz washuu@eastnews.com.pl 2012-03-26 06:13:40 CDT --- On my system (wine 1.4.0) there are two error crashes.
I installed dotnet30 and Inbox2.
First one is from the Framework - you get a proper window with informations about crashed application. In console there is also some information:
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000fa,0x3009a1b4,0x6ac604): stub err:eventlog:ReportEventW L"clr20r3" err:eventlog:ReportEventW L"inbox2.exe" err:eventlog:ReportEventW L"0.5.0.0" err:eventlog:ReportEventW L"4cc6a790" err:eventlog:ReportEventW L"inbox2.platform.logging" err:eventlog:ReportEventW L"1.0.0.0" err:eventlog:ReportEventW L"4cb31694" err:eventlog:ReportEventW L"7" err:eventlog:ReportEventW L"6" err:eventlog:ReportEventW L"system.nullreferenceexception" err:eventlog:ReportEventW L"NIL"
You can choose if you want to send error report to Microsoft or not.
The second error is with wine itself - it just crashes after you select option "don't send" with messages:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Inbox2.Platform.Logging.Logger.Fatal(String message, LogSource source, Object[] args) at Inbox2.App.GlobalWPFExceptionHandler(Object sender, DispatcherUnhandledExceptionEventArgs e) at System.Windows.Threading.Dispatcher.CatchException(Exception e) at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e) at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter) at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at System.Windows.Application.Run() at Inbox2.ApplicationManager.OnStartup(StartupEventArgs args) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at Inbox2.ApplicationManager.Main(String[] args) wine: Unhandled exception 0xe0434f4d at address 0x7b839cf2 (thread 0009), starting debugger...
My configuration is Ubuntu 11.10 32-bit, wine 1.4.0.