Содержание
- Error 0x402 after update job
- Name already in use
- LinuxGSM-Docs / steamcmd / errors.md
- Error 0x402 after update job
- Error 0x402 after update job
- Error 0x402 after update job
Error 0x402 after update job
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I have very same issue — VM 100Gb/Ram 8Gb/4 cores — I installed windows and followed the process and it works flawlessly — however even if I put in my steam user/pass it still give this error. Any help would b appreciated. I clean out my /tmp folder and I know there is plenty of room on the server as it is 100Gb dedicated. The game is only 25Gb so plenty of room.
Источник
Name already in use
LinuxGSM-Docs / steamcmd / errors.md
- Go to file T
- Go to line L
- Copy path
- Copy permalink
Copy raw contents
Copy raw contents
SteamCMD can sometimes output errors when something goes wrong. Sadly Valve has never released an official list of what the error messages mean. Because of this, a lot of guesswork has been needed to figure it out. This page will highlight what we already know and info on researching what the error might mean in the hope that you can contribute to understanding SteamCMD errors.
SteamCMD uses hexadecimal numbers to give its current «state». Every time SteamCMD does something it changes its state. When SteamCMD fails it will output its has hexadecimal state, for example 0x202 .
Seems to affect HLDS based servers. Running again often fixes the issue
Reason | Error! App ’90’ state is 0x10E after update job. | |
---|---|---|
Hex | 0x10E | Reason |
Decimal/StateFlags | 270 | Hex |
Not enough disk space.
Reason | Not enough disk quota |
---|---|
Hex | 0x202 |
Decimal/StateFlags | 514 |
<% hint style=»info» %>Unknown error, if you have any details please let us know
Reason | |
Hex | 0x206 |
Decimal/StateFlags | 518 |
<% hint style=»warning» %>Missing content_log.txt if you have experienced this error and have a log please let us know.
Not enough disk space.
Title | Title |
---|---|
Reason | Not enough disk space |
Hex | 0x212 |
Decimal/StateFlags | 530 |
Connection issue with steam, you will need to wait for the steam servers to recover.
Reason | Connection issue |
---|---|
Hex | 0x402 |
Decimal/StateFlags | 1026 |
<% hint style=»warning» %>Missing content_log.txt if you have experienced this error and have a log please let us know.
<% hint style=»info» %>Unknown error, if you have any details please let us know
Reason | |
Hex | 0x602 |
Decimal/StateFlags | 1538 |
<% hint style=»warning» %>Missing content_log.txt if you have experienced this error and have a log please let us know.
SteamCMD is unable to write to the disk. Normally caused by permissions issues. This issue was discovered when a directory that was linked using symlink did not have the correct permissions to allow SteamCMD to write to it.
Reason | Disk write failure |
Hex | 0x606 |
Decimal/StateFlags | 1542 |
Reason | |
---|---|
Hex | 0x2 |
Decimal/StateFlags | 2 |
<% hint style=»warning» %>Missing content_log.txt if you have it please let us know.
No connection to content servers.
Reason | No connection to content servers |
---|---|
Reason 2 | Received 401 (Unauthorized) HTTP response for depot 11 |
Hex | 0x6 |
Decimal/StateFlags | 6 |
To get more info and output see the SteamCMD logs in
/.steam/logs . The most useful log is content_log.txt that will provide more information on errors.
<% hint style=»success» %>If you have experienced an error we don’t have logs for please provide them to us to assist in diagnosing the issue.
SteamCMD Hex Codes
SteamCMD uses hex error codes such as 0x202 which can be converted into decimal 514 . You can use a hex-to-decimal converter to do this. Using the table below you can work out the status messages. By doing a calculation. Find the highest number below the state 512 which is the first error. Then take the number away from the total 514-512=2 which gives you the last error. This can be done for any error
512 StateUpdateRunning , 2 StateUpdateRequired
StateInvalid | |
---|---|
StateUninstalled | 1 |
StateUpdateRequired | 2 |
StateFullyInstalled | 4 |
StateEncrypted | 8 |
StateLocked | 16 |
StateFilesMissing | 32 |
StateAppRunning | 64 |
StateFilesCorrupt | 128 |
StateUpdateRunning | 256 |
StateUpdateRunning | 512 |
StateUpdateStarted | 1024 |
StateUninstalling | 2048 |
StateBackupRunning | 4096 |
StateReconfiguring | 65536 |
StateValidating | 131072 |
StateAddingFiles | 262144 |
StatePreallocating | 524288 |
StateDownloading | 1048576 |
StateStaging | 2097152 |
StateCommitting | 4194304 |
StateUpdateStopping | 8388608 |
This table is from 2015 and is probably outdated now but it’s the best we currently have.
ulimit SteamCMD startup error
Some users may get a ulimit error (no permission/cannot open file) while SteamCMD is starting up. This error caused by a low setting of the -n parameter (number of file descriptors) of ulimit. Some servers forbid increasing ulimit values after startup (or beyond a limit set by root). This can be fixed by changing the file descriptor number ulimit:
ERROR! Failed to install app » (No subscription)
The Steam account being used does not have a license for the required game.
ERROR! Password check for AppId returned error Failure.
The password for the branch is incorrect.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Ignore the error, do not do anything to attempt to fix it. It is a known error that has appeared ever since SteamPipe was introduced. It does not cause any issues and can be ignored.
Loading Steam API. Failed to init SDL priority manager: SDL not found
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
CWorkThreadPool: work processing queue not empty: 2 items discarded.
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
Failed to set thread priority: per-thread setup failed
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
Источник
Error 0x402 after update job
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I have very same issue — VM 100Gb/Ram 8Gb/4 cores — I installed windows and followed the process and it works flawlessly — however even if I put in my steam user/pass it still give this error. Any help would b appreciated. I clean out my /tmp folder and I know there is plenty of room on the server as it is 100Gb dedicated. The game is only 25Gb so plenty of room.
Источник
Error 0x402 after update job
Hi folks. I’ve always had issues updating my csgo dedicated server. Once an update is pushed and server needs updated, I have never been able to do the «app_update 740». I’ve always been forced to remove entire directory and redownload through steamCMD. That’s not really an issue, but the last update I have not been able to complete the download. I get this error:
Error! App ‘740’ state is 0x402 after update job.
The error stops at 93.47 percent every single attempt.
I attempted the download on a different server with no issues so it has to be specific to my server.
Make sure the Steam Client is not running when you run SteamCMD.
Make sure your anti-malware protection system is disabled when you run SteamCMD.
Try and log into an account that owns the game through SteamCMD.
Issue command:
app_update 740 validate
try
app_info 740
or
app_state 740
in order to view detailed information.
Since 93.47% is at the later part of the update download process (i am guessing you don’t mean it stops at 93.47% commit) it is most possibly downloading the main executable binary files.
Источник
Error 0x402 after update job
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I’m trying to setup a Ark Survival server under ubuntu (it’s a VM, on an Intel NUC, core i3, 10GB RAM allocated, 70GB HDD for the virtual disk)
I have compared multiple guides, all seem simple, I have done this multiple times, every time — same result, the download breaks at about 10-11%
sudo apt-get install lib32gcc1
useradd -m steam
su — steam
mkdir
./steamcmd.sh +login [USER] [PASSWORT] +force_install_dir /home/steam/arkdedicated +app_update 376030 validate +quit
I have tried the anonymous logon and also logged with my steam user/pass
I have deleted and recreated the «steam» user and home folder, I have created another account and used that also
Every time, the same error at about the same download percentage
I’m starting to think it’s something to do with the steamcmd. Anyone else having this issue? Anyone actually managed to download the game under linux recently?
I have very same issue — VM 100Gb/Ram 8Gb/4 cores — I installed windows and followed the process and it works flawlessly — however even if I put in my steam user/pass it still give this error. Any help would b appreciated. I clean out my /tmp folder and I know there is plenty of room on the server as it is 100Gb dedicated. The game is only 25Gb so plenty of room.
Источник
description |
---|
Common |
Error Codes
SteamCMD
SteamCMD can sometimes output errors when something goes wrong. Sadly Valve has never released an official list of what the error messages mean. Because of this, a lot of guesswork has been needed to figure it out. This page will highlight what we already know and info on researching what the error might mean in the hope that you can contribute to understanding SteamCMD errors.
SteamCMD uses hexadecimal numbers to give its current «state». Every time SteamCMD does something it changes its state. When SteamCMD fails it will output its has hexadecimal state, for example 0x202
.
Codes
Error 0x10E
Seems to affect HLDS based servers. Running again often fixes the issue
Error! App '90' state is 0x10E after update job.
Reason | Error! App ’90’ state is 0x10E after update job. | |
---|---|---|
Hex | 0x10E | Reason |
Decimal/StateFlags | 270 | Hex |
{% file src=»../.gitbook/assets/content_log_0x10E (1).txt» %}
Error 0x202
Not enough disk space.
Error! App '<appid_number>' state is 0x202 after update job.
Reason | Not enough disk quota |
---|---|
Hex | 0x202 |
Decimal/StateFlags | 514 |
{% file src=»../.gitbook/assets/content_log.txt» %}
Error 0x206
{% hint style=»info» %}
Unknown error, if you have any details please let us know
{% endhint %}
Error! App '<appid_number>' state is 0x206 after update job.
Reason | |
Hex | 0x206 |
Decimal/StateFlags | 518 |
{% hint style=»warning» %}
Missing content_log.txt if you have experienced this error and have a log please let us know.
{% endhint %}
Error 0x212
Not enough disk space.
Error! App '<appid_number>' state is 0x212 after update job.
Title | Title |
---|---|
Reason | Not enough disk space |
Hex | 0x212 |
Decimal/StateFlags | 530 |
{% file src=»../.gitbook/assets/content_log_0x212.txt» %}
Error 0x402
Connection issue with steam, you will need to wait for the steam servers to recover.
Error! State is 0x402 after update job.
Reason | Connection issue |
---|---|
Hex | 0x402 |
Decimal/StateFlags | 1026 |
{% hint style=»warning» %}
Missing content_log.txt if you have experienced this error and have a log please let us know.
{% endhint %}
Error 0x602
{% hint style=»info» %}
Unknown error, if you have any details please let us know
{% endhint %}
Error! State is 0x602 after update job.
Reason | |
Hex | 0x602 |
Decimal/StateFlags | 1538 |
{% hint style=»warning» %}
Missing content_log.txt if you have experienced this error and have a log please let us know.
{% endhint %}
Error 0x606
SteamCMD is unable to write to the disk. Normally caused by permissions issues. This issue was discovered when a directory that was linked using symlink did not have the correct permissions to allow SteamCMD to write to it.
Error! App '<appid_number>' state is 0x606 after update job.
Reason | Disk write failure |
Hex | 0x606 |
Decimal/StateFlags | 1542 |
{% file src=»../.gitbook/assets/content_log (2).txt» %}
Error 0x2
Error! App '<appid_number>' state is is 0x2 after update job.
Reason | |
---|---|
Hex | 0x2 |
Decimal/StateFlags | 2 |
{% hint style=»warning» %}
Missing content_log.txt if you have it please let us know.
{% endhint %}
Error 0x6
No connection to content servers.
Error! App '<appid_number>' state is 0x6 after update job.
Reason | No connection to content servers |
---|---|
Reason 2 | Received 401 (Unauthorized) HTTP response for depot 11 |
Hex | 0x6 |
Decimal/StateFlags | 6 |
{% file src=»../.gitbook/assets/content_log (1).txt» %}
{% file src=»../.gitbook/assets/content_log_0x6-2 (2).txt» %}
0x3
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
0x5
Update state (0x5) validating, progress: 13.48 (1554089956 / 11530459441)
0x11
Update state (0x11) preallocating, progress: 8.53 (983870089 / 11530459441)
0x61
Update state (0x61) downloading, progress: 1.11 (127644881 / 11530459441)
0x101
Update state (0x101) committing, progress: 3.43 (395043827 / 11530459441)
SteamCMD Logs
To get more info and output see the SteamCMD logs in ~/.local/share/Steam/logs
or ~/.steam/logs
. The most useful log is content_log.txt
that will provide more information on errors.
{% hint style=»success» %}
If you have experienced an error we don’t have logs for please provide them to us to assist in diagnosing the issue.
{% endhint %}
SteamCMD Hex Codes
SteamCMD uses hex error codes such as 0x202
which can be converted into decimal 514
. You can use a hex-to-decimal converter to do this. Using the table below you can work out the status messages. By doing a calculation. Find the highest number below the state 512
which is the first error. Then take the number away from the total 514-512=2
which gives you the last error. This can be done for any error
514-512-2=0
512 StateUpdateRunning
, 2 StateUpdateRequired
StateInvalid | 0 |
---|---|
StateUninstalled | 1 |
StateUpdateRequired | 2 |
StateFullyInstalled | 4 |
StateEncrypted | 8 |
StateLocked | 16 |
StateFilesMissing | 32 |
StateAppRunning | 64 |
StateFilesCorrupt | 128 |
StateUpdateRunning | 256 |
StateUpdateRunning | 512 |
StateUpdateStarted | 1024 |
StateUninstalling | 2048 |
StateBackupRunning | 4096 |
StateReconfiguring | 65536 |
StateValidating | 131072 |
StateAddingFiles | 262144 |
StatePreallocating | 524288 |
StateDownloading | 1048576 |
StateStaging | 2097152 |
StateCommitting | 4194304 |
StateUpdateStopping | 8388608 |
This table is from 2015 and is probably outdated now but it’s the best we currently have.
{% embed url=»https://github.com/lutris/lutris/blob/master/docs/steam.rst» %}
ulimit SteamCMD startup error
./steamcmd.sh: line 17: ulimit: open files: cannot modify limit: Operation not permitted
Some users may get a ulimit error (no permission/cannot open file) while SteamCMD is starting up. This error caused by a low setting of the -n parameter (number of file descriptors) of ulimit. Some servers forbid increasing ulimit values after startup (or beyond a limit set by root). This can be fixed by changing the file descriptor number ulimit:
ERROR! Failed to install app ‘<appid_number>’ (No subscription)
The Steam account being used does not have a license for the required game.
ERROR! Password check for AppId <appid_number> returned error Failure.
The password for the branch is incorrect.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Ignore the error, do not do anything to attempt to fix it. It is a known error that has appeared ever since SteamPipe was introduced. It does not cause any issues and can be ignored.
Loading Steam API…Failed to init SDL priority manager: SDL not found
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 2 items discarded.
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
Failed to set thread priority: per-thread setup failed
Ignore the error, do not do anything to attempt to fix it. It does not cause any issues and can be ignored.
We are trying since few month to update gmod server. With update I mean DOWNLOAD via steamcmd. We all have already cancer and dying because of this problem.
What can we do to fix this damn error?
We have a linux server [QUOTE]3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux[/QUOTE]
We have only this problem with GMOD. TF2 or something else works ok.
What errors we get sometimes.
[QUOTE]
[ 0%] Checking for available updates…
[—-] Verifying installation…
Steam Console Client (c) Valve Corporation
— type ‘quit’ to exit —
Loading Steam3…[HTTP Remote Control] HTTP server listening on port 27037.
OK.
Connecting anonymously to Steam Public…Logged in OK
Waiting for license info…OK
Initial App state (0x402) update required
App state (0x10502) reconfiguring, progress: 0.00 (0 / 0)
Error! App ‘4020’ state is 0x402 after update job.
CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 25 items discarded.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 55 items discarded.
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/../common/singleprocesspipe_linux.cpp (146) : Assertion Failed: false
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/../common/singleprocesspipe_linux.cpp (153) : Assertion Failed: CSingleProcessPipe::BWrite errno=22
[/QUOTE]
Second try
[QUOTE][ 0%] Checking for available updates…
[—-] Verifying installation…
Steam Console Client (c) Valve Corporation
— type ‘quit’ to exit —
Loading Steam3…[HTTP Remote Control] HTTP server listening on port 27037.
OK.
Connecting anonymously to Steam Public…Logged in OK
Waiting for license info…OK
Initial App state (0x402) update required
App state (0x300502) downloading, progress: 0.02 (834041 / 3795030198)
Error! App ‘4020’ state is 0x402 after update job.
CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 56 items discarded.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 274 items discarded.
[/QUOTE]
Look 0.02 percent downloaded and then ERROR
3rd try
[QUOTE]
Error! App ‘4020’ state is 0x402 after update job.
CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 101 items discarded.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 181 items discarded.
[/QUOTE]
«101 items discarded» changing all the time
4rd try
[QUOTE]
Error! App ‘4020’ state is 0x402 after update job.
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/../common/singleprocesspipe_linux.cpp (146 ) : Assertion Failed: false
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/../common/singleprocesspipe_linux.cpp (153 ) : Assertion Failed: CSingleProcessPipe::BWrite errno=22
[/QUOTE]
WTF an other error again!??!
logs
appinfo_log.txt
[QUOTE]
[2014-08-17 01:29:26] RequestAppInfoUpdate: nNumAppIDs 1
[2014-08-17 01:29:26] RequestAppInfoUpdate: nNumAppIDs 1
[2014-08-17 01:29:27] ProductInfoChanges: change number 0->643750, apps: 0/0, packages: 0/0
[2014-08-17 01:29:27] UpdatesJob: requesting 47 apps, 1 packages (meta data, 1024 prev attempts)
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 5, was 638497, now: 638496
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 7, was 633186, now: 633185
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 90, was 613841, now: 613840
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 205, was 460482, now: 460481
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 215, was 460482, now: 460481
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 218, was 460482, now: 460481
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 310, was 460482, now: 460481
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 740, was 637557, now: 637556
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 1007, was 613841, now: 613840
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 4020, was 631982, now: 631981
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17505, was 460494, now: 460493
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17515, was 460482, now: 460481
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17525, was 587593, now: 587592
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17535, was 460494, now: 460493
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17555, was 490328, now: 490327
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17575, was 460494, now: 460493
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17585, was 643340, now: 643339
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 17705, was 574252, now: 574251
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 55280, was 596114, now: 596113
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 111710, was 473285, now: 473284
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 222840, was 613841, now: 613840
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 222860, was 490328, now: 490327
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 227040, was 490328, now: 490327
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 227050, was 490328, now: 490327
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 228920, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 229830, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232230, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232250, was 640222, now: 640221
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232270, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232290, was 519709, now: 519708
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232310, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232330, was 519703, now: 519702
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232350, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 232370, was 519716, now: 519715
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 237410, was 640126, now: 640125
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 238690, was 640952, now: 640951
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 244310, was 534752, now: 534751
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 255470, was 377437, now: 377436
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 258550, was 643643, now: 643642
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 261140, was 577568, now: 577567
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 265360, was 632479, now: 632478
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 266910, was 642723, now: 642722
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 295230, was 637984, now: 637983
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 298740, was 643667, now: 643666
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 299310, was 579312, now: 579311
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 312070, was 626961, now: 626960
[2014-08-17 01:29:27] UpdatesJob: server changenumber out of sync (AppID 31360
do you use
app_update 4020 validate
Yes I do.
We tried both
we use [B]steamcmd.sh +runscript update_gmod_build.txt
[/B]
The textfile looks like:
[QUOTE]@ShutdownOnFailedCommand
@NoPromptForPassword 1
login anonymous
force_install_dir /home/***/gmod/build/
app_update 4020 validate
quit[/QUOTE]
(I just replaced username by «*»)
-
#1
Здравствуйте форумчане :hi:
Сегодня столкнуться с такой проблемой:
— «Не могу поставить сервер Counter Strike 1.6 на Linux (Debian 6.0 x86 Squeeze)»
На Windows ставлю всё нормально, а вот на Linux не могу, при установке выдаёт вот такую ошибку:
— «Error! App ’90’ state is 0x402 after update job.«(в google не смог найти как и на youtube)
Помогите мне пожалуйста, буду Вам очень благодарен :beer:
—
P.S. Ставил по стандартному мануалу:
— https://developer.valvesoftware.com/wiki/SteamCMD:ru
А ещё даже по видео:
http://www.youtube.com/watch?v=rXItfwY7UJM
— Добавлено позже —
[ВОПРОС ЗАКРЫТ]
Причина: Время уже прошло да и на CS:GO переехал
Последнее редактирование: 4 Апр 2016
|
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||
|
-
I get this issue upon trying to install a rust server on my computer.
Looks like steam didn't shutdown cleanly, scheduling immediate update check [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK. force_install_dir "c:rustserver" Steam>Steam>login anonymousConnecting anonymously to Steam Public...Logged in OK Waiting for license info...OKSteam>force_install_dir "c:Rust Server"Steam>app_updata 258550 >>> command not found: app_updataSteam>app_updata 258550 >>> command not found: app_updataSteam>app_update 258550 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Update state (0x11) preallocating, progress: 1.90 (74271846 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Error! App '258550' state is 0x402 after update job.Steam>app_update 258550 Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.00 (0 / 3906141174) Update state (0x61) downloading, progress: 0.15 (5840430 / 3906141174) Update state (0x61) downloading, progress: 0.30 (11888263 / 3906141174) Update state (0x61) downloading, progress: 0.60 (23340209 / 3906141174) Update state (0x61) downloading, progress: 0.96 (37641012 / 3906141174) Update state (0x61) downloading, progress: 1.35 (52548950 / 3906141174) Update state (0x61) downloading, progress: 1.52 (59402934 / 3906141174) Update state (0x61) downloading, progress: 1.68 (65720899 / 3906141174) Update state (0x61) downloading, progress: 1.68 (65720899 / 3906141174) Update state (0x61) downloading, progress: 1.68 (65720899 / 3906141174) Update state (0x61) downloading, progress: 1.68 (65720899 / 3906141174) Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Error! App '258550' state is 0x402 after update job.Steam>app_update 258550force_install_dir "c:rustserver"force_install_dir "c:rustserver"force_install_dir "c:rustserver" Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Error! App '258550' state is 0x402 after update job.Steam>force_install_dir "C:Rust Server"Steam>app_update 258550 Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Update state (0x61) downloading, progress: 1.86 (72688387 / 3906141174) Update state (0x161) stopping, progress: 1.86 (72688387 / 3906141174) Error! App '258550' state is 0x402 after update job.
-
Wulf
Community Admin
That error generally means there was a connection issue with Steam, all you can do is try again and again until
it finishes.
I’m setting up a gmod server on Linux but I get an error saying it failed to write app state. I read somewhere it was something to do with permission but I’m not sure how to fix it. What is causing this error and how can it be fixed?
Steam>force_install_dir /home/steam/gmod
Steam>app_update 4020
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (937) : Assertion Failed: Failed to write app state file /home/steam/gmod/b880344e252db2ff689623b22f39bb22fdbd1e01/appmanifest_4020.acf
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (937) : Assertion Failed: Failed to write app state file /home/steam/gmod/b880344e252db2ff689623b22f39bb22fdbd1e01/appmanifest_4020.acf
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '4020' state is 0x1 after update job.
davidism
117k25 gold badges382 silver badges332 bronze badges
asked Feb 12, 2015 at 14:26
4
I’ve resolved with root account. Launched steamcmd with root and then updated the app. No errors occurred. I hope could help someone.
answered May 16, 2017 at 21:19
Наши новости: |
|
ThisIsSparta |
Сообщение
|
|
Здравствуйте. Код login логин пароль ОС: Windows Server 2012 R2 x64 Прикрепленные файлы:
|
|
|
vavarik |
Сообщение
|
Стаж: 12 лет Сообщений: 942
|
А не проще ли в таком случае на свой аккаунт в стиме скачать сервер? |
|
|
AZA |
Сообщение
|
Стаж: 8 лет 1 месяц Сообщений: 479 |
* |
|
|
ThisIsSparta |
Сообщение
|
Стаж: 8 лет 6 месяцев Сообщений: 566 |
|
|
|
AZA |
Сообщение
|
Стаж: 8 лет 1 месяц Сообщений: 479 |
* |
|
|
ThisIsSparta |
Сообщение
|
Стаж: 8 лет 6 месяцев Сообщений: 566 |
|
|
|
vavarik |
Сообщение
|
Стаж: 12 лет Сообщений: 942
|
Цитата(ThisIsSparta @ 4.1.2016, 10:43)
Всё очень просто. |
|
|
0 пользователей и 1 гостей читают эту тему: