http://bugs.winehq.org/show_bug.cgi?id=26241
Summary: Inbox2: Crash at startup Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=33441) --> (http://bugs.winehq.org/attachment.cgi?id=33441) Terminal output on wine-1.3.13-315-gd9d4323
Steps to reproduce: 1) remove ~/.wine 2) winetricks dotnet30 3) install Inbox2 4) wine Inbox2.exe
Behaviour: Crash.
Expected behaviour: No crash.
http://bugs.winehq.org/show_bug.cgi?id=26241
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://cdn.inbox2.com/clien | |t/x86/Inbox2Installer%200.5 | |.0.0.msi
http://bugs.winehq.org/show_bug.cgi?id=26241
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2011-03-18 12:17:20 CDT --- Still issue in wine-1.3.15
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.
https://bugs.winehq.org/show_bug.cgi?id=26241
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |INVALID Summary|Inbox2: Crash at startup |Inbox2 v0.5 (.NET 3.5 WPF | |app) crashes on startup
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
the installer needs at least .NET 3.5 and explicitly states that if missing (msi LaunchConditions). Even the older v0.4 from 2010 needed at least .NET 3.5.
Additional prerequisites: 'winetricks corefonts windowscodecs'
to work around known .NET bugs (the app is WPF based).
Since the app prerequisites were not properly satisfied the bug was invalid in first place.
$ sha1sum Inbox2Installer\ 0.5.0.0.msi 4e121d19ca1778fdd841928e541994429906d3eb Inbox2Installer 0.5.0.0.msi
$ du -sh Inbox2Installer\ 0.5.0.0.msi 7.8M Inbox2Installer 0.5.0.0.msi
$ wine --version wine-1.7.13-162-g376953e
Regards
https://bugs.winehq.org/show_bug.cgi?id=26241
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.