Author Topic: Multiple Couatl/Script crashes (logs attached)  (Read 1243 times)

Copper

  • Full Member
  • ***
  • Posts: 159
Multiple Couatl/Script crashes (logs attached)
« on: October 03, 2022, 02:33:14 pm »
I had multiple crashes, attached are the logfiles.
The 2022-10-01 crash happened when pressing the Simbrief button after arriving at the destination since it showed error but I already had a next flight filed (turnaround).
The 2022-10-03 crash happened when I was still in approach and tried to change the parking position to another one than previously selected.
The 2022-10-03_2 crash happened shortly afterwards, after touching down and doing a go-around, while performing the go-around the crash happened.

Maybe those help you figure out what's going on.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51216
    • VIRTUALI Sagl
Re: Multiple Couatl/Script crashes (logs attached)
« Reply #1 on: October 03, 2022, 04:17:08 pm »
All errors should be fixed in today's update, thanks to your report.

I'm a bit puzzled with the 1st one, since it seemed to be caused by something (an add-on or possibly some hardware ) sending key presses outside the normal 0-9 range of the menu entries while the menu was open, but at the least the error itself should be gone now.

Copper

  • Full Member
  • ***
  • Posts: 159
Re: Multiple Couatl/Script crashes (logs attached)
« Reply #2 on: October 03, 2022, 08:29:29 pm »
All errors should be fixed in today's update, thanks to your report.

I'm a bit puzzled with the 1st one, since it seemed to be caused by something (an add-on or possibly some hardware ) sending key presses outside the normal 0-9 range of the menu entries while the menu was open, but at the least the error itself should be gone now.
Indeed I'm using SimConnect events to control GSX (using AxisAndOhs + Streamdeck). So that totally could be an "unexpected" use of the tooling :)
I wasn't sure if that binding should trigger anything (menu item 15 sounds weird indeed). I need to check the mapping there.

Technically with this method I could always trigger a key (e.g. all 10 menu entries) even if not all have an action bound currently. This is how I also got a crash when flipping through pages on the destination airport selection (pressed "next page" one time more than available). But that was obviously my fault.

Thank you for fixing them!
« Last Edit: October 03, 2022, 08:31:57 pm by Cipher »

Copper

  • Full Member
  • ***
  • Posts: 159
Re: Multiple Couatl/Script crashes (logs attached)
« Reply #3 on: October 15, 2022, 01:20:51 pm »
Here's another crash I got after doing a Touch&Go at LGAV (third party scenery with profile). I had the gate A05 selected while on approach:
Code: [Select]
onEnteredAirport LGAV
Traceback (most recent call last):
  File ".\common\criticalsection.py", line 23, in _synchronized
  File ".\GSX\__init__.py", line 895, in checkAirplane
  File ".\GSX\__init__.py", line 1311, in onExitedAirport
  File ".\GSX\parkingServices\__init__.py", line 89, in onExitedAirport
  File ".\GSX\parkingServices\__init__.py", line 170, in resetGate
  File ".\GSX\parkingServices\__init__.py", line 164, in facilityDidClose
  File ".\GSX\parkingServices\safedock3.py", line 626, in destroy
AttributeError: 'SafeDockTS24Grey' object has no attribute 'simObjectTextSmall'
{'Airport': 'LGAV', 'Requested assistance services at': 'Gate A 5', 'Requested parking services to': 'Gate A 5', 'User Pos': (37.966123201301784, 23.961452770206154, 1098.88 m, 1006.92 m, 32.93532776270697, -0.19741924107074738, 0.001745329238474369, 0.001298951727957762, 3.18211187210083, 0.0)}

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51216
    • VIRTUALI Sagl
Re: Multiple Couatl/Script crashes (logs attached)
« Reply #4 on: October 17, 2022, 03:26:55 pm »
Here's another crash I got after doing a Touch&Go at LGAV (third party scenery with profile). I had the gate A05 selected while on approach:

This error is completely different than the others, and will also be fixed in the next update.

Copper

  • Full Member
  • ***
  • Posts: 159
Re: Multiple Couatl/Script crashes (logs attached)
« Reply #5 on: October 17, 2022, 08:47:48 pm »
Yep, I know it's different. Just didn't want to open new threads since I can't add much more info than that stacktrace, so I thought I'd drop it in here.
Thank you!