-
Notifications
You must be signed in to change notification settings - Fork 63
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
Interactive mode does not load on Windows 10 #288
Comments
Do you know if this is also true for Cryptol? If not, that'll narrow down what might be going wrong. |
The cryptol binary included with SAW runs fine (disregarding alternative interpretation of the splash logo): > cryptol
ΓöÅΓöüΓò╕ΓöÅΓöüΓöôΓò╗ Γò╗ΓöÅΓöüΓöôΓò║Γö│Γò╕ΓöÅΓöüΓöôΓò╗
Γöâ ΓöúΓö│Γö¢ΓöùΓö│Γö¢ΓöúΓöüΓö¢ Γöâ Γöâ ΓöâΓöâ
ΓöùΓöüΓò╕Γò╣ΓöùΓò╕ Γò╣ Γò╣ Γò╣ ΓöùΓöüΓö¢ΓöùΓöüΓò╕
version 2.5.0 (9597082)
Loading module Cryptol
Cryptol> _ |
Good to know! So is the failure you're observing with standalone Cryptol using the 2.5.0 release? If so, the upcoming 2.6.0 release should fix the problem. |
The standalone Cryptol binary and the Cryptol binary included with SAW both run with no error. The behavior occurs with the SAW binary, not Cryptol. |
Ah, right! Thinko on my part. |
The fix is to run the following command in the windows shell:
This sets the Windows shell to use code page 65001, i.e., to use UTF-8. It should also fix the garbled SAW splash screen as well. The question is then: how do we incorporate this into SAW, so the user doesn't have to do this manually? For more info, look here: |
Thanks! Running Cryptol after this command now shows the expected pretext:
However, on multiple Windows 10 workspaces when trying to start recent nightlies of SAW in any mode, not just interactive, since mid-July or so, instead of a |
Oh, nice, that's a much more informative error than we were getting! On our Window machines, it was just quitting without any message, with exit code 127. It took a while to track it down to |
I am having this same problem. Can't run SAW on Windows 10. |
Yeah, it does seem to not be working at all on Windows since we pulled in the latest version of ABC, which now depends on |
The SAW REPL will now run on Windows again. In cases where color or Unicode output causes problems, the |
The text was updated successfully, but these errors were encountered: