Author Topic: Pushback Crashes Couatl at KDAL  (Read 2292 times)

Flightsimguy

  • Newbie
  • *
  • Posts: 4
Pushback Crashes Couatl at KDAL
« on: March 12, 2019, 12:34:10 am »
Freeware obtained through AVSIM
Freeware is: kdal_v1_photo_real
Author: Glenn Johnson

Error Roport:

couatl v3.2 (build 4061)
panic log started on Sun Mar 10 18:00:13 2019

problem raised by addon pushBack.py
Traceback (most recent call last):
  File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
  File ".\GSX\assistanceServices\pushBack.py", line 432, in do
  File ".\common\walker.py", line 248, in walkTo
AssertionError
{'Airport': 'KDAL', 'Requested assistance services at': 'Gate 16', 'User Pos': (32.8462761818445, -96.84759944278063, 150.868 m, 2.4306 m, 249.19456341273863)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50875
    • VIRTUALI Sagl
Re: Pushback Crashes Couatl at KDAL
« Reply #1 on: March 12, 2019, 12:40:28 am »
That looks like an error in the scenery AFCAD, if you run it through ADE "Fault Finder" tool, I'm sure it will report some problems.

Flightsimguy

  • Newbie
  • *
  • Posts: 4
Re: Pushback Crashes Couatl at KDAL
« Reply #2 on: March 14, 2019, 12:30:14 am »
Okay I will give that a go and get back to you.  Same issue just happened with the Payware by FlyTampa's KTPA airport.

couatl v3.2 (build 4061)
panic log started on Wed Mar 13 15:34:29 2019

problem raised by engine or unspecified addon
{'Airport': 'KTPA', 'Requested assistance services at': 'Gate C 33', 'User Pos': (27.982150253125184, -82.53118353858149, 10.397 m, 2.47304 m, 272.3254366174049)}
User collision geometries reloaded
self.sema.join()
Traceback (most recent call last):
  File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
  File ".\GSX\assistanceServices\pushBack.py", line 432, in do
  File ".\common\walker.py", line 248, in walkTo
AssertionError
{'Airport': 'KTPA', 'Requested assistance services at': 'Gate C 33', 'User Pos': (27.982150253128353, -82.53118353877163, 10.3711 m, 2.44711 m, 272.3254358261296)}

Flightsimguy

  • Newbie
  • *
  • Posts: 4
Re: Pushback Crashes Couatl at KDAL
« Reply #3 on: March 17, 2019, 04:34:57 am »
That looks like an error in the scenery AFCAD, if you run it through ADE "Fault Finder" tool, I'm sure it will report some problems.


I did as you asked, I ran ADE and did the fault finder, yes, faults were found at both airports, I corrected those faults, then recompiled the airports, then did a test run.  I am still getting the error messages.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50875
    • VIRTUALI Sagl
Re: Pushback Crashes Couatl at KDAL
« Reply #4 on: March 18, 2019, 10:29:04 am »
I did as you asked, I ran ADE and did the fault finder, yes, faults were found at both airports, I corrected those faults, then recompiled the airports, then did a test run.  I am still getting the error messages.

You haven't removed all faults, or the fault is one not detected by ADE, since that error reports a conditions that shouldn't simply happen: no waypoints from the parking to the taxiway, which is clearly a problem of the scenery, like overlapped nodes, orphaned nodes, etc.


Flightsimguy

  • Newbie
  • *
  • Posts: 4
Re: Pushback Crashes Couatl at KDAL
« Reply #5 on: March 19, 2019, 07:30:43 am »
I did as you asked, I ran ADE and did the fault finder, yes, faults were found at both airports, I corrected those faults, then recompiled the airports, then did a test run.  I am still getting the error messages.

You haven't removed all faults, or the fault is one not detected by ADE, since that error reports a conditions that shouldn't simply happen: no waypoints from the parking to the taxiway, which is clearly a problem of the scenery, like overlapped nodes, orphaned nodes, etc.



Hmmm, well, when I have a little time I will investigate further into the taxi / apron lines. I corrected everything that ADE fault finder stated was wrong in both airports and it no longer showed any faults afterwards.  KTPA was mainly distance issues with the jetways from the parking spots. KDAL was issues with mainly taxi lines not connected and orphaned parking spots.  I will see what else I can find and let you know.  I do appreciate you helping me search in the right direction.