Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export error with X-Plane 11 #14

Closed
kutayboz opened this issue Oct 22, 2018 · 5 comments · Fixed by #21
Closed

Export error with X-Plane 11 #14

kutayboz opened this issue Oct 22, 2018 · 5 comments · Fixed by #21

Comments

@kutayboz
Copy link

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
Copy link
Owner

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

@kutayboz
Copy link
Author

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

Log.txt

@rklomp
Copy link
Contributor

rklomp commented Aug 18, 2019

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
Copy link
Contributor

rklomp commented Aug 24, 2019

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

@kutayboz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants