http://bugs.winehq.org/show_bug.cgi?id=25159
Summary: Gmax installer crashes Product: Wine Version: 1.3.7 Platform: x86 URL: http://www.turbosquid.com/gmax OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: hans@meelstraat.net
Created an attachment (id=31913) --> (http://bugs.winehq.org/attachment.cgi?id=31913) terminal output including a backtrace
The installer of Gmax (a freeware video game modelling tool) crashes during installation. It works with Wine-1.3.5.
The result of the regression test:
eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead is the first bad commit commit eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead Author: Hans Leidekker hans@codeweavers.com Date: Tue Oct 19 11:27:44 2010 +0200
msi: Compare strings without depending on thread locale.
:040000 040000 aa909e718816ee31784ca0843f734b2f2abbf12c e2b17e18cb0f295859a03ed1853a65e7a3322b6f M dlls
The patch cannot be reverted cleanly. After git checkout eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead > the installer is broken git reset --hard HEAD^ > the installer finishes its job correctly.
Author of the patch added to CC. Feel free to inform me if you need a log with specific debug channels.