Commit 6b3a6405 authored by Matthew Hausknecht's avatar Matthew Hausknecht

More informative error server error message.

parent ca670a30
......@@ -65,6 +65,8 @@ def main(args):
time.sleep(0.2)
assert server.poll() is None,\
'[start.py] Failed to launch Server with command: \"%s\"' \
'\n\nAnother rcssserver may be running on the same port?' \
'\nTry: \"killall -9 rcssserver\"' \
%(serverCommand + serverOptions)
if not args.headless:
monitorCommand = os.path.join(binary_dir, MONITOR_BIN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment