Simconnect returns incorrect variables in flights started with SimConnect_FlightLoad

Hi I ran into an issue that blocks my progress. The application that i build relies on the SimConnect_FlightLoad function and it needs variables like “GPS_WP_DISTANCE” , “GPS_FLIGHT_PLAN_WP_INDEX” and “GPS_WP_NEXT_ID”.

In manually started flightes these return correct values, but as soon as i use FlightLoad the waypoint related variables just return “0” or empty strings. (Even if the .flt files are loaded from the default folder)
Other variables like current position of the plane are not affected. In game the flightplan works fine - the waypoint IDs are displayed correctly.

Does anyone know how to fix that? Any help would be appreciated! :slight_smile: