[Bug 32065] New: Ctrl-C does not work in GoToMyPC native viewer
http://bugs.winehq.org/show_bug.cgi?id=32065 Bug #: 32065 Summary: Ctrl-C does not work in GoToMyPC native viewer Product: Wine Version: 1.5.15 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: whitney.marshall(a)gmail.com Classification: Unclassified When using the GoToMyPC native viewer, the Ctrl-C keystroke gets converted into a Break somewhere between my fingers and the app running on the remote machine. I believe this to be a wine issue because GoToMyPC running on a qemu virtual machine (WinXP) doesn't have 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=32065 --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-11-01 01:29:37 CDT --- Logs? Download link? http://wiki.winehq.org/FAQ#get_log http://www.winehq.org/docs/wineusr-guide/bug-reporting -- 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=32065 whitney.marshall(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.gotomypc.com/me | |mbers/register.tmpl?FreeTri | |al=true --- Comment #2 from whitney.marshall(a)gmail.com 2012-11-01 10:25:56 CDT --- My apologies. The version I'm using is 7.2 build 635. It's commercial software and I have a subscription through my employer, but it looks like you can get a free trial version at https://www.gotomypc.com/members/register.tmpl?FreeTrial=true. I realize this is going to be tricky to debug, since it requires a remote Windows machine running the g2mypc service and a Linux client running wine to debug. If you could point me toward some wine debugging resources, I'd be happy to take a crack at it myself and see what I can find out. Is there a way to capture keystrokes sent to wine? Or just turn the verbosity way up? Exact commandline: $ wine $TMPDIR/goToMyPC.exe ...where $TMPDIR contains the downloaded client. g2mypc requires you to download the small client program every time you re-connect. Note that your web client (firefox, chrome, curl) has to send a Windows-looking user-agent to the server in order to get the native .exe download. Without that you're shunted to their Java "Universal Viewer," which is cross-platform and universally useless. Log attached. -- 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=32065 --- Comment #3 from whitney.marshall(a)gmail.com 2012-11-01 10:31:36 CDT --- Created attachment 42362 --> http://bugs.winehq.org/attachment.cgi?id=42362 Wine output for a g2mypc login This log contains the entirety of wine's output when wine $TMPDIR/goToMyPC.exe is executed. (Please excuse the fontconfig warnings.) After logging in, I pressed Ctrl-C and then minimized the window so I could see what was written to the log. I did this several times. The pair of LockWindowUpdate lines appeared every time I minimized the viewer to see if Ctrl-C was producing any output. So, nothing shows up for the Ctrl-C keystroke. -- 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=32065 --- Comment #4 from whitney.marshall(a)gmail.com 2012-11-01 16:16:00 CDT --- Created attachment 42366 --> http://bugs.winehq.org/attachment.cgi?id=42366 Wine output for g2mypc with key and keyboard traces This may be getting us somewhere. I ran wine with WINEDEBUG=+key,+keyboard and got this (copious!) output. (Since this is a keyboard trace, it clearly showed my password until I excised that bit.) You can see that keyboard layout detection happens several times and each time settles on a US layout with phantom keys(?). I use US dvorak. Around line 11764 you can see a series of keypresses I did in the viewer. This consisted of holding down the Ctrl key and pressing K, C, X, and Z. Do a grep 'VK_' on the file to see the keystrokes pop out. You can see I lifted my Ctrl finger a few times. Do we have enough information to mark this as being a keyboard 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.
https://bugs.winehq.org/show_bug.cgi?id=32065 --- Comment #5 from Austin English <austinenglish(a)gmail.com> --- Is this still an issue in current (1.7.35 or newer) wine? If so, please attach terminal output. -- 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=32065 --- Comment #6 from whitney.marshall(a)gmail.com --- Unfortunately I no longer have access to GoToMyPC to be able to test this. -- 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=32065 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #7 from super_man(a)post.com --- (In reply to whitney.marshall from comment #6)
Unfortunately I no longer have access to GoToMyPC to be able to test this.
Can be closed then? -- 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=32065 --- Comment #8 from whitney.marshall(a)gmail.com --- (In reply to super_man from comment #7)
(In reply to whitney.marshall from comment #6)
Unfortunately I no longer have access to GoToMyPC to be able to test this.
Can be closed then?
Works for me. -- 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=32065 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- (In reply to whitney.marshall from comment #8)
(In reply to super_man from comment #7)
(In reply to whitney.marshall from comment #6)
Unfortunately I no longer have access to GoToMyPC to be able to test this.
Can be closed then?
Works for me.
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=32065 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 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