You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 8939748203712584968
The server is up to date!
****Checking for available container updates****
The container is up to date!
****GENERATING CONFIG****
Using Env vars to create PalWorldSettings.ini
****Compiling PalWorldSettings.ini****
Compiling PalWorldSettings.ini done!
****GENERATING CRONTAB****
No Cronjobs found
****Starting Server****
./PalServer.sh -port=8211 -queryport=27015
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
Setting breakpad minidump AppID = 2394010
[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.
[S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
Game version is v0.3.3.55731
REST API started on port 8212
Waiting for REST API(8212) port to open to show player logging...
Describe the bug
Incorrect time unit in AUTO_SAVE_SPAN description.
x: Time between autosaves (minutes)
o: Time between autosaves (seconds)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
AUTO_SAVE_SPAN=30 is 30 miniuites frequency by README documents.
Actual behavior
AUTO_SAVE_SPAN=30 is 30 seconds frequency.
Screenshots
nothing.
OS information (IMPORTANT)
Hardware information (IMPORTANT)
docker-compose.yml contents (IMPORTANT)
docker-compose.yml
Container/Host Logs (IMPORTANT)
Logs
Additional context
Bug Report Checklist
The text was updated successfully, but these errors were encountered: