arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
681 stars 144 forks source link

After updating game, unable to start server #1236

Closed ecterun closed 1 year ago

ecterun commented 2 years ago

After running the update on the server, I am unable to start the server. I have tried to stand up a new instance and pull my latest backup and I get the same error.

+ /usr/local/bin/arkmanager update --verbose --update-mods --backup --no-autostart
Running command 'update' for instance 'main'
Checking for update; PID: 47
Your server is already up to date! The most recent version is 9653925.
+ exec /usr/local/bin/arkmanager run --verbose --arkopt,-NoBattlEye --arkopt,-crossplay
Running command 'run' for instance 'main'
2022-10-06 02:52:30: start
2022-10-06 02:52:30: Running /app/server/ShooterGame/Binaries/Linux/ShooterGameServer Fjordur\?SessionName=****\?ServerPassword=****\?ServerAdminPassword=****\?MaxPlayers=20\?GameModIds\?GameModIds\?Port=7779\?QueryPort=27016\?RCONEnabled=True\?RCONPort=27021\?listen -log -NoBattlEye -crossplay -log
2022-10-06 02:52:30: Server PID: 156
/usr/local/bin/arkmanager: line 1314:   156 Aborted                 (core dumped) "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2022-10-06 02:52:35: Bad PID ''; expected '156'
2022-10-06 02:52:35: exited with status 0
klightspeed commented 2 years ago

Please try updating again - the current ARK server version is 9663872 (released by Wildcard 13 hours ago presumably to fix this exact issue - see https://steamdb.info/app/376030/history/?changeid=16277614)

ecterun commented 2 years ago

Updated to version 9663872 and running into the same issues.

+ /usr/local/bin/arkmanager update --verbose --update-mods --backup --no-autostart
Running command 'update' for instance 'main'
Checking for update; PID: 47
Your server is already up to date! The most recent version is 9663872.
+ exec /usr/local/bin/arkmanager run --verbose --arkopt,-NoBattlEye --arkopt,-crossplay
Running command 'run' for instance 'main'
2022-10-06 17:30:46: start
2022-10-06 17:30:46: Running /app/server/ShooterGame/Binaries/Linux/ShooterGameServer Fjordur\?SessionName=****\?ServerPassword=****\?ServerAdminPassword=****\?MaxPlayers=20\?GameModIds\?GameModIds\?Port=7779\?QueryPort=27016\?RCONEnabled=True\?RCONPort=27021\?listen -log -NoBattlEye -crossplay -log
2022-10-06 17:30:46: Server PID: 156
/usr/local/bin/arkmanager: line 1314:   156 Aborted                 (core dumped) "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2022-10-06 17:30:51: Bad PID ''; expected '156'
2022-10-06 17:30:51: exited with status 0
klightspeed commented 1 year ago

It looks like it is aborting immediately.

Please try doing a arkmanager update --validate --verbose in order to make sure no files are missing / corrupt.

ecterun commented 1 year ago

This is what fixed the install. Thanks