SimConnect_RequestFacilitesList is not working after SU3 update

Hi MSFS dev team,

My WASM plugin was compiled using the MSFS2020 SDK. It worked very well before the MSFS2024 SU3 update. However, after the SU3 update, it seems that I never get the callback(dispatchMessage) after the SimConnect_RequestFacilitesList call.


SimConnect_RequestFacilityiesList(g_hSimConnect, SIMCONNECT_FACILITY_LIST_TYPE_AIRPORT, REQUEST_FETCH_AIRPORT_LIST);

Any ideas?

Hello @ethan

I checked this by modifying the standalone module SDK sample, building it on 2020 and loading it in 2024 but the airport list was returned as expected.

  • Is this the only call that does not lead to a callback?
  • Is this in a standalone module or a gauge module?
  • In what WASM callback is your SimConnect call located?

Regards,
Sylvain

Works here!

Hi, I changed to using the SimConnect_RequestFacilityiesListEx1 function and confirm this works well on both 2020 and 2024.

I will run some further tests in the future, now I think we could close this report for now.

1 Like

This topic has been automatically closed after 60 days of inactivity since it was marked as obsolete.

If there is important new information about this same report, you can use the “Request reopen” button below to ask the moderation team to review it again.
For other issues or broader discussion, please open a new topic in the appropriate category.