http://bugs.winehq.org/show_bug.cgi?id=27149
Summary: Clones demo installer crashes Product: Wine Version: 1.3.19 Platform: x86 URL: http://clonesgame.com/sites/clonesgame.com/modules/pub dlcnt/pubdlcnt.php?file=http://clones.s3.amazonaws.com /ClonesGameDemo_1.29.exe&nid=220 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=34680) --> (http://bugs.winehq.org/attachment.cgi?id=34680) terminal output
The installer of the demo (Clones) crashes during installation.
To reproduce the problem: 1) Launch the installer by wine ClonesGameDemo_1.29.exe. 2) Click on <Next>, accept EULA, <Next>, <Install>...a crash occurs here.
This is due to the following commit:
395479f0d194b7b7e1cf6b766825f492faafde5d is the first bad commit commit 395479f0d194b7b7e1cf6b766825f492faafde5d Author: Hans Leidekker hans@codeweavers.com Date: Fri May 6 14:39:42 2011 +0200
msi: Avoid loading cabinet streams more than once.
:040000 040000 6a52194c1bed51cb08ca316fb0aa5909b65507d7 929d4a4fabe9b29e4c76580a67f7057a12a0767c M dlls
The patch can be reverted cleanly on wine-1.3.19-332-gadcce5d and that fixed the problem.
Author of the patch added to CC.