I have a problem with the FBW A380 with GSX. I get constantly a crash to desktop. The following two errors appear in the windows logs:
If with "First error" and "Second error", you mean you verified they happened one after each other, what it really happened is that:
- Flightsimulator.exe crashed first (you can confirm this by looking the Timestamp of the error)
- The sudden crash of the sim MADE the Couatl engine crash, because the connection was cut abruptly, so it couldn't get a chance to receive the standard "Close" command through Simconnect, which it needs to receive to clean up its own memory, something it must do, because it's a purely native Win64 app, not a managed .NET app, so it will always crash if it cannot exit cleanly because the sim shut it down suddenly.