FSDreamTeam forum

Products Support => GSX Support MSFS => Topic started by: geoffda on August 18, 2022, 11:11:18 pm

Title: Python script exception trying to start GSX **SOLVED**
Post by: geoffda 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!
Title: Re: Python script exception trying to start GSX
Post by: virtuali 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
Title: Re: Python script exception trying to start GSX
Post by: geoffda 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.