FSDreamTeam forum

Products Support => GSX Support MSFS => Topic started by: JumboAg99 on December 27, 2023, 04:30:56 am

Title: couatl crash when requesting deicing
Post by: JumboAg99 on December 27, 2023, 04:30:56 am
I've run into this at a couple of airports with a couple of planes.  Sometimes if I request deicing, I get a couatl crash.  It'll restart ok, but same thing if I try again.  It's throwing an index out of range error in the log file.  Not sure if I'm the one making an error or if its a bug.  The log below os from CYQR with the BlackSquare Baron.


Code: [Select]
Requested assistance services at Custom DeIce Area
FSDT_GSX_SetGate FSDT_GSX_SetGate_Index exception 'DeIceArea' object has no attribute 'name'
Error: no model for Couatl type DeIce available for ICAO CYQR and params {'wingSpan': 10.363199999999999, 'parkingRadius': 24.0}
Error: no model for Couatl type DeIce available for ICAO CYQR and params {'wingSpan': 10.363199999999999, 'parkingRadius': 24.0}
emulateText_MSFS [GSX] De-icing vehicles are on their way 2.0
Traceback (most recent call last):
  File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
  File ".\GSX\assistanceServices\__init__.py", line 3772, in do
IndexError: list index out of range
{'Airport': 'CYQR', 'Requested assistance services at': 'Custom DeIce Area', 'User Pos': (50.43144885841848, -104.65418100193148, 577.825 m, 1.03242 m, 272.52288779302626, 0.0, -0.0, -0.003571471341099672, 1.143, 1.0)}
Title: Re: couatl crash when requesting deicing
Post by: virtuali on December 29, 2023, 12:00:59 pm
The main problem is you are using an airplane which is too small for deicers, which requires are wingspan of at least 20 meters.
Title: Re: couatl crash when requesting deicing
Post by: JumboAg99 on January 03, 2024, 11:12:45 pm
I was not aware of that limitation, thank you.
Title: Re: couatl crash when requesting deicing
Post by: lynnwillis on January 12, 2024, 10:29:50 am
Thanks for the quick response as always. I didn't know about such restrictions either.