Chapter9 Feb 17, 2020 @ 4:03pm
ERROR! AppId <appid> launch failed (Steam client files corrupt)
Starting FEB 12 following a new Steam Client Update Released, when executing
app_run <appid>
command from steamcmd executable, I'm getting the following error:

ERROR! AppId <appid> launch failed (Steam client files corrupt)

Here is the script we are using to install the game:
@ShutdownOnFailedCommand 0 @NoPromptForPassword 1 force_install_dir "{{key `app/local/install_dir` | js}}" login {{ .Data.username }} {{ .Data.password }} app_update 228980 app_update {{ .Data.app_id }} -beta {{ .Data.beta }} -betapassword {{ .Data.beta_password }} validate quit

Here is the script we are using to run the game:
@ShutdownOnFailedCommand 0 @NoPromptForPassword 1 force_install_dir "{{key `app/local/install_dir` | js}}" login {{ .Data.username }} {{ .Data.password }} app_run {{ .Data.app_id }} 0 "{{ key `app/common/arguments` }} {{ key `app/local/arguments` }}" quit

My investigation leaded me to believe that the steamcmd manifest file wasn't updated to reflect the new Steam Client.
< >
Showing 1-3 of 3 comments
Chapter9 Feb 17, 2020 @ 4:05pm 
I'm not the only one having this issue and it is also happening on linux:
https://steamcommunity.com/app/602960/discussions/1/3440124373222647258/#c3440124373226029773
rich Feb 19, 2020 @ 2:16pm 
steamcmd has been updated to resolve this issue.
Please update to the latest version.
Xanadu Feb 21, 2020 @ 1:23am 
Solved by updating to the latest version.
ty
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Feb 17, 2020 @ 4:03pm
Posts: 3