Author Topic: CTD On MSFS Loading Splash Screen  (Read 671 times)

Karim.K

  • Newbie
  • *
  • Posts: 5
CTD On MSFS Loading Splash Screen
« on: March 01, 2023, 11:06:50 pm »
Once on the splash screen, Horizontal Loading bar automatically starts at the halfway point. After it moves slightly then crashes. Community folder emptied, tried scanning and fixing files on steam. I suspect from the below fault bucket, it is a problem with GSX Couatl. I have tried updating GSX but crash is still happening.

Error from Event Viewer:

Fault bucket 1460652662647027405, type 4 Event Name: APPCRASH Response: Not available Cab Id: 0

Problem signature: P1: couatl64_MSFS.exe P2: 4.8.0.5122 P3: 63dc0699 P4: couatl64_MSFS.exe P5: 4.8.0.5122 P6: 63dc0699 P7: c0000005 P8: 0000000000195b29 P9: P10:

Attached files: \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7098cb48-bef5-4cf5-b918-f9d807dd9156.tmp.mdmp \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.cefc06ae-209c-4819-9942-495a3a74ac95.tmp.WERInternalMetadata.xml \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.19124319-6a0c-4c3d-8ea7-94f626234c30.tmp.csv \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.6f10ecab-b4fb-4939-84aa-5bb12f6b82a8.tmp.txt \?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.2140471b-8a27-497a-939d-a1d419bdae05.tmp.xml

These files may be available here: \?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_couatl64_MSFS.ex_ea1a9cbad322df1b87b699154e6d3478b6c471a7_525dae6f_31c461a5-f111-473d-868e-854ab99225bb

Analysis symbol: Rechecking for solution: 0 Report Id: 3436aa7b-fcca-473a-844b-b3c3ba50106a Report Status: 268435456 Hashed bucket: 48174c56b7bb89dac44547db994df6cd Cab Guid: 0

Would appreciate some help on what to do.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51234
    • VIRTUALI Sagl
Re: CTD On MSFS Loading Splash Screen
« Reply #1 on: March 02, 2023, 10:27:29 am »
Once on the splash screen, Horizontal Loading bar automatically starts at the halfway point. After it moves slightly then crashes. Community folder emptied, tried scanning and fixing files on steam. I suspect from the below fault bucket, it is a problem with GSX Couatl. I have tried updating GSX but crash is still happening.

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.