JetStream96/QSimPlanner

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.

I'm attaching the log if it is going to be helpful.

Log.txt

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

Tried that build and export to x-plane works. Thanks.