-
Notifications
You must be signed in to change notification settings - Fork 160
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
Anarki hangs when starting on Windows via arc.cmd #217
Comments
I don't have a solution but I do see similar problems. I'm on Windows 11. I have to press |
Ah, I forgot the Now I can reproduce the second half of your report as well. And when I hit
|
One issue: Racket's There may be others. |
How to solve this problem, what shoud I do? |
I'm not sure. I'm not an expert in Windows or Racket. I'm poking at the problem when I have some time. Let's see if others have ideas as well. I don't see any discussion online that Racket's
I wonder now if I'm not at my Windows machine right now, but try deleting this line and see if it helps. |
Though I don't think this explains why it hangs waiting for the initial key. Well, let's fix the second problem first. |
Yes, it helps: now I can type in repl. And second, what keystroke I should use to break back to repl when I want to break some unwanted long computation? (Ctrl-c exit from arc entirely, but i want only to break back to repl) |
I think that ctrl+c might be a known issue.. For the first key, I'd try inserting some prints ( |
Something really strange happens here: when I run Anarki from the command line, not via a .cmd file, like this:
then everything works ok and there is no initial hang. The problem only appears when Anarki is started via a .cmd file! I don't know how to explain this. |
Wow! Good find. |
When I try to start Anarki via arc.cmd on windows 10, a command prompt opens, but only the blinking cursor is visible and it waits endlessly. Only when I press some key (e.g. space), the text "initializing arc... (may take a minute)" appears. After about 30 seconds the arc prompt appears. But, if I now type something in that prompt (say, number 1) nothing happens, as if repl doesn't work at all. This was tested on Racket version 8.7
The text was updated successfully, but these errors were encountered: