Author Topic: Couatl error **SOLVED**  (Read 4215 times)

ckbt76

  • Newbie
  • *
  • Posts: 7
Couatl error **SOLVED**
« on: June 14, 2016, 11:54:52 am »
Hi Umberto,

i am getting following message when using GSX (request boarding):

The addon <unknown> is causing the Couatl Scripting Engine to restart.
Please download the latest Stand-Alone Addon Manager...

The error log:

couatl v3.1 (build 3469)
panic log started on Tue Jun 14 11:51:41 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\GSX\assistanceServices\__init__.py", line 1225, 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 92, in materialize
RuntimeError: attempt to use an invalid SimObject instance
{'Airport': 'EDDF', 'Requested assistance services at': 'Gate A 25', 'User Pos': (50.04541018053746, 8.56751618205743, 115.019 m, 4.07178 m, 293.87154969825787)}


I have already installed the latest Addon Manager and latest GSX and vehicle package, but the problem remains. :(

Any help would be very much appreciated.

Cheers,

Christian
« Last Edit: June 14, 2016, 02:23:02 pm by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Couatl error
« Reply #1 on: June 14, 2016, 11:57:50 am »
I have already installed the latest Addon Manager and latest GSX and vehicle package, but the problem remains.

We cannot replicate this (yesterday we made some test to find another reported issue, so we chose boarding like 100 times in  a row...)

Does it happen with any airplane or any airport ?

ckbt76

  • Newbie
  • *
  • Posts: 7
Re: Couatl error
« Reply #2 on: June 14, 2016, 12:07:26 pm »
I have tested several airplanes and also with the default scenery but i get the same error log/message.

couatl v3.1 (build 3469)
panic log started on Tue Jun 14 12:06:28 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\GSX\assistanceServices\__init__.py", line 1225, 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 92, in materialize
RuntimeError: attempt to use an invalid SimObject instance
{'Airport': 'KVPS', 'Requested assistance services at': 'Gate G 1', 'User Pos': (30.494371954736316, -86.54902923214273, 30.9878 m, 4.47084 m, 314.4459532038319)}


ckbt76

  • Newbie
  • *
  • Posts: 7
Re: Couatl error
« Reply #3 on: June 14, 2016, 12:24:57 pm »
I have just tested at FSDT KLAX. Coutl engine has stopped. No buildings only jetways there.

I get the following error log:

couatl v3.1 (build 3469)
panic log started on Tue Jun 14 12:24:59 2016

problem raised by addon <unknown>
Traceback (most recent call last):
  File "couatl\GSX\__init__.py", line 692, in onSimStart
  File "couatl\GSX\__init__.py", line 643, in checkOnGroundState
  File "couatl\GSX\__init__.py", line 588, in checkAirplane
  File "couatl\GSX\__init__.py", line 706, in onEnteredAirport
  File "couatl\GSX\parkingServices\__init__.py", line 43, in onEnteredAirport
  File "couatl\GSX\airportCustomization.py", line 267, in createSimObject
RuntimeError: attempt to use an invalid SimObject instance
{'Airport': 'KLAX', 'User Pos': (33.939763587519046, -118.38082072212968, 40.2166 m, 1.8114 m, 262.979840814529)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Couatl error
« Reply #4 on: June 14, 2016, 01:07:07 pm »
I have just tested at FSDT KLAX. Coutl engine has stopped. No buildings only jetways there.

This by itself is an indication that something very wrong is happening on your system, if KLAX objects are missing, it's normal GSX couldn't create its own objects too.

Check your FSX.CFG if all your Simobjectpaths lines are correct, as explained here:

http://www.fsdreamteam.com/forum/index.php/topic,13067.msg97882.html#msg97882

ckbt76

  • Newbie
  • *
  • Posts: 7
Re: Couatl error
« Reply #5 on: June 14, 2016, 01:32:48 pm »
Umberto,

that did the trick! I have checked the simobjects.cfg and there was the /misc entry missing. ;)

Thanks very much for the fast support. :)

Have a nice day.

Cheers,

Christian