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@winehq.org ReportedBy: oskar.gargas@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.
http://bugs.winehq.org/show_bug.cgi?id=23159
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winex11.drv |-unknown Platform|All |Other OS/Version|All |other
http://bugs.winehq.org/show_bug.cgi?id=23159
--- Comment #1 from Oskar Gargas oskar.gargas@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
http://bugs.winehq.org/show_bug.cgi?id=23159
--- Comment #2 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=23159
Patrick Linerudt wacrex@live.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Patrick Linerudt wacrex@live.com 2010-06-15 10:42:14 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=23159
Andrey Kulakov grcool@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |grcool@yandex.ru
--- Comment #4 from Andrey Kulakov grcool@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 :(
http://bugs.winehq.org/show_bug.cgi?id=23159
Patrick Linerudt wacrex@live.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wacrex@live.com
--- Comment #5 from Patrick Linerudt wacrex@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. ^^
http://bugs.winehq.org/show_bug.cgi?id=23159
Coucouf zecoucou@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zecoucou@free.fr
--- Comment #6 from Coucouf zecoucou@free.fr 2010-09-25 13:37:07 CDT --- The patch indeed solves this issue. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=23159
The_K the_k586@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the_k586@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=23159
--- Comment #7 from florent.piteau@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
http://bugs.winehq.org/show_bug.cgi?id=23159
--- Comment #8 from florent.piteau@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
http://bugs.winehq.org/show_bug.cgi?id=23159
florent.piteau@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |florent.piteau@gmail.com
--- Comment #9 from florent.piteau@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
http://bugs.winehq.org/show_bug.cgi?id=23159
chemacg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chemacg@gmail.com
--- Comment #10 from chemacg@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?
http://bugs.winehq.org/show_bug.cgi?id=23159
--- Comment #11 from butraxz@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 ?
https://bugs.winehq.org/show_bug.cgi?id=23159
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #12 from Austin English austinenglish@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.
https://bugs.winehq.org/show_bug.cgi?id=23159
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Austin English austinenglish@gmail.com --- Closing.