https://bugs.winehq.org/show_bug.cgi?id=47036
Bob Duke wine@hiyh.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@hiyh.com
--- Comment #24 from Bob Duke wine@hiyh.com --- Thank you Paul for the detailed investigation and summary.
For those of you affected by this issue, the workaround is to "set HKCU\Software\Wine\Direct3D\DirectDrawRenderer to gdi" as explained by Paul. I've confirmed this works for me with wine-5.0-rc4.
If you are unfamiliar with how to do this, you can run the registry editor by using:
$ wine regedit.exe
In the regedit window, navigate to:
HKEY_CURRENT_USERS\Software\Wine
In the Wine directory, you will see various folders (e.g. Drivers, Debug, etc.). If you do not see a folder named "Direct3D," right click on the Wine folder and select New->Key. A new folder will appear under Wine which you can name "Direct3D."
Then, select Direct3D and in the right pane, right click and select New->StringValue. A new entry will appear in the right pane that you can name "DirectDrawRenderer." Press enter to finish the rename, then right click on DirectDrawRenderer and select Modify. In the pop-up, type "gdi" (with no quotes) in the value data box and select ok.
Finally, select Registry->Exit in the top menubar. The Wine window should close automatically.
Once you do this, you should be able to run the game as usual and the title screen menus will be present.