Author Topic: Crash in Boarding  (Read 671 times)

pedrovieiraj

  • Newbie
  • *
  • Posts: 3
Crash in Boarding
« on: November 20, 2023, 05:23:31 pm »
When I start boarding, the Couatl Scripting Engine crashes. The log says:

problem raised by addon <unknown>
Traceback (most recent call last):
  File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
  File ".\GSX\assistanceServices\__init__.py", line 2062, in do
  File ".\GSX\assistanceServices\__init__.py", line 4781, in numPassengers
  File ".\common\aircraftDb.py", line 174, in syncPaxNumberFromAirplane
AttributeError: 'PMDG_Handler' object has no attribute 'paxNumberAirplaneCode'
{'Airport': 'SBGR', 'Requested parking services to': 'Gate 304', 'User Pos': (-23.42808888224378, -46.48244167109933, 752 m, 2.4697 m, 264.64386567208487, 0.02049883082509041, 0.024434609338641167, -0.0005136812585184049, 2.553919111633301, 1.0)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51190
    • VIRTUALI Sagl
Re: Crash in Boarding
« Reply #1 on: November 20, 2023, 05:33:21 pm »
It's likely some updated files haven't reached your local Cloudflare node yet. Run the FSDT Live Update again to get the missing new files.

pedrovieiraj

  • Newbie
  • *
  • Posts: 3
Re: Crash in Boarding
« Reply #2 on: November 20, 2023, 06:51:12 pm »
I used the "check" option and apparently it resolved. Thanks