-
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
Game Freezing #63
Comments
A few things:
Unfortunately, "freezes often" is a very generic problem and could be caused by a lot of things. |
Hardware: On Fri Dec 19 2014 at 5:10:36 PM Jon Ross notifications@github.com wrote:
|
It happens most frequently when giving long commands for planes on the eg "w 31l c 10 s 250 f lorah" On Fri Dec 19 2014 at 5:55:48 PM David Noyes dpnoyes@gmail.com wrote:
|
I've seen this error: And this error: Error seems to occur on KDBG if I order a takeoff from runway 1 and set fix to BOBAK. |
@zlsa I can try to look at this but I might need your help. Thanks edit: NVM my comment on the runway im tired.. |
I do confirm the issue with the same symptoms and results. |
Anyone can confirm if my patch fixed the takeoff issue? |
Still frozen when giving take off commands with a fix. String commands for take off work with heading, climb, speed, just not fix. w 01l c 10 s 250 heading 270 WORKS w01l c 10 s 250 f wetor DOES NOT WORK On Sat Dec 20 2014 at 3:28:12 PM David Albertson notifications@github.com
|
Have you just tried with the latest version? I ran exactly this and got no issue : |
When I load the bookmark I still see 2.1.7 . Is there a new update at a On Sat Dec 20 2014 at 3:49:00 PM David Albertson notifications@github.com
|
I didn't change the version for this fix. I always test from https://zlsa.github.io/atc/. I can't repro the freezing when trying on this link... Can you try the exact sequence I posted and post any JS error that you can see in the console? |
Sure. I ran "N359FP w36l c 10 s 250 f muste" and noticed the plane wasn't On Sat Dec 20 2014 at 3:53:35 PM David Albertson notifications@github.com
|
@dpnoyes1 Oh. Nice. You had the one case I wasn't covering (giving orders while the aircraft is still on the apron). On the sequence I tested (see above) I was taxiing, then giving orders, then taking off. Can you test now? |
I think I found the issue. It has to do with order of commands. [Aircraft] c 10 s 250 f romny w10l works but [aircraft] w 10l c 10 s 250 f romny does not work the long commands while on the apron only work if the taxi/wait command is On Sat Dec 20 2014 at 4:11:33 PM David Albertson notifications@github.com
|
Can you post the full sequence all the way until after take off? This is working for me : |
yes that works for me as well. The game only appears to freeze up if the On Sat Dec 20 2014 at 4:20:58 PM David Albertson notifications@github.com
|
This should fix it. |
All fixed. Thanks, loving the game! On Sat Dec 20 2014 at 4:28:28 PM David Albertson notifications@github.com
|
No problem! Thanks for helping out! Quick tip, if the games crashes again, try to provide exact repro steps and, if possible, open your browser's debugger and give us the exception :). Thanks again! |
Game freezes very often. Is a fairly recent problem (last 2 days). Especially when trying to do multiple commands at once or with take offs.
The text was updated successfully, but these errors were encountered: