https://bugs.winehq.org/show_bug.cgi?id=55986
Bug ID: 55986 Summary: Gunner3 has flickering in fullscreen Product: Wine Version: 8.21 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Since wine-6.1 there is flickering when running Gunner3 in fullscreen mode. Also, from time to time old frame data is shown for a few moments making the game It works with winecfg virtual desktop mode, and making screenshots in fullscreen is hard. It looks similar to the glitches in bug 45168 (but it is unrelated).
Don't try to click on a level without having the fix from bug 41977 though, it might crash. The menu is enough to reproduce the issue.
https://bugs.winehq.org/show_bug.cgi?id=55986
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Created attachment 75591 --> https://bugs.winehq.org/attachment.cgi?id=75591 Revert Patch
Bisected to commit 4ce1d7f93a35322d149cbde29d619e2580159a80 Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 19 14:34:55 2021 +0100
ddraw: Use BitBlt() for exclusive mode frontbuffer updates if the swapchain window is not in the foreground.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Doesn't revert cleanly on master, but using attached patch to revert fixes the issue.
https://bugs.winehq.org/show_bug.cgi?id=55986
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |d3d CC| |hverbeet@gmail.com Keywords| |download, regression URL| |http://thegamespage.com/dow | |nloads/games/gunner3.exe
https://bugs.winehq.org/show_bug.cgi?id=55986
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |4ce1d7f93a35322d149cbde29d6 | |19e2580159a80 CC| |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=55986
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Bug 53751 points to the same regression commit.