http://bugs.winehq.org/show_bug.cgi?id=26310
Summary: Return to Mysterious Island: mouse behaves erratically in the menus Product: Wine Version: 1.3.15 Platform: x86 URL: http://www.gamershell.com/download_7332.shtml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: julliard@winehq.org
Created an attachment (id=33537) --> (http://bugs.winehq.org/attachment.cgi?id=33537) terminal output
This bug affects several, if not all adventure games from the developer Kheops Studio.
Symptom: After starting the game the main menu appears but the mouse pointer seems to be stuck: it won't move. If you move your mouse constantly the mouse pointer begins to move after a couple of seconds. As soon as you stop moving your mouse, the pointer is stuck again and it takes several seconds to catch up again with the actual mouse movement.
Once you manage to get into the game the mouse pointer behaves correctly (it moves continuously)... until you press the right-mouse button to bring up the inventory screen: the mouse pointer behaves the same way as in the main menu.
f46bd50a806e3d3707bab3ed3649e107adca3630 is the first bad commit commit f46bd50a806e3d3707bab3ed3649e107adca3630 Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 2 16:28:23 2011 +0100
winex11: Get rid of the ClipCursor and SendInput entry points.
The commit cannot be reverted cleanly on Wine-1.3.15,
git checkout f46bd50a806e3d3707bab3ed3649e107adca3630 >>the issue is present git reset --hard HEAD^ >>restores the original behaviour (the mouse pointer is moving solidly although it is slow as reported in bug #20947).