You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I tried to run the controller, but it's failed..not sure how to troubleshoot.
PS C:\Users\folder\grid-routing-battle> .\controller.py
Initializing bots.
Bots:
Random Builder
Checkpoint
FaucetBot
Connector
Running 100 rounds.
Round 0
Traceback (most recent call last):
File "C:\Users\folder\grid-routing-battle\controller.py", line 234, in <module>
main()
File "C:\Users\folder\grid-routing-battle\controller.py", line 222, in main
slow_bots.update(run_round(bots))
File "C:\Users\folder\grid-routing-battle\controller.py", line 83, in run_round
bot.handle = sub.Popen(bot.command, bufsize=1, universal_newlines=True, cwd=directory, stdin=sub.PIPE, stdout=sub.PI
PE)
File "C:\Python34\lib\subprocess.py", line 858, in __init__
restore_signals, start_new_session)
File "C:\Python34\lib\subprocess.py", line 1111, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
Do you have your Java executable in your PATH environment variable? That's all I can think of now. I know that the controller has trouble with Java submissions on Windows, and I haven't been able to fix it yet.
Hi I tried to run the controller, but it's failed..not sure how to troubleshoot.
The text was updated successfully, but these errors were encountered: