Author Topic: Python script exception trying to start GSX **SOLVED**  (Read 1726 times)

geoffda

  • Newbie
  • *
  • Posts: 15
Python script exception trying to start GSX **SOLVED**
« on: August 18, 2022, 11:11:18 pm »
I'm getting the following Python exception (shown in the Couatl debug window) when I click on the GSX menu in MSFS:

Error: no model for title FSDT_Fuel_Hydrant_Chevron
Traceback (most recent call last):
  File ".\GSX\__init__.py", line 522, in <lambda>
  File ".\common\youcontrol.py", line 243, in showMenusWithSameTag
  File ".\common\youcontrol.py", line 84, in showContainer
  File ".\GSX\__init__.py", line 961, in checkOnGroundState
  File ".\GSX\assistanceServices\__init__.py", line 4037, in aircraftEngaged
  File ".\GSX\assistanceServices\__init__.py", line 4131, in materializeTrafficCones
  File ".\GSX\assistanceServices\__init__.py", line 4100, in materializeFuelManHole
  File ".\common\modelCustomization.py", line 1179, in getModelWithTitle
common.modelCustomization.ModelNotAvailable: No model of title FSDT_Fuel_Hydrant_Chevron

Looks like the .py file has been encrypted, so I can't debug. I've tried updating my GSX install a couple of times without any luck. Any idea what the problem might be? Presumably, it can't find the model, but why?

Thanks!
« Last Edit: August 19, 2022, 12:26:17 am by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50683
    • VIRTUALI Sagl
Re: Python script exception trying to start GSX
« Reply #1 on: August 18, 2022, 11:20:10 pm »
This shouldn't happen, it seems it cannot find a model that surely it is included. Try to remove this folder:

%PROGRAMDATA%\Virtuali\Couatl\MSFS

And restart Couatl using the Tray Bar

geoffda

  • Newbie
  • *
  • Posts: 15
Re: Python script exception trying to start GSX
« Reply #2 on: August 19, 2022, 12:07:17 am »
That didn't work, but an uninstall reinstall did. Still experiencing a little weirdness with couatl, but I've got the GTX menus displaying now, so I think I'm good. Thanks for the quick response.