Calling Managed SimConnect RequestFacilityData with airport ICAO “ESGF” causes MSFS CTD.
Following only happens for some airports consistently, I was able to reproduce it for ESGF
It is regression, because in previous versions with previous AIRAC it didn’t happen
(at least not Consistently).
I confirm this problem exists.
It may have appeared after the last update of FS2020.
At the moment the workaround is to put a mod of ESGF in the Community so that the SimConnect requests do not send FS2020 to CTD.
I hope this problem will be solved, thanks.
Same issue identified in Asia region - the problematic airport is ZLXY.
The workaround is to download and install this airport scenery from flightsim.to
Making a RequestFacilityData call for the following airports is known to cause the sim to CTD:
ZLXY & ESGF are known to cause sim CTDs if you’re a Navigraph user
ZSQD & ESGF are known to cause sim CTDs if you’re not a Navigraph user
It doesn’t matter where the user’s aircraft is located.
ZLXY and ESGF have been reported to Navigraph, and while they were able to reproduce the issue back on Sept 2, we haven’t received any further response from them.
The reports indicate that MSFS is crashing due to malformed scenery BGL data. Crashing on invalid input is a critical robustness issue; such cases should be detected and handled safely through validation at ingest, load, and runtime rather than leading to a CTD.
We respectfully request that you prioritize a fix to correct the affected data and strengthen validation/error handling to prevent recurrence.
I would have to say that even if there is some sort of erroneous data for some reason MSFS should have a more graceful error handling mechanism than a CTD, especially if it is being queried via SDK standards and methods. I would also request this be looked at ASAP as any CTD causing error should be high priority for the team. Thank you