assetto-corsa-web / accweb

Assetto Corsa Competizione Server Management Tool via Web Interface.
MIT License
142 stars 54 forks source link

"exit status 1" v1.6.1 #32

Closed Menteroth closed 4 years ago

Menteroth commented 4 years ago
D:\games\_utils\ACC Server Manager>accweb.exe
time="2020-02-07T18:02:05+01:00" level=info msg="Configure logging..."
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_ALLOWED_ORIGINS=*"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_CONFIG_PATH=config/"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_HOST=localhost:80"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_LOGLEVEL=info"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_SERVER_DIR=D:\\games\\Steam\\steamapps\\common\\Assetto Corsa Competizione\\server"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_SERVER_EXE=accServer.exe"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_TOKEN_PRIVATE_KEY=secrets/token.private"
time="2020-02-07T18:02:05+01:00" level=info msg="ACCWEB_TOKEN_PUBLIC_KEY=secrets/token.public"
time="2020-02-07T18:02:05+01:00" level=info msg="Loading build.js..."
time="2020-02-07T18:02:05+01:00" level=info msg="Loading server list..."
time="2020-02-07T18:02:05+01:00" level=info msg="Server list loaded successfully" servers=1
time="2020-02-07T18:02:05+01:00" level=info msg="Configuring CORS..."
time="2020-02-07T18:02:05+01:00" level=info msg="Starting server..."
time="2020-02-07T18:02:05+01:00" level=info msg="Using HTTP read/write timeouts" read_timeout=20 write_timeout=20
time="2020-02-07T18:02:08+01:00" level=info msg="Starting server instance..." id=1581094830
time="2020-02-07T18:02:08+01:00" level=warning msg="config\\1581094830"
time="2020-02-07T18:02:08+01:00" level=info msg="Server started" PID=5524
time="2020-02-07T18:02:09+01:00" level=error msg="Server stopped with an error" err="exit status 1"
time="2020-02-07T18:02:09+01:00" level=info msg="Server stopped" id=1581094830
Menteroth commented 4 years ago

Never mind me. Forgot to change port.

darrylgibbs commented 2 years ago

I'm getting this issue, and I can't understand why. My ports are all open on the firewall, but I get the same error and the server doesn't show up in game. If I run a PORT CHECK it shows as closed on the UDP port. I've tried so many times with various installs, manually and with Docker but no dice.

Any guidance?