Bigsteve87
09-06-2007, 01:10 PM
The function g_EnsureProgramIsClosed calls
g_IsProcessRunning(ProgramName) when it should be calling
g_IsProcessRunning(FileName) since g_IsProcessRunning checks for the process by file path not program name. This caused problems because our True Update file had a similar name.
We edited the .lua file and it works fine now.
g_IsProcessRunning(ProgramName) when it should be calling
g_IsProcessRunning(FileName) since g_IsProcessRunning checks for the process by file path not program name. This caused problems because our True Update file had a similar name.
We edited the .lua file and it works fine now.