Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
VMWare Workstation 9.0.1 build-894247 on Win7
Description
h := DllCall("OpenProcess", "UInt", 0x0010 | 0x0400, "Int", false, "UInt", id) |
and
e := DllCall("Psapi.dll\GetModuleBaseNameA", "UInt", h, "UInt", 0, "Str", n, "UInt", s) |
returns ERROR_INVALID_HANDLE (error 6) in r58285.
Because of this some *.tmp processes are not closed and makes AHK test suite to work incorrectly.