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

Deleted aircraft still in runway queue #706

Closed
jpeterson1346 opened this issue Nov 5, 2016 · 2 comments
Closed

Deleted aircraft still in runway queue #706

jpeterson1346 opened this issue Nov 5, 2016 · 2 comments
Labels

Comments

@jpeterson1346
Copy link
Contributor

Using del for an aircraft waiting on the runway successfully removes it from the screen; however, any subsequent aircraft wanting to takeoff on that same runway will throw back a "cleared for takeoff, number [#]...behind the [deleted aircraft]...," thus rendering the game unusable.

Ex at JFK: AA1, BA2, DL3, VS4 on the apron looking for taxi to a runway. Meanwhile CX10, EK11, and AF12 on approach for runway 31L.

  • CX10 ILS 31L // followed by a valid intercept; 10 mi final
  • EK11 ILS 31L // also successful intercept; 14 mi final
  • AF12 ILS 31L // successful intercept; 18 mi final
    [then, ]
  • AA1 W 31L
  • BA2 W 31L
  • DL3 W 31L
  • VS4 W 31L
    [all my departures are headed to 31L and have valid SIDS and climbs]
    [by this time, CX10 is on a 2 mi final, EK11 on a 6 mi final, and AF12 on a 10 mi final. AA1 is waiting on the runway and to avoid an incursion, I issue]
  • AA1 DEL // Aircraft then disappears, flight strip gone.
    [That's good and all. So, let's say the Emirates and Air France land successfully on 31R after I clear them for the parallel; the Cathay lands successfully on 31L. Now I can roll out my departures]
  • BA2 CAF CVS TO // (on 31L)
    [and here's what I get back]
  • "Speedbird two, cleared as filed, climb via the SID, runway 31L cleared for takeoff, number 2 behind the AA1."

Since AA1 is no longer on the field nor in my flight strip bay, there's nothing I can do and BA2 will just sit, waiting for AA1 to depart (i.e., forever).

Anybody else have this issue?

@jpeterson1346
Copy link
Contributor Author

Here's an example in practice:
1.

1

2

3

4

5

6

The American flight says the following:
"AAL241, number 1 behind JetBlue six thirty eight"

7

The Delta flight on 4L (DAL2972) says:
"DAL2972, number 2 behind American two forty one"

@erikquinn erikquinn added the bug label Nov 12, 2016
@erikquinn erikquinn changed the title Killing aircraft Deleted aircraft still in runway queue Nov 21, 2016
@n8rzz n8rzz mentioned this issue Dec 20, 2016
@erikquinn
Copy link
Collaborator

Resolved by #755. Closing.

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

No branches or pull requests

2 participants