[Bug 27136] New: Oblivion: Mouse clicks or mouse hoovering don't work
http://bugs.winehq.org/show_bug.cgi?id=27136 Summary: Oblivion: Mouse clicks or mouse hoovering don't work Product: Wine Version: 1.3.19 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: budulay(a)email.ua In the menu and in the game itself the cursor is present and can be moved around but neither clicks nor hoovering over a an item registers. In the windowed mode, I get e default X cursor blinking in the middle of hte screen, in addition to clicks and hoovering not working. This used to work fine in the previous versions of wine(can't tell exactly which, since it's been a while, but if it would be helpful I can check different versions to see when this behavior started). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 thunder_8888(a)mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunder_8888(a)mail.ru --- Comment #1 from thunder_8888(a)mail.ru 2011-05-15 09:53:42 CDT --- In 1.3.18 all ok. I will make regression test. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #2 from thunder_8888(a)mail.ru 2011-05-17 09:21:27 CDT --- 79c2e55b5a6331d15788f65a929e9e002c2f8b05 is the first bad commit commit 79c2e55b5a6331d15788f65a929e9e002c2f8b05 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Apr 20 20:30:09 2011 +0200 user32: Only call the driver when the cursor position has really changed. :040000 040000 5e335fb6e93ffa3171bd0ac90294f8088f64b749 b75dac74bbb00182b657a40cd0bf673aad71ace1 M dlls Regression -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |julliard(a)winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #3 from budulay <budulay(a)email.ua> 2011-05-19 00:41:10 CDT --- The issue is partially fixed in 1.3.20 - mouse hoovering and clicks do work now, but click and drags don't. Doesn't matter which mouse button I click, if I try dragging, the cursor doesn't move. Not sure if I should open a new report for this, since it seems this is a part of the same problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #4 from thunder_8888(a)mail.ru 2011-05-19 11:11:22 CDT --- c52f41541578f5a11a596ca3d56aa1eb1aca51ea is the first bad commit commit c52f41541578f5a11a596ca3d56aa1eb1aca51ea Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 26 12:54:39 2011 +0200 dinput: Use a 1x1 clipping rect instead of warping the mouse in exclusive mode. :040000 040000 933b21785615ea3c82d1499a93cc6bff56f845c9 8e845e10eb03484338d4c2d3bc538a6b5da5e958 M dlls After this commit clicks and drag's don't work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #5 from thunder_8888(a)mail.ru 2011-05-19 13:33:55 CDT --- Game can't correctly determine mouse position, because ClipCursor sets clipping region to 1x1 box in the middle of the window. But if make ClipCursor for whole window, mouse starts fast fly in the window (GetCursorPos in dinput_mouse_hook constantly return only one value of mouse position) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #6 from thunder_8888(a)mail.ru 2011-05-22 10:34:56 CDT --- Duplicate 27142 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #7 from thunder_8888(a)mail.ru 2011-05-23 02:42:38 CDT --- Solved in current git version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-05-24 12:07:57 CDT --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2011-05-27 13:35:56 CDT --- Closing bugs fixed in 1.3.21. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #10 from budulay <budulay(a)email.ua> 2011-05-28 02:33:11 CDT --- Just tried 1.3.21 and I still can't click and drag in Oblivion. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #11 from thunder_8888(a)mail.ru 2011-05-29 09:59:24 CDT --- With 1.3.21 all works ok. budulay, check wine --version -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #12 from budulay <budulay(a)email.ua> 2011-05-29 16:55:45 CDT --- vector:/~ budulay7rc1:$ wine --version wine-1.3.21 vector:/~ budulay7rc1:$ When I click any mouse button, hold it and move the mouse, the cursor does not move. Removed ~/.wine, reisntalled Oblivion, patched it to version 1.2.0416, and still get no click & drag. Maybe we're talking about a different problem - what I experience prevents me from rotating my character while in the TAB menu, moving the view while blocking and moving the map around. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 budulay <budulay(a)email.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.19 |1.3.21 Summary|Oblivion: Mouse clicks or |Oblivion: Click and drang |mouse hoovering don't work |don't work -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #13 from thunder_8888(a)mail.ru 2011-05-31 09:26:05 CDT --- budulay, try to build wine from git. And whats your distro? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #14 from budulay <budulay(a)email.ua> 2011-05-31 14:01:29 CDT --- My distro is Vector Linux 7. Maybe I've missed a configure option or something while building it - would you mind posting the configure options you used? I'll try git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27136 --- Comment #15 from budulay <budulay(a)email.ua> 2011-07-28 01:12:34 CDT --- Just wanted to conclude this by saying that I had a similar problem in Deus Ex, and that the problem was fixed in either wine 1.3.24 or 1.3.25. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org