[Gtkradiant] [Bug 648] Crash on first-run, runs fine afterwards (non-standard gametools setting)

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Mon, 04 Nov 2002 05:12:05 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=648

ttimo@idsoftware.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Summary|Crash on first-run, runs    |Crash on first-run, runs
                   |fine afterwards             |fine afterwards (non-
                   |                            |standard gametools setting)



------- Additional Comments From ttimo@idsoftware.com  2002-11-04 05:12 -------
confirmed
from console log:

Trying to guess base path...
C:\Program Files\Return to Castle Wolfenstein - Game of The Year
Edition\tools/WolfSP.exe not found, prompting for base path.

preferences.cpp:2193
it goes up one directory to search for the engine / basepath
if you use something like tools/Radiant it will fail

also noticed that if tools/ doesn't exist, tools/Radiant will fail
+ the nightly doesn't remember the suffix for gametools path, so you have to be
careful with the installer.

we should store the base path in the .game to try it before trying to go one dir
up. this requires updating the setup files and radiant's .game stuff.