http://bugs.winehq.org/show_bug.cgi?id=27765
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Version|1.3.24 |1.3.15
--- Comment #1 from Dan Kegel dank@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