Author Topic: Problems with GSX  (Read 3689 times)

Cooper382

  • Newbie
  • *
  • Posts: 8
Problems with GSX
« on: September 22, 2013, 08:04:20 pm »
 Hallo,

I have te Problem, that, If I start GSX (STRG+F12) and select the Numbers for Catering, Refuel, Deboarding I get the Message that there is a Problem with Program >>Unknown<< and the Coual.exe is shut down and the Path to Roaming/Virtuali/Couatl is shown too.
Also there is the advice to reinstall the newest Standalone Manager, what I have done already!

There is an error-log file.

What can I do, that it works??

Quote
couatl v2.0 (build 2354)
panic log started on Sat Sep 14 19:52:35 2013

problem raised by addon <unknown>Traceback (most recent call last):
  File "couatl\common\youcontrol.py", line 135, in show
  File "couatl\GSX\__init__.py", line 113, in perform
  File "couatl\GSX\__init__.py", line 581, in prepareGate
  File "couatl\GSX\assistanceServices\__init__.py", line 843, in setGate
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 55, in materialize
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 417, in makeTrain
  File "couatl\common\train.py", line 41, in __init__
  File "couatl\common\modelCustomization.py", line 315, in getModelForCouatlType
common.modelCustomization.NoModelInstalled: No model of type BaggageTractor is currently installed

couatl v2.0 (build 2354)
panic log started on Tue Sep 17 21:02:09 2013

problem raised by addon <unknown>Traceback (most recent call last):
  File "couatl\common\youcontrol.py", line 135, in show
  File "couatl\GSX\__init__.py", line 113, in perform
  File "couatl\GSX\__init__.py", line 581, in prepareGate
  File "couatl\GSX\assistanceServices\__init__.py", line 843, in setGate
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 55, in materialize
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 417, in makeTrain
  File "couatl\common\train.py", line 41, in __init__
  File "couatl\common\modelCustomization.py", line 315, in getModelForCouatlType
common.modelCustomization.NoModelInstalled: No model of type BaggageTractor is currently installed

couatl v2.0 (build 2354)
panic log started on Sun Sep 22 13:54:06 2013

problem raised by addon <unknown>Traceback (most recent call last):
  File "couatl\common\fsm.py", line 61, in switchToState
  File "couatl\GSX\assistanceServices\__init__.py", line 443, in enter
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\__init__.py", line 79, in requestVehicles
  File "couatl\GSX\__init__.py", line 581, in prepareGate
  File "couatl\GSX\assistanceServices\__init__.py", line 843, in setGate
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 55, in materialize
  File "couatl\GSX\assistanceServices\baggageTrain.py", line 417, in makeTrain
  File "couatl\common\train.py", line 41, in __init__
  File "couatl\common\modelCustomization.py", line 315, in getModelForCouatlType
common.modelCustomization.NoModelInstalled: No model of type BaggageTractor is currently installed

Thanks for Help!

Sebastian

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50683
    • VIRTUALI Sagl
Re: Problems with GSX
« Reply #1 on: September 22, 2013, 09:34:44 pm »
What can I do, that it works??

Your error log shows that GSX couldn't find any model for the baggage tractor. Since all models are installed with GSX, these are some of the possible causes:

- Some of the GSX files in the Simobjects\Misc folder has been moved or removed. You can fix this by reinstalling GSX using the full installer.

If that doesn't fix it, it's possible that you or another add-on installer has made a change to your FSX.CFG that resulted in losing the pointer to the objects folder. Check your FSX.CFG located at %APPDATA%\Microsoft\FSX and all lines that contains the SimObjectPaths keyword. Be sure that all the default entries are correct. This is how the default entries should look like:


SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc


If another add-on needs its own section, be sure to ADD its path on a new line, starting from SimObjectPaths.6=, etc.