[Bug 5806] Autoit scripts work but you have to wave mouse or click on window to get them unstuck...

Wine Bugs wine-bugs at winehq.org
Mon Jul 31 20:17:57 CDT 2006


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





------- Additional Comments From tkho at ucla.edu  2006-31-07 20:17 -------
It looks like AutoIt gets stuck in a SendMessage(WM_GETTEXT) query to an MSI
window. The problem is that the event handler for the MSI window is in a
MsgWaitForMultipleObjects() for QS_ALLEVENTS instead of QS_ALLINPUT; a message
from another thread only wakes the latter. 

(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/msgwaitformultipleobjects.asp)

Fix: http://www.winehq.org/pipermail/wine-patches/2006-July/029264.html

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list