-
Notifications
You must be signed in to change notification settings - Fork 107
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
Refusal to takeoff #778
Comments
@dutchdavey could you provide a few more details?
|
Chrome |
Ive got 4 stuck at waiting right now. |
Coulld it be related to a performance issue on a slow PC? Timeouts maybe? this laptop slows appallingly once the sim has been running for some time. |
Hmm. Do you still have the same problem if you taxi one aircraft, then clear it to takeoff? Do you get the same problem with all the aircraft waiting to takeoff? My guess is you are trying to clear an aircraft that is not first in line. That console error suggests it could be a different issue, though. |
just running through it quick I am unable to reproduce your issue, even after taxiing several aircraft and clearing them out of order. The decreased performance is likely due to drawing the projected routes for all aircraft. That takes a lot of work to do, and the more aircraft the more power it needs. That will be improved in the future. |
I don't think its to do with a takeoff queue. As I said, once it happens, the affected aircraft won't take off, none of them, even if you wait a half hour.. I still have the same four waiting at the moment.. |
If you have the sim still paused, try and delete all the departures (or at least the ones that are stuck). You can do that by issuing a delete command: That will completely remove an aircraft from the sim and should clear the present log jam. I'm more concerned with how you got to that spot. I haven't been able to reproduce this issue at all in any of our environments. Any additional information you can provide, or steps leading up to the issue, would help immensely in trying to spot where this is coming from. |
I decided at some point to use the command 'caf taxi' to get the aircraft to the takeoff runway, and then to use 'a 2 to' or 'a 3 to' or 'cvs to' to get them in the air, depending on the traffic. It seems, though I'm not sure, that this is where the anomaly started to appear. Incidentally there isn't any log jam in any case. Aircraft still use both 28l and 28r! (The stopped planes remain stopped, rather like in Douglas Adams book) |
That doesnt seem to be relevant either, alas. I still get it with 'caf cvs taxi' followed by 'to'. |
@dutchdavey I am still unable to reproduce this. Could you give it a try here: http://atc-dev.herokuapp.com That is running my current If you still get this error there, please provide a list of commands you used to cause the error. I am unable to reproduce this error by running the commands above. |
will do.. |
I had this problem too, and I'm also using Chrome. It can happen even if only issuing the 'w' or 'taxi' command to a single aircraft and not creating a queue. Because of the other bug where a landing arrival will cause a waiting departure to disappear, I have been making sure to only tell a flight to taxi when no arrivals are close to landing, and this issue where a flight will appear to taxi but won't take off happens. Usually when I see it, the plane won't appear on the screen even. And I was playing at a different airport than dutchdavey by the way. I will also try this on the dev branch linked above later tonight. I can clear the issue by deleting the frozen departure and continuing to the next one. |
@n8rzz |
@scott-j-smith Thanks for taking a look! I'm glad to hear you were not able to replicate. This feels like a sneaky issue and I'm not totally convinced that it is fixed in Perhaps there is a race condition somewhere? Perhaps this is a side effect of a completely different issue? I don't know. I'd love to say the glitch is gone, but I know better 😉 @dutchdavey did you have any luck reproducing in our develop env? |
No, I couldn't reproduce it either on development. Looks to me like a classic automagical fix! |
I have actually come across the same issue. Running in any of the airports... It occurs when, you have used "Taxi" to a runway and they are "waiting" for "takeoff". Perhaps something is clearing all traffic on the airport instead of just the aircraft that has landed. |
@matt5611 |
@n8rzz Flights QTR4205 on the AFNAN arrival, and QTR3894 on the BAYAN arrival. |
hmm, thanks @scott-j-smith! Could you open an issue in my fork for that (with that screenshot)? That looks like it could be a side effect from one of the features completed this sprint. re: @erikquinn |
@n8rzz |
I concur with @matt5611. This is almost definitely a similar symptom to that described in #770; both symptoms are resolved following n8rzz#241. This also explains why it is broken at |
Im getting sometimes, aircraft which wont budge from Waiting to takeoff, even if cvs or an altitude command has been given.
The text was updated successfully, but these errors were encountered: