Author Topic: GSX crashes asking for new stand alone manager  (Read 4042 times)

C130

  • Jr. Member
  • **
  • Posts: 91
  • "With your eyes turned skywards...."
GSX crashes asking for new stand alone manager
« on: November 29, 2016, 02:33:43 pm »
Hello.

I have the latest GSX and stand alone manager. v3.1

I am running P3d v3.4 (latest)

 When I push back, halfway through the push back GSX stops and I get an error box, The add on is causing Couatl script engine to restart please download the latest add on manager"

I have done this twice and still get the same error?

Any ideas anyone?

here is the Couatl error ;

couatl v3.1 (build 3536)
panic log started on Tue Nov 29 13:23:02 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\pushBack.py", line 406, in do
  File "couatl\common\walker.py", line 149, in walkTo
AssertionError
{'Airport': 'EGFF', 'Requested assistance services at': 'Gate 17', 'User Pos': (51.39918649641715, -3.3432641950962823, 67.969 m, 0.912994 m, 296.5979252994525)}

And heres another error at EGHI;

couatl v3.1 (build 3536)
panic log started on Tue Nov 29 14:04:04 2016

problem raised by engine or unspecified addon
{'Airport': 'EGHI', 'User Pos': (50.95138931274413, -1.3595916032791135, 14.3406 m, 0.92964 m, 289.49999999999994)}
Error: exception UNRECOGNIZED_ID in call RequestDataOnSimObject param #3 '58'
{2:, 3:, 1267:FSDT_Pushback_TMX_MH, 1268:FSDT_BaggageTractor_MH, 1270:FSDT_BaggageWagon_open, 1278:, 1279:, 1280:'Airport': 'EGHI', 1281:'Airport': 'EGHI', }
{'Airport': 'EGHI', 'User Pos': (50.95138931274413, -1.3595916032791135, 14.3406 m, 0.92964 m, 289.49999999999994)}
Avatar mode False
Slew mode False
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\pushBack.py", line 406, in do
  File "couatl\common\walker.py", line 149, in walkTo
AssertionError
{'Airport': 'EGHI', 'User Pos': (50.95138936015024, -1.35959181541366, 14.3237 m, 0.912724 m, 289.49966054694454)}



Thanks
David
« Last Edit: November 29, 2016, 03:07:50 pm by C130 »
"Suspension of Disbelief". Flight Simulators! My You Tube Channel is "David Herky".

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: GSX crashes asking for new stand alone manager
« Reply #1 on: November 30, 2016, 09:34:58 am »
You seems to have TWO different problems at once:

This one is almost surely an error in the scenery:

AssertionError {'Airport': 'EGFF', 'Requested assistance services at': 'Gate 17', 'User Pos': (51.39918649641715, -3.3432641950962823, 67.969 m, 0.912994 m, 296.5979252994525)}

I'm sure you are getting this error only on that airport, which usually indicates mistakes in the AFCAD, such as overlapping nodes, orphaned nodes, unconnected paths, unreachable parkings, etc. You can try to find this errors using the freeware ADE utility, and run the "Fault Finder" tool.

Quote
Error: exception UNRECOGNIZED_ID in call RequestDataOnSimObject param #3 '58'

This one, instead, seems to be the very well known P3D bug of fake exceptions caused by OTHER products, leaking into the wrong client, given the user the wrong impression an addon is faulty, when in fact it's another one.

However, this bug is SUPPOSED to have been fixed in the very latest Hotfix, are you sure you installed it ?


jpgmultimodal

  • Newbie
  • *
  • Posts: 6
Re: GSX crashes asking for new stand alone manager
« Reply #2 on: November 30, 2016, 01:43:07 pm »
Good afternoon,

I get quite the same error with a new airport just done recently: LFRN. I do not get this error with the FSX stock airport.

I am using only FSX and, so far, I did not get any errors on other airports.

From the Couatl file:

Loading airport LFRN from C:\FSX\Addon Scenery\LFRN - Rennes Saint-Jacques\scenery\AFX_LFRN.BGL
Added Menu SubItem "Customize airport positions..." (parentId 82, id 99)
Requested assistance services at Gate C 6
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\pushBack.py", line 343, in do
  File "couatl\GSX\assistanceServices\pushBack.py", line 313, in makeRegularPath
IndexError: pop from empty list
{'Airport': 'LFRN', 'Requested assistance services at': 'Gate C 6', 'User Pos': (48.068944894592676, -1.7261552567603684, 40.1669 m, 2.37193 m, 156.35154577725115)}

The developpers who created this scenery are a bit puzzled and they say that the AFCAD is done in accordance to SDK.

Could you be good enough to give some clue that we could forward to the developpers to have GSX working on that airport.

Thank you so much,

JP

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: GSX crashes asking for new stand alone manager
« Reply #3 on: November 30, 2016, 06:01:28 pm »
Quote
I do not get this error with the FSX stock airport.

That's for sure. Default airports are always free of such mistakes.

IndexError: pop from empty list

{'Airport': 'LFRN', 'Requested assistance services at': 'Gate C 6', 'User Pos': (48.068944894592676, -1.7261552567603684, 40.1669 m, 2.37193 m, 156.35154577725115)}

The developpers who created this scenery are a bit puzzled and they say that the AFCAD is done in accordance to SDK

This is another kind error, and it's SURELY caused by an error in the AFCAD. If you could send it to my by email, I will point you out to the problems.

jpgmultimodal

  • Newbie
  • *
  • Posts: 6
Re: GSX crashes asking for new stand alone manager
« Reply #4 on: November 30, 2016, 07:25:39 pm »
Thank you Umberto,

