FSDreamTeam forum
Products Support => GSX Support MSFS => Topic started 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.
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)}
-
The main problem is you are using an airplane which is too small for deicers, which requires are wingspan of at least 20 meters.
-
I was not aware of that limitation, thank you.
-
Thanks for the quick response as always. I didn't know about such restrictions either.