FSDreamTeam forum
Products Support => GSX Support FSX/P3D => Topic started by: ols500 on January 06, 2018, 01:19:17 pm
-
Hi I am developing an airport using ADE and wonderd what criteria GSX needs to funcation at an airport. For example: does it need "vechicle paths"?
I am asking this because at the airport I am using I get a crash once the boarding has finished. It has something to do with teh bus route so please can a GSX dev tell me how to properly add GSX taxi ways ;D
File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
File ".\GSX\assistanceServices\baseAssistanceVehicle.py", line 346, in do
File ".\GSX\assistanceServices\passengerBus.py", line 106, in getLeaveRoute
IndexError: list index out of range
{'Airport': 'CYIO', 'Requested assistance services at': 'Gate 3', 'User Pos': (72.69438743558716, -77.95760571970793, 58.5279 m, 3.3599 m, 111.54916655282456)}
-
For example: does it need "vechicle paths"?
They are not really needed, but it will work way better if add them, otherwise GSX vehicles will have to contend with AI airplanes the usage of the taxiways, which is basically why dedicated vehicle paths exists in real life too.
I don't think the error is related to this. More likely, you might have problems like unconnected or unreachable parkings, or things like that.