Could you let me know to which address the AFCAD should be sent. The developpers will send it directly to you which is going to be better as you speak the same professionnal language. Or you can contact them if you wish.
They are : France VFR and their email is: support AT francevfr.com

Regards,
JP

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: GSX crashes asking for new stand alone manager
« Reply #5 on: November 30, 2016, 07:35:18 pm »
My email address is listed both on the "Contact Us" page of this site, or by clicking the small email under my avatar in the forum.

jpgmultimodal

  • Newbie
  • *
  • Posts: 6
Re: GSX crashes asking for new stand alone manager
« Reply #6 on: December 02, 2016, 02:01:09 pm »
Hello Umberto,

The devs from France VFR are going to get directly in touch with you as we are not suppose to post any of their files included the AFCAD ourselves due to copyright.

Regards,

JP

C130

  • Jr. Member
  • **
  • Posts: 91
  • "With your eyes turned skywards...."
Re: GSX crashes asking for new stand alone manager
« Reply #7 on: December 02, 2016, 06:21:53 pm »
Thanks Umberto.

It appears I mayhave  error at three Airports in Orbx England. EGHI and EGFF and EGPN.

So certain parking positions have errors I think?

couatl v3.1 (build 3536)
panic log started on Fri Dec 02 16:55:21 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\pushBack.py", line 406, in do
  File "couatl\common\walker.py", line 149, in walkTo
AssertionError
{'Airport': 'EGPN', 'Requested assistance services at': 'Parking 1', 'User Pos': (56.45364437256498, -3.014655495062469, 6.11064 m, 0.92964 m, 0.0)}

couatl v3.1 (build 3536)
panic log started on Fri Dec 02 16:46:54 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\pushBack.py", line 406, in do
  File "couatl\common\walker.py", line 149, in walkTo
AssertionError
{'Airport': 'EGHI', 'Requested assistance services at': 'Gate 10', 'User Pos': (50.951389439931226, -1.359592269192211, 14.3239 m, 0.912913 m, 289.49929439021554)}


I have Orbx world wide, with a few Fly Tampa airports installed. I guess not every position is error free.

I have the latest P3d v3.4 with the Hotfix.

I think its due to the push back direction. When I have "Both" ways in the selections menu there seems to be no problem?

I am using MCE push back procedure. Thank you for your reply and a great product! ;D

Regards

David
"Suspension of Disbelief". Flight Simulators! My You Tube Channel is "David Herky".

yuraco

  • Newbie
  • *
  • Posts: 5
Re: GSX crashes asking for new stand alone manager
« Reply #8 on: December 03, 2016, 04:36:26 am »
I have this error


couatl v3.1 (build 3536)
panic log started on Sat Dec 03 00:30:08 2016

problem raised by engine or unspecified addon
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}
CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'
Traceback (most recent call last):
  File "couatl\GSX\__init__.py", line 698, in onSimStart
  File "couatl\GSX\__init__.py", line 682, in checkOnGroundState
  File "couatl\GSX\assistanceServices\__init__.py", line 1380, in aircraftEngaged
  File "couatl\GSX\assistanceServices\__init__.py", line 1439, in materializeTrafficCones
AssertionError: attempt to use an invalid SimObject instance
{'Airport': 'EDDM', 'User Pos': (48.356155395511884, 11.782465934754235, 455.4 m, 2.49977 m, 82.9999998730149)}

please help
thanks

Hornet991

  • Newbie
  • *
  • Posts: 2
Re: GSX crashes asking for new stand alone manager
« Reply #9 on: December 03, 2016, 11:44:16 am »
I, too, have this error. My software is completely up to date and the error appeared quite out of nowhere. I installed the new Aerosoft Zurich update and GSX didnt work anymore. After uninstalling Zurich the error is not going away either. The text is e.g. like this (its happening on every airport and with every aircraft tested so far with different error messages)

couatl v3.1 (build 3536)
panic log started on Fri Dec 02 23:22:49 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\GSX\assistanceServices\__init__.py", line 1350, in willMaterialize
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\baggageLoader.py", line 87, in materialize
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\baseAssistanceVehicle.py", line 93, in materialize
  File "couatl\GSX\assistanceServices\baseAssistanceVehicle.py", line 127, in setAnimationChannel
AssertionError: attempt to use an invalid SimObject instance
{'Airport': 'EDDM', 'User Pos': (48.340736389229676, 11.751896858201448, 455.693 m, 2.45559 m, 83.4000009970224)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: GSX crashes asking for new stand alone manager
« Reply #10 on: December 03, 2016, 01:51:39 pm »
I have this error

CREATE_OBJECT_FAILED in call AICreateSimulatedObject param #1 'FSDT_Traffic_Cone3'

http://www.fsdreamteam.com/forum/index.php/topic,12439.msg94443.html#msg94443

yuraco

  • Newbie
  • *
  • Posts: 5
Re: GSX crashes asking for new stand alone manager
« Reply #11 on: December 03, 2016, 03:02:44 pm »
Thank you very much Umberto for your help

problem SOLVED

another installer corrupted my FSX.CFG file in the SimObjects section

here the post from Umberto:


The error is in your FSX.CFG which has been corrupted, either because because you edited it by hand, or another defective installer that comes with SODE replaced two default lines:

SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc

Which are supposed to be in *every* FSX default installation and, without this lines, you are preventing the sim to see both the GSX objects, and also hundreds of other default library objects.

Edit your file, and add the missing lines, so the whole section will look like this:

SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc
SimObjectPaths.6=C:\Program Files (x86)\12bPilot\SODE\data\SimObjects
SimObjectPaths.7=C:\ProgramData\12bPilot\SODE\SimObjects



Thanks again!!