﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
697	Process Close Randomly Not Working	kjcdude@…		"I run my scripts on over 600 PCs and have been running this portion of the script every other night for 9 months and have only seen an issue in v3.2.13.11.

On ~1/15 pcs when this portion of the script is ran the process is not actually closed.
Here's the portion of the script.
{{{
ProcessClose(""Gw.exe"")
}}}

Here's the entire file.
{{{
If FileExists(""C:\Program Files\Guild Wars\Gw.exe"") Then
	run(""C:\Program Files\Guild Wars\Gw.exe"")
	sleep(5000)
EndIf
if ProcessExists(""Gw.exe"") = 0 Then
	DirCopy(""Y:\Guild Wars"", ""C:\Program Files\Guild Wars"", 1)
	RegWrite(""HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet\Guild Wars"", ""Path"", ""REG_SZ"", ""C:\Program Files\Guild Wars\Gw.exe"")
	RegWrite(""HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet\Guild Wars"", ""SRC"", ""REG_SZ"", ""C:\Program Files\Guild Wars\Gw.exe"")
Else
	sleep(60000)
	ProcessClose(""Gw.exe"")
EndIf
}}}"	Bug	closed		AutoIt	3.2.13.11	None	No Bug	ProcessClose	
