GameServers / Insurgency

Insurgency Dedicated Server
8 stars 5 forks source link

Missing autoecex_steamaccount.cfg while executing run_srcds_server #2

Open minonl opened 7 years ago

minonl commented 7 years ago

I can always reproduce this issue and here is the whole message from docker run:

Connecting anonymously to Steam Public...Logged in OK Waiting for user info...OK ERROR! Failed to install app '237410' (Disk write failure) /scripts/run_srcds_server: line 22: /home/steamsrv/Insurgency/insurgency/cfg/autoexec_steamaccount.cfg: No such file or directory running: ./srcds_run -console -game insurgency -nohltv +exec autoexec_steamaccount.cfg +maxplayers 24 +map market_coop -port 27018 /scripts/run_srcds_server: line 32: ./srcds_run: No such file or directory

JasonRivers commented 7 years ago

It actually looks like the container doesn't have permissions to download the game. If you've mounted the directory outside of the container, please make sure that you have the correct permissions on the directory:

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
ERROR! Failed to install app '237410' (Disk write failure)
JasonRivers commented 7 years ago

I should be able to error earlier to help with this, though - If it created the error at the point of the disk write failure, you'd have probably caught that instead of thinking it was to do with the autoexec_steamaccount,.cfg