#Palworld server update
15 messages · Page 1 of 1 (latest)
You restarted, right?
Yes. Stopped the server, made sure the setting was correct. Started, and restarted a few times each.
Watch the console on restart, see if SteamCMD is trying to grab the update and giving up from a timeout. If it is, Steam is just overloaded and it's a waiting/retry game.
Got it. I'll have a look.
Steam CMD : Steam User Not Set
Then says Using anonymous user.
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Redirecting stderr to '/home/container/Steam/logs/stderr.txt'
Logging directory: '/home/container/Steam/logs'
[ 0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
-- type 'quit' to exit --
Loading Steam API...OK
This is the script under Steam CMD.
That looks like it's trying to pull the update.
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Update state (0x61) downloading, progress: 0.00 (0 / 3445224276)
Error! App '2394010' state is 0x486 after update job.
Config exists
ENABLE_RESTART=true
RESTART_TIMER=13620000
:/home/container$ ./PalServer.sh -adminpassword="${ADMIN_PASSWORD}" -port=${SERVER_PORT} -RCONPort=${SERVER_PORT_1} -players=${MAX_PLAYERS} ${PUBLIC} -useperfthreads -UseMultithreadForDS
[12.23 12:42:41] Starting game...
[12.23 12:42:41] The file already exists: /home/container/Pal/Binaries/Linux/steamclient.so
[12.23 12:42:41] [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
[12.23 12:42:41] Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
[12.23 12:42:41] CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
[12.23 12:42:41] Setting breakpad minidump AppID = 2394010
[12.23 12:42:41] [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[12.23 12:42:42] [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
[12.23 12:42:42] [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
[12.23 12:42:42] Game version is v0.3.12.63518
[12.23 12:42:43] REST API started on port 26937
[12.23 12:42:48] Running Palworld dedicated server on :26935
That's the rest of it. I'm not too sure what I should be looking at here.
update state at 0x61 and then the error immediately after I suppose would be the issue