Author Topic: Scripting Error  (Read 2155 times)

robains

  • Beta tester
  • Jr. Member
  • *****
  • Posts: 88
    • Rob Ainscough
Scripting Error
« on: July 04, 2016, 07:30:36 am »
Hi Umberto,

I got the error below while GSX was active and I was in Avatar mode in P3D 3.3.5.  At the time I had requested deboarding.

couatl v3.1 (build 3487)
panic log started on Sun Jul 03 22:18:54 2016

problem raised by engine or unspecified addon
{'Airport': 'ENRM', 'User Pos': (64.83941843924364, 11.145220656985403, 6.07482 m, 1.80782 m, 311.4641593696156)}
Error: exception UNRECOGNIZED_ID in call ClearDataDefinition param #3 '87313440'
{'Airport': 'ENRM', 'User Pos': (64.83941843924364, 11.145220656985403, 6.07482 m, 1.80782 m, 311.4641593696156)}
Error: exception UNRECOGNIZED_ID in call ClearDataDefinition param #3 '87313440'
{'Airport': 'ENRM', 'User Pos': (64.83941843924364, 11.145220656985403, 6.07482 m, 1.80782 m, 311.4641593696156)}
User collision geometries reloaded
User collision geometries reloaded
Avatar mode False
Slew mode False
User collision geometries reloaded
Avatar mode True
Slew mode False
User collision geometries reloaded
Avatar mode False
Error: exception UNRECOGNIZED_ID in call ClearDataDefinition param #3 '87313568'
{'Airport': 'ENRM', 'User Pos': (64.83941900658864, 11.145219149294062, 6.07367 m, 1.80667 m, 311.4695603855478)}
Error: exception UNRECOGNIZED_ID in call ClearDataDefinition param #3 '87313568'
{'Airport': 'ENRM', 'User Pos': (64.83941900658864, 11.145219149294062, 6.07367 m, 1.80667 m, 311.4695603855478)}
Error: exception UNRECOGNIZED_ID in call ClearDataDefinition param #3 '87313568'
{'Airport': 'ENRM', 'User Pos': (64.83941900658864, 11.145219149294062, 6.07367 m, 1.80667 m, 311.4695603855478)}
Slew mode False
Requested assistance services at Parking 1
Error: no model for Couatl type DeIce available for ICAO ENRM and params {'wingSpan': 14.935199999999998, 'parkingRadius': 7.200595092773437}
Error: no model for Couatl type DeIce available for ICAO ENRM and params {'wingSpan': 14.935199999999998, 'parkingRadius': 7.200595092773437}
User collision geometries reloaded
Avatar mode True
Slew mode False
Traceback (most recent call last):
  File "couatl\common\fsm.py", line 67, in executeDoFuncToCompletion
  File "couatl\GSX\assistanceServices\baseAssistanceVehicle.py", line 231, in do
  File "couatl\common\simObjectMoverIK.py", line 393, in run
RuntimeError: cruise speed must be positive
{'Airport': 'ENRM', 'Requested assistance services at': 'Parking 1', 'User Pos': (64.83941900658864, 11.145219149294062, 6.07367 m, 1.80667 m, 311.4695603855478)}

If you need more info let me know.

Cheers, Rob.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Scripting Error
« Reply #1 on: July 04, 2016, 10:30:23 am »
You have 3 separate different issues:

- The UNRECOGNIZED_ID errors was something we never be able to reproduce, but thanks to some users that were affected and helped us with their system in some sessions over Teamviewer, we managed to fix it now, we are testing a fix for it, and I'll give you more details by PM.

- The message about a missing de-icer is because either your plane or the parking (or both) are too small for it, because we haven't modeled a deicer for smaller planes.

- The "RuntimeError: cruise speed must be positive" it's usually a problem with the scenery AFCAD, but it might be also due to having selected GSX in a parking too small where vehicles cannot manovre. It can be usually fixed by customizing the starting position of the vehicles to give them more space. We should have fixed the message (no error anymore) in our current version, but won't obviously fix the underlying problem of the parking too small, which would still require some customization otherwise the vehicles will likely do strange movements, albeit with no errors.
« Last Edit: July 04, 2016, 11:10:56 am by virtuali »

robains

  • Beta tester
  • Jr. Member
  • *****
  • Posts: 88
    • Rob Ainscough
Re: Scripting Error
« Reply #2 on: July 04, 2016, 07:49:32 pm »
Thanks Umberto, as always, top notch and rapid response ... much appreciate your time.

I like how you track Avatar mode in debug output.

Cheers, Rob.