EvenAR / node-simconnect

A cross platform SimConnect client library for Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post NZ World Update 11 - FaclityDataRequest issue crashes sim

whakamolenz opened this issue · comments

Hi @EvenAR - i'm having an issue retrieving core MSFS navdata after the recent World Update. I've logged a ticket with Asobo but as yet no answer - https://devsupport.flightsimulator.com/questions/14922/simconnect-nav-data-api-sim-freeze-with-default-ms.html

I just wondered if you could think of anything in the node-simconnect client that could be causing this - over just the navdata being wrong. Its the FIX_LATITUDE and FIX_LONGITUDE from APPROACH_LEG that for some airports now causes the sim to completely freeze and all simconnect calls to stop (for all addons).

EDIT: t actually seems to be a volume issue rather than airport specific - i have code that can cause it repeatedly. 330 sets of airport facility data requested. With Core MSFS nav data - always crashes (freezes for ever) after 276. With the only difference being Navigraph in the community - successfully processes and returns data for all 330.

I suspect it isn't node-simconnect - but if you did have any ideas that would be great :-)

Determined this is load related within the sim itself. Created a simple test case for Asobo - and hopefully they will review.