wolveix / satisfactory-server

A Dockerized version of the Satisfactory dedicated server
https://hub.docker.com/r/wolveix/satisfactory-server
MIT License
1.05k stars 128 forks source link

SteamCMD: Error! App '1690800' state is 0x202 after update job #226

Closed gabrielporto closed 9 months ago

gabrielporto commented 9 months ago

Describe the Bug The server start on my windows but on start on linux have erro

Your Runtime Command or Docker Compose File

docker run -v satisfactoryServer:/config --name satisfactory-server -h satisfactory-server -p 7777:7777 -p 15000:15000 -p 15777:15777 -e MAXPLAYERS=4 -e PGID=1000 -e PUID=1000 -e ROOTLESS=false -e STEAMBETA=false wolveix/satisfactory-server:v1.6.0

Log:

[ 71%] Downloading update (44,113 of 59,605 KB)...
[ 74%] Downloading update (45,310 of 59,605 KB)...
[ 76%] Downloading update (46,491 of 59,605 KB)...
[ 77%] Downloading update (47,855 of 59,605 KB)...
[ 80%] Downloading update (49,091 of 59,605 KB)...
[ 82%] Downloading update (50,332 of 59,605 KB)...
[ 84%] Downloading update (51,676 of 59,605 KB)...
[ 86%] Downloading update (52,905 of 59,605 KB)...
[ 88%] Downloading update (54,126 of 59,605 KB)...
[ 90%] Downloading update (55,450 of 59,605 KB)...
[ 93%] Downloading update (56,687 of 59,605 KB)...
[ 95%] Downloading update (57,891 of 59,605 KB)...
[ 97%] Downloading update (59,204 of 59,605 KB)...
[ 99%] Downloading update (59,605 of 59,605 KB)...
[100%] Download complete.
[----] Installing update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
Logging directory: '/home/steam/.steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1702079268
-- type 'quit' to exit --
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '1690800' state is 0x202 after update job.
root@linux:/#
wolveix commented 9 months ago

Hey, the steamservice.so is irrelevant (search the issues, you'll find other people mentioning it and me telling them the exact same thing).

Your error is Error! App '1690800' state is 0x202 after update job. which is a SteamCMD error, which means you're out of space. If you run the container with -e DEBUG=true, it'll print out your system info including your disk space. If you provided the full log file, you'd probably see a storage warning before this point.

Cooookiez commented 1 week ago

change satisfactoryServer in path to something like /home/[your username]/satisfactory/config, worked for me