https://bugs.winehq.org/show_bug.cgi?id=56348
Bug ID: 56348 Summary: Bricks: Regression in SetCursorPos handling Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: bricks@speeddemosarchive.com Distribution: ---
Hi, I wrote the puzzle game bricks, website @ http://bricks-game.de/ with a direct download link @ http://bricks-game.de/winbricks/bricks1/bricks1.zip
While running wine version 8 on Ubunutu 22.04 I had no problems at all running bricks!
Unfortunately after upgrading to wine 9 the program is barely usable.
After clicking on a brick and trying to move it in a valid direction, the program rapidly moves the brick back and forth hundreds of times a second.
I can tell you that in the source code, the program is calling the SetCursorPos Windows API function, and so the regression appears to be there.
I also tried wine staging version 9.2 and the bug is there as well.