http://bugs.winehq.org/show_bug.cgi?id=12610
Summary: Ctrl and Alt does not work in Guild Wars Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: directx-dinput AssignedTo: wine-bugs@winehq.org ReportedBy: johan.gill@gmail.com
In Guild Wars, the Ctrl and Alt keys should, when pressed, make certain subsets of the characters around the player show.
That does not happen. It used to work in the past, so it is a regression.
http://bugs.winehq.org/show_bug.cgi?id=12610
Johan Gill johan.gill@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Ctrl and Alt does not work |Ctrl and Alt do not work in |in Guild Wars |Guild Wars
http://bugs.winehq.org/show_bug.cgi?id=12610
Johan Gill johan.gill@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=12610
Hewus hewus.owns@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hewus.owns@gmail.com
--- Comment #1 from Hewus hewus.owns@gmail.com 2008-04-16 07:05:20 --- To clarify, the issue is that the ctrl and alt buttons are used for displaying the names of the characters around the player, but in 0.9.59 this does not work. I tried running a regression test a week ago but couldn't get the good version to show (my first time running git, I probably did something wrong). I can confirm the regression in 0.9.59. Michael Spencer on AppDB says 0.9.58 works for him.
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #2 from Lei Zhang thestig@google.com 2008-04-16 12:39:44 --- Duplicate of bug 12343?
http://bugs.winehq.org/show_bug.cgi?id=12610
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Austin English austinenglish@gmail.com 2008-04-16 12:57:49 --- Sounds like it. I added it to the Known issues page, so hopefully there'll be less dupes.
*** This bug has been marked as a duplicate of bug 12343 ***
http://bugs.winehq.org/show_bug.cgi?id=12610
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-04-16 12:57:58 --- Closing dupe.
http://bugs.winehq.org/show_bug.cgi?id=12610
Johan Gill johan.gill@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #5 from Johan Gill johan.gill@gmail.com 2008-04-17 02:17:17 --- Still does not work with GIT, although bug 12343 is fixed.
Reopening
Oh, I'm not running fullscreen, in case that matters.
http://bugs.winehq.org/show_bug.cgi?id=12610
Johan Gill johan.gill@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Johan Gill johan.gill@gmail.com 2008-04-17 02:18:34 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=12610
Greenery fathomer@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fathomer@yahoo.com
--- Comment #7 from Greenery fathomer@yahoo.com 2008-04-18 07:01:28 --- I'd like to add that Shift is also not working. Shift + (1/2/3/4) is shortcut key to chat.
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #8 from Lei Zhang thestig@google.com 2008-04-18 11:34:45 --- Is it still broken in Wine 0.9.60?
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-18 13:01:23 --- First check if it's fixed with wine-0.9.60. If not, attach WINEDEBUG=+key,+keyboard,+dinput,+tid debug output. Hold down each of modified keys (shift, cntrl, alt) then click mouse button. First do this with left keys, then repeat with right keys.
http://bugs.winehq.org/show_bug.cgi?id=12610
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy@kievinfo.com
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #10 from Greg Rogers greg.r.rogers@gmail.com 2008-04-19 01:48:32 --- Created an attachment (id=12293) --> (http://bugs.winehq.org/attachment.cgi?id=12293) Trace of the bug with key logging enabled.
Yes it is still broken in 0.9.60.
$ wine --version wine-0.9.60 $ WINEDEBUG=+key,+keyboard,+dinput,+tid wine Gw.exe 2> ~/trace
trace is attached.
http://bugs.winehq.org/show_bug.cgi?id=12610
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-dinput |winex11.drv
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-19 10:57:52 --- Not dinput - this game does not initialize it. Please apply this patch: http://www.winehq.org/pipermail/wine-patches/2008-April/053617.html and regenerate trace using WINEDEBUG=-d3d,-dxdiag,+key,+keyboard,+cursor,+tid
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #12 from Johan Gill johan.gill@gmail.com 2008-04-20 06:35:19 --- Created an attachment (id=12336) --> (http://bugs.winehq.org/attachment.cgi?id=12336) trace generated with WINEDEBUG=-d3d,-dxdiag,+key,+keyboard,+cursor,+tid
I applied the patch and did this:
1) clicked the LMB
2) click with ctrl pressed, then click with shift pressed, then click with alt pressed.
3) Repeat 2 with right ctrl, right shift, altgr
It seems that the added trace is not printed when left alt is pressed
http://bugs.winehq.org/show_bug.cgi?id=12610
derek djpeterman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djpeterman@gmail.com
--- Comment #13 from derek djpeterman@gmail.com 2008-04-20 14:34:22 --- subscribed
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-20 23:46:10 --- Everything looks fine to me. I'm out of ideas where else can this be broken. Can you check that it works with wine-0.9.58?
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #15 from derek djpeterman@gmail.com 2008-04-21 08:05:29 ---
Can you check that it works with wine-0.9.58?
Wine-0.9.58 did work without these issues, yet since point I've upgrade to Hardy and the only available pre-made installation is now 0.9.60 & 0.9.59. I also notice, that when re-binding the keys in guild-wars, that Left CTRL and Left ALT doesn't respond at all as a bindable (usable) key since 0.9.58. (could be updates to Gnome/Compiz/other interfering..)
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #16 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-21 08:51:16 --- (In reply to comment #15)
Wine-0.9.58 did work without these issues, yet since point I've upgrade to Hardy and the only available pre-made installation is now 0.9.60 & 0.9.59. I
So are you saying you upgraded the whole distro between wine-0.9.58 and now? If so, use git and compile wine-0.9.58 and verify if you have the same problem.
http://bugs.winehq.org/show_bug.cgi?id=12610
Eric ejstacey@joyrex.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ejstacey@joyrex.net
http://bugs.winehq.org/show_bug.cgi?id=12610
Andy Boff wine@plek.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@plek.me.uk
--- Comment #17 from Andy Boff wine@plek.me.uk 2008-04-24 09:41:31 --- I can confirm this bug is valid on a Gentoo 64bit system. Wine 0.9.58 works as expected, 0.9.60 exhibits the regression. Downgrading back to 0.9.58 brings back the expected functionality.
http://bugs.winehq.org/show_bug.cgi?id=12610
haarp liquitsnake@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |liquitsnake@gmx.net
--- Comment #18 from haarp liquitsnake@gmx.net 2008-04-25 13:07:48 --- This bug also appears for Stalker in 0.9.60. Right shift is broken. 0.9.58 was the last working version.
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #19 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-27 11:33:22 --- Patches sent. Hopefully that's all the places that didn't work with left-right modifier keys.
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #20 from haarp liquitsnake@gmx.net 2008-04-28 08:29:52 --- Confirming that the issue has been fixed in Stalker with current GIT.
http://bugs.winehq.org/show_bug.cgi?id=12610
--- Comment #21 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-28 08:45:49 --- (In reply to comment #20)
Confirming that the issue has been fixed in Stalker with current GIT.
Thanks for checking.
Can anyone else check other games affected?
http://bugs.winehq.org/show_bug.cgi?id=12610
LeBarjack lebarjack@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lebarjack@free.fr
--- Comment #22 from LeBarjack lebarjack@free.fr 2008-04-28 13:37:58 --- I confirm it is correct on guild wars too with a fresh git version.
http://bugs.winehq.org/show_bug.cgi?id=12610
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #23 from Vitaliy Margolen vitaliy@kievinfo.com 2008-04-28 20:15:30 --- Closing then.
http://bugs.winehq.org/show_bug.cgi?id=12610
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard julliard@winehq.org 2008-05-02 12:38:14 --- Closing bugs fixed in 0.9.61.
http://bugs.winehq.org/show_bug.cgi?id=12610
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified