A client of mine is reporting issues with setting SimVars via SimConnect in BushTrips. I can confirm this with Simvarwatcher from the SDK:
When I try to set some variables via SimConnect in BushTrips, I get a SIMCONNECT_EXCEPTION 20 DATA_ERROR in RecvException event. In free flight it works perfectly.
Not working for me (list nor complete) in BushTrip but in freeflight:
- AIRSPEED INDICATED
- AIRSPEED TRUE
- AIRSPEED TRUE RAW
- ...
Some examples working for me in BushTrip and in freeflight:
- SIM DISABLED
- PLANE HEADING DEGREES MAGNETIC
- PLANE LATITUDE
- PLANE LONGITUDE
- PLANE ALTITUDE
- ...
For the missions he is implementing, he need to set the airspeed after some transforms to get the plane back in a defined state. With current Sim (1.25.9) it is not working, but we are sure, it was working earlier. Not sure when it brakes.
To reproduce: Just start any bushtrip and start SimVarWatcher from SDK. Add the request and try to set the speed to 90 on any state. You can do this also on runway, just release the parking brake.
Would you happen to have a look into it?
Thank you very much.
BuffyGC