Debugging SteamCMD/CSGO not updating
I'm trying to update my Counter-Strike: Global Offensive server and Steam is giving the error code 0x6 however this error does not seem to be documented anywhere.
[...]
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '740' state is 0x6 after update job.
How would I go about finding out what this error means and how to prevent it? My ulimit is 2048, I have 10GB storage available and everything seems completely fine, networking and everything however SteamCMD just wont update CS:GO.
Best Answer
I believe this is what I had problems with as well. To update your server you need to use the force_install_dir command, because otherwise it won't know where to update something installed with the id 740.
I.E: force_install_dir ./CSGO/
(the /CSGO/ is the one where your srcds_run, srcds_linux and so on are located. (not in the /csgo/ where the actual game-files are)
Pictures about "Debugging SteamCMD/CSGO not updating"



Your Client Needs to UPDATE CS GO steam How to Fix
More answers regarding debugging SteamCMD/CSGO not updating
Answer 2
From memory, error 0x6 means that something in the local SteamCMD file depots is corrupt.
On Linux, you can remove the ~/Steam directory to (usually) fix it. I'm not sure where this is located on Windows.
Answer 3
I had the same issue.
My solution was disabling my Steam cache and double checking my network connection to steam (dns, firewall, etc).
Redownload steamcmd and use the following command:
./steamcmd.sh +login anonymous +force_install_dir /$your_serverfiles +app_update 740 validate
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Szabó Viktor, Rahul Shah, Monica Silvestre, Miguel Á. Padriñán
