https://bugs.winehq.org/show_bug.cgi?id=47419
Bug ID: 47419 Summary: Regression in 4.11, Dune 2000 crashes on mission start Product: Wine Version: 4.11 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
Created attachment 64765 --> https://bugs.winehq.org/attachment.cgi?id=64765 Dune 2000 crash at mission start, wine 4.11 terminal output
Hello,
Dune 2000 crashes when starting a mission since wine 4.11.
Regression test revealed that reverting the following commit on top of wine 4.11 works around the regression:
Module: wine Branch: master Commit: 50dfd232a4f2052b767a96e7dd8ec186d15fbe69 URL: https://source.winehq.org/git/wine.git/?a=commit;h=50dfd232a4f2052b767a96e7d...
Author: Michael Muller <michael at fds-team.de> Date: Mon Jun 10 23:54:22 2019 +0430
ddraw: Properly set DDCAPS.ddsOldCaps in ddraw7_GetCaps().
Signed-off-by: David Adam <david.adam.cnrs at gmail.com> Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com> Signed-off-by: Alexandre Julliard <julliard at winehq.org>
Notes: - Virtual desktop is enabled to 640x400 (retail game resolution is fixed). - DirectDrawRenderer is set to "gdi" in registry. - Game is patched to version 1.06.
Regards.