[Bug 23159] New: AionOnline: Mouse glitches on panning/rotation
http://bugs.winehq.org/show_bug.cgi?id=23159 Summary: AionOnline: Mouse glitches on panning/rotation Product: Wine Version: 1.1.32 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: oskar.gargas(a)gmail.com When you try to rotate camera by holding mouse button it glitches - try to move, comes back to point of origin, move again. This is common bug reported by everyone who tries to play Aion Online. There is workaround for that: In 'wine-source/dlls/winex11.drv/mouse.c' find: wine_tsx11_unlock(); return TRUE; (in 1.2-rc3 it is line 844) and replace it with: wine_tsx11_unlock(); queue_raw_mouse_message( WM_MOUSEMOVE, NULL, x, y, 0, GetCurrentTime(), 0, 0 ); return TRUE; http://appdb.winehq.org/objectManager.php?sClass=version&iId=20402 I don't think this is related to the 6971 bug. -- 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=23159 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winex11.drv |-unknown Platform|All |Other OS/Version|All |other -- 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=23159 --- Comment #1 from Oskar Gargas <oskar.gargas(a)gmail.com> 2010-06-14 02:48:51 --- I would like to know why the Component: winex11.drv has been removed? Slight modification to winex11.drv fixes this bug what have been proven by many users. I understand that modification made by community may be like a hammer where a precise tool is needed but it at least shows the area where it should be fixed. Regards, Oskar Gargas -- 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=23159 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-14 03:06:09 --- (In reply to comment #1)
I would like to know why the Component: winex11.drv has been removed? Slight modification to winex11.drv fixes this bug what have been proven by many users.
I understand that modification made by community may be like a hammer where a precise tool is needed but it at least shows the area where it should be fixed.
Not necessary, unless you have done an extensive investigation of the 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=23159 Patrick Linerudt <wacrex(a)live.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Patrick Linerudt <wacrex(a)live.com> 2010-06-15 10:42:14 --- *** This bug has been confirmed by popular vote. *** -- 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=23159 Andrey Kulakov <grcool(a)yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grcool(a)yandex.ru --- Comment #4 from Andrey Kulakov <grcool(a)yandex.ru> 2010-08-01 02:50:34 --- This bug is fixed in 1.2 release? I downloaded sources of 1.2, they already has this string in the code. But screen still not rotatable :( -- 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=23159 Patrick Linerudt <wacrex(a)live.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wacrex(a)live.com --- Comment #5 from Patrick Linerudt <wacrex(a)live.com> 2010-09-08 08:20:17 CDT --- (In reply to comment #4)
This bug is fixed in 1.2 release? I downloaded sources of 1.2, they already has this string in the code. But screen still not rotatable :(
No it's not fixed, you simply looked at the wrong place in the code ^^ wine_tsx11_unlock(); queue_raw_mouse_message( WM_MOUSEMOVE, NULL, x, y, 0, GetCurrentTime(), 0, 0 ); return TRUE; This code part can be found every now and then in the code. And since the file is being updated, the row number will change. ^^ -- 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=23159 Coucouf <zecoucou(a)free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zecoucou(a)free.fr --- Comment #6 from Coucouf <zecoucou(a)free.fr> 2010-09-25 13:37:07 CDT --- The patch indeed solves this issue. Thanks. -- 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=23159 The_K <the_k586(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |the_k586(a)hotmail.com -- 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=23159 --- Comment #7 from florent.piteau(a)gmail.com 2011-02-20 11:11:45 CST --- Created an attachment (id=33372) --> (http://bugs.winehq.org/attachment.cgi?id=33372) My Patch for Wine 1.3.14 -- 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=23159 --- Comment #8 from florent.piteau(a)gmail.com 2011-02-20 11:12:45 CST --- Created an attachment (id=33373) --> (http://bugs.winehq.org/attachment.cgi?id=33373) A custom ebuild for Gentoo peeps -- 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=23159 florent.piteau(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florent.piteau(a)gmail.com --- Comment #9 from florent.piteau(a)gmail.com 2011-02-20 11:17:50 CST --- (In reply to comment #8)
Created an attachment (id=33373) --> (http://bugs.winehq.org/attachment.cgi?id=33373) [details] A custom ebuild for Gentoo peeps
If you need to know how to use a custom ebuild in gentoo : http://en.gentoo-wiki.com/wiki/Writing_Ebuilds -- 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=23159 chemacg(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chemacg(a)gmail.com --- Comment #10 from chemacg(a)gmail.com 2011-04-06 09:39:19 CDT --- As of wine 1.3.15 queue_raw_mouse_message function is gone, so this patch makes the compilation fails. Is there any other solution to this mouse 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=23159 --- Comment #11 from butraxz(a)gmail.com 2013-10-18 13:49:03 CDT --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it. Is this still an issue with 1.7.4 or higher ? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=23159 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #12 from Austin English <austinenglish(a)gmail.com> --- (In reply to butraxz from comment #11)
This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
Abandoned. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=23159 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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