PDA

View Full Version : Bug in g_EnsureProgramIsClosed in _Global_Functions.lua


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.

Lorne
09-07-2007, 10:51 AM
Thanks for reporting this! REF# 16392

jlsf2
09-28-2007, 02:14 PM
There are actually 2 bugs in there. You can see more details here:
http://www.indigorose.com/forums/showthread.php?t=17162