http://bugs.winehq.org/show_bug.cgi?id=60037 --- Comment #8 from Gergő Sályi <salyigergo94@gmail.com> ---
Which apps are affected?
This is not app specific. For me all fixed resolution 4:3 games I can find are affected: Already mentioned Knights and Merchants The Peasants Rebellion (2001) and Touhou 6 (custom en patch), but Pharaoh / Pharaoh Cleopatra (1999), Heroes of Might and Magic 3: Complete (1999), Touhou 7 and 8 (custom en patches). I'm trying to give you a vibecoded minimal reproducible example in the attachments: ddraw_mre.c Using DirectX 8 creates a fullscreen 800x600 window, clears it bright red, waits 0.5 sec, recreates the window 640x480, clears the screen light blue. This results in a white bar on the left of the intended light blue cleared window for me. $ i686-w64-mingw32-gcc d3d8_mre.c -o d3d8_mre.exe -ld3d8 -lgdi32 -luser32 $ unset DISPLAY; wine d3d8_mre.exe (Can have it without the 800x600 -> 640x480 recreation too, but then the undefined area is filled with transparency instead of white for me, making it less obvious.) -- 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.