JetStream96 / QSimPlanner

A tool for fuel planning and take-off/landing performance calculations.
Other
61 stars 24 forks source link

Export error with X-Plane 11 #14

Closed kutayboz closed 4 years ago

kutayboz commented 5 years ago

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.

JetStream96 commented 5 years ago

Thanks. Let me see if I can reproduce this error.

kutayboz commented 5 years ago

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

Log.txt

rklomp commented 4 years ago

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

rklomp commented 4 years ago

@kbcy , Can you test if this build works for you? https://github.com/rklomp/QSimPlanner/releases/tag/v0.4.7-exportfix

kutayboz commented 4 years ago

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