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