-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
play_abstreet.bat doesn't do anything #1093
Comments
Hi! I don't have a Windows machine handy to work on this, unfortunately. Things to try:
|
In 0.3.43, game.exe was within the root folder and the .bat just called game.exe directly In 0.3.44, game.exe was put into a Binaries folder and play_abstreet is now: The output file reads The problem is that the .bat file should use "" for delimiters instead of "/". If you replace them manually then the game and the subexes work fine. If you manually launch game.exe then the game will exit if you try to enter a subfunction from the game. |
Hi @sjdunbar93, please give https://github.com/a-b-street/abstreet/releases/tag/v0.3.48 a try. I fixed the directory separators, but I'm still not totally sure Windows can handle ".\binaries\foo.exe", or all of the STDOUT/STDERR redirection options. If this new build doesn't work, I might ask your help modifying the .bat files and trying a few more things. I don't have a Windows system available to test this myself |
New release appears to run without issue. |
Fantastic, thanks for confirming! Andy is working on making these scripts even more robust, but I'll close out this issue unless someone else has trouble with Windows. |
This is result I'm getting when running
play_abstreet.bat
And nothing is running.
Env. is Windows 10 /w PowerShell / Cmd shell
Files were extracted from
abstreet_windows_v0_3_45.zip
The text was updated successfully, but these errors were encountered: