Author Topic: GSX Crash with Bus route.  (Read 1798 times)

ols500

  • Full Member
  • ***
  • Posts: 130
GSX Crash with Bus route.
« 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)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50875
    • VIRTUALI Sagl
Re: GSX Crash with Bus route.
« Reply #1 on: January 08, 2018, 09:59:14 pm »
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.