Export error with X-Plane 11
Closed this issue · 5 comments
When exporting the route to x-plane 11 "fms plans" folder it fails to export. But there are no failure when exporting the flight plan to other options for x-plane 11 such as jar design and flight factor aircraft.
Thanks. Let me see if I can reproduce this error.
This is caused by Navaids not being passed to the exporter (it is null).
https://github.com/JetStream96/QSimPlanner/blob/develop/src/QSP/RouteFinding/FileExport/Providers/XplaneProvider.cs#L26
Still trying to figure out where this should come from and how to pass it to the exporter.
It looks like it should be added here:
https://github.com/JetStream96/QSimPlanner/blob/develop/src/QSP/RouteFinding/FileExport/Providers/Types.cs#L207
@kbcy , Can you test if this build works for you?
https://github.com/rklomp/QSimPlanner/releases/tag/v0.4.7-exportfix
Tried that build and export to x-plane works. Thanks.