[Bug 38184] AutoHotkey script crashes when calling WScript.Shell's "exec" method (IWshShell3 vtable only supports up to IWshShell2)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 10 13:53:46 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38184

--- Comment #7 from ptubbytaylor at gmail.com ---
It appears that the Terminate method, in windows, sends WM_CLOSE to some/all of
the programs windows (I've had hit and miss results for which windows get a
WM_CLOSE, but that could be a problem on my script's end), then waits for up to
two seconds for the process to end. If the process closes during this time, it
immediately returns to the caller. If, after the full two seconds, the process
has not yet closed, it kills the process and returns to caller.

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