Version: 1.1.10.0
Frequency: Consistently
Severity: Blocker
Marketplace package name: N/A
Context: Navigraph MSFS Navigation Data Interface. This works for the most part in 2020, theres another bug where some panics or file IO will completely crash the sim, or bug out if a directory is < 3 files large. (Might be a related problem)
Similar MSFS 2020 issue: Not an issue in 2020
Bug description: Whenever I try to use the gauge in 2024, I run into an issue where it won’t properly read directories in the packages ./bundled-navigation-data, and it will completely forget to read the folders that the files inside are contained in. So basically, it skips a level in the tree and iterates through one of the folders repetitively. Problem file link, this is where the issue seems to occur, basically we have files inside of this bundled-navigation-data folder, however, it is immediately skipped, and it starts reading the inside of them, it seems to be truncating the path as well when it is printed (ref attachment 2).
Repro steps: Compile wasm, compile gauge, load up example aircraft, look at msfs console logs.
Attachments:
Link to sample aircraft, (its too large for here)