Author Topic: Couatl error  (Read 5191 times)

ksucarl

  • Newbie
  • *
  • Posts: 4
Couatl error
« on: February 02, 2012, 05:32:17 am »
Hi everyone,
First I'd like to say that I love this product! I have been waiting for something like this for years.
I installed last night and have been getting errors, but only with some aircraft. With the Carenado 172N and 182Q, as well as all default planes, all features work as they should. However, when I pull up the feelThere ERJ v2 (any series) and request a service, I get the error that says couatl has restarted. This also happens with the PMDG 1900C. I haven't tested others, but I have found a common denominator in the error file regardless of what service I requested. Here's a sample:

couatl v2.0 (build 2290)
panic log started on Tue Jan 31 22:25:28 2012
Traceback (most recent call last):
  File "couatl\common\youcontrol.py", line 122, in show
  File "couatl\GSX\__init__.py", line 108, in perform
  File "couatl\GSX\__init__.py", line 449, in prepareGate
  File "couatl\GSX\assistanceServices\__init__.py", line 735, in setGate
  File "couatl\GSX\assistanceServices\baseAssistanceVehicle.py", line 45, in setGate
  File "couatl\GSX\assistanceServices\conveyorBelt.py", line 29, in getSimObjectModel
AttributeError: 'AircraftData' object has no attribute 'exits'

I've uninstalled, reinstalled, updated, nothing seems to help. Every entry in the error file has the lines from "line 449, in prepareGate" to the "AttributeError: ...." I've checked the aircraft.cfg files and they all do indeed have exits, and the function on the aircraft models. Any advice?
 

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Couatl error
« Reply #1 on: February 02, 2012, 01:04:07 pm »
I've uninstalled, reinstalled, updated, nothing seems to help. Every entry in the error file has the lines from "line 449, in prepareGate" to the "AttributeError: ...." I've checked the aircraft.cfg files and they all do indeed have exits, and the function on the aircraft models. Any advice?

Could you please post just the lines belonging to the [Exists] section of the airplane that are causing troubles ?

ksucarl

  • Newbie
  • *
  • Posts: 4
Re: Couatl error
« Reply #2 on: February 02, 2012, 09:02:10 pm »
Here's from the ERJ v2 XR:
[exits]
number_of_exits=2
exit.0 = 0.20, 27.5, -3.7, 4.5, 0
exit.1 = 0.4, -27.11,  3.6,  2.1, 1

and the PMDG 1900C:
[EXITS]
number_of_exits = 2

Well I guess that solves the mystery for the 1900. I'm guessing that's because it's an FS9 port-over.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Couatl error
« Reply #3 on: February 02, 2012, 09:14:23 pm »
Ok, the FS9 port might not work well, but surely we must fix crash, not sure what's wrong with the ERJ file, but we are checking it.

ksucarl

  • Newbie
  • *
  • Posts: 4
Re: Couatl error
« Reply #4 on: February 02, 2012, 09:15:40 pm »
Thanks for the prompt support, Umberto. You guys are the best.

regis902

  • Newbie
  • *
  • Posts: 8
Re: Couatl error
« Reply #5 on: March 13, 2012, 02:09:45 am »
Hello, not sure if it's useful for your investigation or not Umberto, but I'm experiencing the same issue with the Feelthere ERJ-145.  Here's the information:

couatl v2.0 (build 2298)
panic log started on Mon Mar 12 21:56:48 2012
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\__init__.py", line 187, in do
  File "couatl\common\criticalsection.py", line 23, in _synchronized
  File "couatl\GSX\assistanceServices\__init__.py", line 74, in requestVehicles
  File "couatl\GSX\__init__.py", line 471, in prepareGate
  File "couatl\GSX\assistanceServices\__init__.py", line 748, in setGate
  File "couatl\GSX\assistanceServices\baseAssistanceVehicle.py", line 45, in setGate
  File "couatl\GSX\assistanceServices\conveyorBelt.py", line 29, in getSimObjectModel
AttributeError: 'AircraftData' object has no attribute 'exits'

Cheers, and thanks again for a great product.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Couatl error
« Reply #6 on: March 13, 2012, 10:50:50 am »
lAttributeError: 'AircraftData' object has no attribute 'exits'

This seems a serious problem with your aircraft.cfg, how it's possible it doesn't have any exits ? It's a model taken from FS9 ?

regis902

  • Newbie
  • *
  • Posts: 8
Re: Couatl error
« Reply #7 on: March 14, 2012, 08:48:15 pm »
I'm not sure, the aircraft.cfg file of the aircraft I was using has the following entry:

[exits]
number_of_exits=2
exit.0 = 0.4, -27.49, -3.68,  4.49, 0
exit.1 = 0.4, -27.11,  3.6,  2.1, 1