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

Verify airport is active in loadList before attempting to load it #918

Closed
erikquinn opened this issue Mar 5, 2018 · 0 comments
Closed
Assignees
Labels
BUGFIX Defect of the simulator, airport, or aircraft
Milestone

Comments

@erikquinn
Copy link
Member

erikquinn commented Mar 5, 2018

Currently, we verify that the file exists for an airport stored as ATC_LAST_AIRPORT in cache. But instead it should be verifying that the specified airport is present in the load list (not commented out) before attempting to load. By not doing this, airports that have not been updated for compatibility with new versions of the simulator will still be loaded, and will subsequently crash the sim, rendering it useless without manually clearing the cache.

@erikquinn erikquinn added the refactor Code changes that neither fix a defect nor add functionality label Mar 5, 2018
@erikquinn erikquinn added this to the v6.1.0 milestone Mar 5, 2018
@erikquinn erikquinn added BUGFIX Defect of the simulator, airport, or aircraft has pull request Add this label when an issue has a PR which will resolve it and removed refactor Code changes that neither fix a defect nor add functionality labels Mar 27, 2018
@erikquinn erikquinn self-assigned this Mar 27, 2018
@erikquinn erikquinn mentioned this issue Mar 27, 2018
@erikquinn erikquinn mentioned this issue Apr 29, 2018
@n8rzz n8rzz removed the has pull request Add this label when an issue has a PR which will resolve it label Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Defect of the simulator, airport, or aircraft
Projects
None yet
Development

No branches or pull requests

2 participants