Again, your log only shows for some reason the program got stuck while receiving Navdata which, again, I can't reproduce.
This issue might be caused by either:
- Too much traffic over Simconnect, so the request we are getting got stuck because the sim was spammed by too many add-ons requesting data.
- Having exceeded the maximum Simobject limit, which cause Simconnect to break and not returning data anymore.
Also, I noticed something strange in your log, which is the atc_id of the airplane in the airplane.cfg file:
ATC_ID read from aircraft.cfg is _
That is, is not missing, but is set to a value that is clearly wrong, as it was intentionally set like this. Before in the log, the ATC ID is like this:
ATC_ID read from Simconnect is D-HYAJ
The problem is, in a recent update, we read the ATC ID from both sources, giving preference to the aircraft.cfg file, because the ATC ID in the Configuration tab of the airplane selection menu will be the one reported by Simconnect so, if we need to find an airframe-specific GSX CFG file or recognize the airplane variant (for example in the PMDG integration), we need to know the "real" atc_id of the airframe, the one that doesn't change.
But in your case, it seems you changed it to the underscore ( _ ) character, which is not required, since the one in the airplane selection page will take precedence, but this way you are confusing GSX.
This shouldn't have any effect on your problem, which is clearly something external to GSX and affecting Simconnect at large but, it will prevent the ability to recognize your airframe.