[Bug 27765] Injecting mouse events with autohotkey/steam now fails

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 7 12:32:03 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=27765

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com
            Version|1.3.24                      |1.3.15

--- Comment #1 from Dan Kegel <dank at kegel.com> 2012-01-07 12:32:03 CST ---
Confirming.  First bad release was 1.3.15, changing version field.

I used the following two scripts to reproduce clearly.  Works with 1.3.14,
fails with 1.3.15 and later.   (Something funny happens near 0,0 if
the notepad window is in the upper left of the screen, but that's another
story.)

::::::::::::::
try.sh
::::::::::::::
#!/bin/sh
wineserver -k
WINE=$HOME/wine-1.3.14/wine
$WINE ~/.cache/winetricks/ahk/AU3_Spy.exe &
$WINE ~/.cache/winetricks/ahk/AutoHotkey.exe try.ahk
::::::::::::::
try.ahk
::::::::::::::
Run notepad.exe
WinWait, Untitled - Notepad
MouseMove, 400,400
sleep 2000
MouseMove, 300,300
sleep 2000
MouseMove, 200,200
sleep 2000
MouseMove, 100,100
sleep 2000
MouseMove, 10,10
send Autohotkey done, mouse at 10,10

-- 
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.



More information about the wine-bugs mailing list