http://bugs.winehq.org/show_bug.cgi?id=32440
Bug #: 32440 Summary: The Secret of Monkey Island Special Edition crashes on start (Wine compiled with -O2 cflag) Product: Wine Version: 1.5.19 Platform: x86 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 351e58318ab453d88efb236bc350099d2c151634
Created attachment 42797 --> http://bugs.winehq.org/attachment.cgi?id=42797 terminal output
I have the non-Steam version of the game, and it crashes very early after starting (before the Securom dialog asking for the serial number could appear). I'm used to compiling Wine with CFLAGS="-g -gdwarf-2 -O2", and the crash occurs with that optimization setting. If I compile Wine without optimization CFLAGS="-g -gdwarf-2 -O0" then the game starts correctly. Also, If I launch the game with certain WINEDEBUG environment variable set (e.g. WINEDEBUG=+font) and compiled with -O2, then the game starts fine.
The problem appeared after 351e58318ab453d88efb236bc350099d2c151634 is the first bad commit commit 351e58318ab453d88efb236bc350099d2c151634 Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 11 16:52:43 2012 +0100
gdi32: Fix text justification to properly handle logical coordinates.
:040000 040000 be35b776d5d11e49d985507c76a7624e7bf9ef5a 61a3a2568b21046e1eb94e40c5581c0dcfb2c84e M dlls
Fedora 17 gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC) wine-1.5.19-104-g1d1cb52
No demo available. Let me know what would be of help.