pelican-eggs / games-steamcmd

Eggs for game servers that use SteamCMD to install.
MIT License
112 stars 47 forks source link

[Update Bug]: Palworld Proton #108

Open X3R07YP3 opened 21 hours ago

X3R07YP3 commented 21 hours ago

Panel Version

1.0.0-beta13

Wings Version

latest

Service

update process

Modified

No, I did not modify the egg

Expected Behavior

that the game was updated.

Actual Behavior

Auto update is active at startup. Today when I restarted it to update it, the following error appeared and the game is still in the same version:

[pelican Daemon]: Updating process configuration files...
[pelican Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@panel~ Server marked as starting...
[pelican Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from parkervcp/steamcmd 
Status: Image is up to date for ghcr.io/parkervcp/steamcmd:proton 
Digest: sha256:hiden
[pelican Daemon]: Finished pulling Docker container image
steam user is not set.
Using anonymous user.
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Redirecting stderr to '/home/container/.steam/steam/logs/stderr.txt'
Logging directory: '/home/container/.steam/steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1731433425
-- type 'quit' to exit --
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
"@sSteamCmdForcePlatformType" = "windows"
Success! App '1007' already up to date.
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
IPC function call IClientAppManager::GetUpdateInfo took too long: 47 msec
Error! App '2394010' state is 0x6 after update job.
:/home/container$ ./PalworldServerConfigParser; (while read cmd; do rcon -s -a "localhost:$RCON_PORT" -p "$ADMIN_PASSWORD" "$cmd";done) < /dev/stdin & proton run /home/container/Pal/Binaries/Win64/PalServer-Win64-Shipping.exe -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port=28020 -publicport=28020 -servername="[ESP]Nymeriaark.es 001 PVE x2 exp/x3 farm/x1 Hatch" -players=32 $(if [ -n "$SERVER_PASSWORD" ]; then echo "-serverpassword=\"\""; fi) -adminpassword="hiden" -rcon
Program Version: v1.0.16

Steps To Reproduce

install?

Install logs

dont work

gOOvER commented 20 hours ago

have nothing to do with the egg. search for the Steam errorcode

X3R07YP3 commented 20 hours ago

the error 0x6 (LoggedInElsewhere) It is supposed to be "same user logged in elsewhere" the thing is that it uses anonymous login. The egg does work to install a new server with the latest version but it is impossible to update a server already installed.

the same error appears in the console all the time:

steam user is not set.
Using anonymous user.
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Redirecting stderr to '/home/container/.steam/steam/logs/stderr.txt'
Logging directory: '/home/container/.steam/steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1731433425
-- type 'quit' to exit --
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
"@sSteamCmdForcePlatformType" = "windows"
Success! App '1007' already up to date.
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
IPC function call IClientAppManager::GetUpdateInfo took too long: 45 msec
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '2394010' state is 0x6 after update job.