http://bugs.winehq.org/show_bug.cgi?id=60127 Bug ID: 60127 Summary: Wrong colors in Forestia Product: Wine Version: 1.5.13 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@list.winehq.org Reporter: alexhenrie24@gmail.com Target Milestone: --- Distribution: --- Forestia is one of many old games that refuse to start if the graphics card is set to display more than 256 colors. To work around that problem, do the following: 1. Run `wine 'D:\SETUP.EXE'` to install the game. 2. In one terminal, run `Xephyr :1 -ac -screen 1024x768x8` to start a 256-color nested X server. 3. In another terminal, run `DISPLAY=:1 openbox` to start a window manager that supports colormaps. 4. In another terminal, run `DISPLAY=:1 wine 'C:\Program Files (x86)\Forestia\FORESTIA.EXE'` to start the game. 5. The game shows an error dialog that says 'Problème à l'ouverture de "C:\users\alex\Temp".' Just close it and the game will continue. Forestia's main menu has three buttons on the bottom: Exit should be red, Menu should be green, and Help should be orange. As far as I can tell, Wine 1.5.12 was the last version where the colors were close to correct: In Wine 1.5.12, Exit is brown, Menu is green, and Help is orange. After Wine 1.5.12, the colors are scrambled in one way or another. `git bisect` landed on the same commit as Bug 48088, but the fix for that bug in Wine 5.0 did not completely resolve the issue, and Bug 57584 broke it worse in Wine 9.11. Interestingly, https://gitlab.winehq.org/wine/wine/-/merge_requests/9619 does not help with Forestia. $ sha256sum Forestia-English.iso dff0b757f8cbe8784dda2da6c1ab8f0bca15f3a763148eaa0c200473919368d5 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.