Version: 1.XX.XX.X
Frequency: Consistently
Severity: Blocker
Bug description:
SubscribeToSystemEvent for ‘FlightPlanActivated’ returns only the file extension. The event triggers correcttly but the string returned is ‘.PLN’
Version: 1.XX.XX.X
Frequency: Consistently
Severity: Blocker
Bug description:
SubscribeToSystemEvent for ‘FlightPlanActivated’ returns only the file extension. The event triggers correcttly but the string returned is ‘.PLN’
Yes I’ve seen this consistently, currently in 1.2.7.0
What should happen after SubscribeToSystemEvent(FlightPlanActivated) and someone has clicked the ‘Load FlightPlan’ button and selected a fiile,
then the simconnect callback
OnRecvEventFilename(sender, ev)
should be called with ev.szFileName
equal to the original string path of the user’s PLN file they selected.
This works fine in MSFS2020.
In MSFS2024 `ev.szFileName = “.PLN”`` which is (obviously) unusable.