Author Topic: Couatl causes ini A310 CTD  (Read 846 times)

Dreamflight767

  • Jr. Member
  • **
  • Posts: 53
Couatl causes ini A310 CTD
« on: October 31, 2023, 05:46:20 am »
Hello:

Since SU13, couatl has caused the ini A310 to CTD.  Any help would be appreciated.


couatl v4.8 (build 5302)
panic log started on Mon Oct 30 23:13:36 2023

problem raised by addon <unknown>
Traceback (most recent call last):
  File ".\common\criticalsection.py", line 23, in _synchronized
  File ".\common\mpmenu.py", line 151, in emulateMenu_MSFS
  File ".\GSX\__init__.py", line 917, in reloadSimbrief
AttributeError: 'NoneType' object has no attribute 'parkingSystem'
{'Airport': 'EGLL', 'User Pos': (51.477651139822925, -0.4394416457936285, 26.779 m, 4.50605 m, 269.7047556322014, 0.0010274075902998447, 0.003490658476948738, -0.0020468625137422844, 4.572, 1.0)}

I know it's couatl because it only happens on the A310 AND if I load a default airplane first, restart couatl, then load the A310, no CTD.

Thanks

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51243
    • VIRTUALI Sagl
Re: Couatl causes ini A310 CTD
« Reply #1 on: October 31, 2023, 09:27:10 am »
As explained so many times, Couatl cannot crash the sim, see here for a more detailed explanation:

https://www.fsdreamteam.com/forum/index.php/topic,30622.msg196546.html#msg196546

Your error log, instead, shows an error that indicates a strange situation, as if the airport had no parkings at all. We can easily prevent this case and prevent otherwise harmless error in GSX that didn't have anything to do with the crash, but still the fact there are no parkings to be found seems to indicate a bigger problem.

Since parking data is taken from the Simconnect Navdata API, the most probable cause is a problem with it, possibly the dreaded max Simobject limit reached, over which Navdata and Simconnect overall simply start to break, not returning correct data anymore.

Dreamflight767

  • Jr. Member
  • **
  • Posts: 53
Re: Couatl causes ini A310 CTD
« Reply #2 on: October 31, 2023, 09:28:20 pm »
Thanks for the explanation.  When the CTD occurred, I was trying to load a flight from EGLL.  What I do know, is that when I get a CTD, it is followed by a re-start of couatl upon next load and the flight loads without issue second time.

 

Dreamflight767

  • Jr. Member
  • **
  • Posts: 53
Re: Couatl causes ini A310 CTD
« Reply #3 on: October 31, 2023, 09:48:10 pm »
Here's another error I received:


Setting the number of passenger according to SimBrief dispatch
Traceback (most recent call last):
  File ".\common\criticalsection.py", line 23, in _synchronized
  File ".\common\mpmenu.py", line 151, in emulateMenu_MSFS
  File ".\GSX\__init__.py", line 917, in reloadSimbrief
AttributeError: 'NoneType' object has no attribute 'parkingSystem'
{'Airport': 'RKJB', 'User Pos': (35.001583019653275, 126.38275278058723, 17.9122 m, 2.86935 m, 179.72721287329296, 0.009081668220460415, 0.001745329238474369, 0.00012922173587513784, 3.18211187210083, 1.0)}

Although this time I did not get a CTD but I was flying the Fenix A320
« Last Edit: November 06, 2023, 10:30:29 am by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51243
    • VIRTUALI Sagl
Re: Couatl causes ini A310 CTD
« Reply #4 on: November 06, 2023, 10:32:58 am »
Here's another error I received:

Please don't post your log as text, but always Attach it to a post, because we need to look the actual file, not something the forum software might alter.

Quote
Although this time I did not get a CTD but I was flying the Fenix A320

As I've already explained GSX CANNOT cause a CTD in the simulator. 

This error you are getting doesn't have anything to do with CTDs, as you noticed, and it's caused because you Reloaded Simbrief when you were outside a parking spot. The error is completely harmless, and will be fixed in the next GSX update so, in the meantime, reload Simbrief only on a parking spot.