July 2, 200718 yr I have fgrun and FG 0.9.10 installed on my laptop. It ran fine for w while, but now fgrun crashes immediately. Is there a quick fix for this, that doesn't involve reinstalling the whole fgrun/FG package? I'm guessing this could be fixed by deleting whatever config file fgrun uses, in order to make fgrun think it's being run for the first time. Any ideas?Dave
July 6, 200718 yr After some investigation I've found the fgrun initialization files. It seems that waht's crashing fgrun is a failed base package check in FlightGear. The base package version is correct, so I'm thinking it's a problem with the path name getting mangled. I've been able to run from the command line with this batch file:SET FG_HOME="C:Program FilesFlightGear"SET FG_ROOT="C:Program FilesFlightGeardata"SET FG_SCENERY="C:Program FilesFlightGeardataScenery"PATH=%PATH%;"C:Program FilesFlightGear" cd "C:Program FilesFlightGearbinwin32"fgfs.exe --fg-root=%FG_ROOT% --fg-scenery=%FG_SCENERY% --aircraft=%1cd C:
Create an account or sign in to comment