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!