http://bugs.winehq.org/show_bug.cgi?id=10799
Summary: Myst Masterpiece Edition crashes at startup Product: Wine Version: 0.9.49. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: mateuscg@gmail.com
Created an attachment (id=9662) --> (http://bugs.winehq.org/attachment.cgi?id=9662) Patch applied using "patch -p1 -R < patchfile"
Beginning with wine version 0.9.49, Myst Masterpiece Edition crashes at startup. I identified the regression at this commit:
http://www.winehq.org/pipermail/wine-cvs/2007-November/037630.html
After I undo some of the changes at ChangeDisplaySettingsExA @ dlls/user32/sysparams.c to not call GdiConvertToDevmodeW, as 0.9.48 and before, Myst worked again. Attached are the wine debugger output and the patch I applied using "patch -p1 -R < patchfile".