Author Topic: Couatl crashing the sim  (Read 677 times)

silvera

  • Newbie
  • *
  • Posts: 10
Couatl crashing the sim
« on: July 19, 2023, 11:58:36 am »
Hello and thanks for the amazing product.

I have one concern that unfortunately ruins the whole sim experience. It was not there since the beginning but happens everytime i fly now. The sim crashes during the flight (mostly after takeoff-cruising or descending). When I check the event viewer i can see that couatl crashes first and then the sim.

I have tried exiting the Couatl during the flight and opening it back when i landed, the problem is solved everytime. So it is obvious that Couatl is crashing my sim, since everytime i don't have it on, i have no issues whatsoever. Is it possible to get fixed?

Thanks!

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51237
    • VIRTUALI Sagl
Re: Couatl crashing the sim
« Reply #1 on: July 20, 2023, 05:40:07 pm »
When I check the event viewer i can see that couatl crashes first and then the sim.

This has been discussed so many times on the forum, you are being mislead by the event viewer and are assuming that, just because you see Couatl crashed, it was the cause of your MSFS crash, but it's not.

The couatl engine, as an .EXE, doesn't have ANY access to the Flightsimulator.exe process, meaning it cannot possibly cause a crash. This is granted by the OS at the lowest level, and programs that don't attach to a process like debuggers ( and Couatl surely doesn't ) and/or are not lower level services or drivers, simply cannot crash other apps.

On the other hand, when Flight simulator crashes for any other reason, it will abruptly disconnect its communication with the Couatl program, which is waiting for a proper "quit" command ( which hasn't arrived, because the sim crashed ), to exit cleanly.

So, what really happened here, is that MSFS crashed for another completely unrelated reason, and it MADE Couatl crash too, because of the unexpected disconnection, and you are being mislead assuming Couatl has something to do with it, because you are seeing it referenced in the event viewer.

As discussed in this other post:

https://www.fsdreamteam.com/forum/index.php/topic,29540.msg191735.html#msg191735

If you checked the timestamps of the Event, it's likely you'll see that Flightsimulator.exe crashed BEFORE Couatl64_MSFS.exe, which means it was the simulator that made GSX crash, not the other way around.