http://bugs.winehq.org/show_bug.cgi?id=5704
Summary: regression: Stormangel crashes (opengl32) Product: Wine Version: CVS Platform: Other URL: ftp://ftp.avault.com/demos/stormangeldemo.exe OS/Version: Linux Status: UNCONFIRMED Keywords: regression, download Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk CC: fenix@club-internet.fr
The game starts fine in wine-0.9.2. In current cvs i get fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 502 Current serial number in output stream: 502
A regression test shows that http://source.winehq.org/git/?p=wine.git;a=commitdiff_plain;h=1399edb0925966... caused the regression. I did a 'patch -Rp1 -i this_patch' against current cvs, and although some parts of the patch could not be reverted, it still compiled and the bug was gone. I'll attach part of the reverted patch that "fixes" the bug