Code Monkey home page Code Monkey logo

palworld-docker's Introduction

palworld-docker

Check Update Build Docker Image Docker Pulls Docker Stars Image Size

Palworld dedicated server with docker

Environments

The variables in the table below affect the server's startup command, see https://tech.palworldgame.com/dedicated-server-guide#settings and https://tech.palworldgame.com/community-server-guide

Variable Describe Default Values Allowed Values
MAX_PLAYERS Change the maximum number of participants on the server. 32 1-32
GAME_PORT Change the port number used to listen to the server. 8211 1024-65535
ENABLE_MULTITHREAD Improves performance in multi-threaded CPU environments. true true/false
IS_PUBLIC Setup server as a community server. false true/false
PUBLIC_IP If not specified, it will be detected automatically. all vaild ip address
PUBLIC_PORT If not specified, it will be detected automatically. 1024-65535
FORCE_UPDATE Whether the server should be update each time start. false true/false

The variables in the table below only valid during initialization, if you need to make it valid, please delete /opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini and restart the container.

Variable Describe Default Values Allowed Values
SERVER_NAME Server name Default Palworld Server string
SERVER_DESC Server description Default Palworld Server string
ADMIN_PASSWORD AdminPassword string
SERVER_PASSWORD Set the server password. string
RCON_ENABLED Enable RCON false true/false
RCON_PORT Port number for RCON 25575 1024-65535
RESTAPI_ENABLED Enable RESTAPI false true/false
RESTAPI_PORT Port number for RESTAPI 8212 1024-65535

For balance changes, please directly modify /opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini, please refer to https://tech.palworldgame.com/optimize-game-balance

Volumes

Path Describe
/opt/palworld/Pal/Saved Game config and saves.
/opt/palworld/Pal/Content/Paks/MOD Game mod pak files.

NOTE: If you use bind instead of volume to mount, you need to manually change the volume owner to uid=1000. In the case of the docker-compose.yml of the example, you need to execute chown -R 1000:1000 ./data ./mods Please make sure the permissions and owners of the pak file you placed in the mods directory are correct.

palworld-docker's People

Contributors

github-actions[bot] avatar kagurazakanyaa avatar yzzzed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

palworld-docker's Issues

Run ./PalServer.sh Killed Self

i had problem i run docker in EC2 Ubuntu and i got this error it Killed all time when run ./PalServer.sh

palworld-1 | sh: 1: xdg-user-dir: not found
palworld-1 | [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
palworld-1 | Shutdown handler: initalize.
palworld-1 | - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
palworld-1 | Increasing per-process limit of core file size to infinity.
palworld-1 | - Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615)
palworld-1 | CAppInfoCacheReadFromDiskThread took 29 milliseconds to initialize
palworld-1 | Setting breakpad minidump AppID = 2394010
palworld-1 | [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
palworld-1 | [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
palworld-1 | [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
palworld-1 | [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
palworld-1 | Killed
palworld-1 exited with code 0

内存溢出问题

网上已经有解决内存溢出的补丁,请问如何打补丁上去

Output game server logs to docker logs

This container currently doesn't seem to output any game server output to docker logs. I can only see the output of steamcmd. The server is running fine, just no game server logs with docker logs <container_name>.

Server crash on startup after latest update.

Last three updates were all fine.
Server crashs on startup which is using latest image.(0.15.0)

Logs:
Shutdown handler: initalize.

  • Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
    Increasing per-process limit of core file size to infinity.
    Signal 5 caught.
    Malloc Size=262146 LargeMemoryPoolOffset=262162
    CommonUnixCrashHandler: Signal=5
    Engine crash handling finished; re-raising signal 5 for the default handler. Good bye.
    Trace/breakpoint trap (core dumped)

Failed to start after archive migration

[2024.02.01-06.24.59:333][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.02.01-06.24.59:333][ 0]LogInit: Unix hardware info:
[2024.02.01-06.24.59:333][ 0]LogInit: - we are the first instance of this executable
[2024.02.01-06.24.59:333][ 0]LogInit: - this process' id (pid) is 93, parent process' id (ppid) is 37
[2024.02.01-06.24.59:333][ 0]LogInit: - we are not running under debugger
[2024.02.01-06.24.59:333][ 0]LogInit: - machine network name is 'a60cac1b778e'
[2024.02.01-06.24.59:333][ 0]LogInit: - user name is 'steam' (steam)
[2024.02.01-06.24.59:333][ 0]LogInit: - we're logged in locally
[2024.02.01-06.24.59:333][ 0]LogInit: - we're running with rendering
[2024.02.01-06.24.59:333][ 0]LogInit: - CPU: GenuineIntel 'Intel(R) Xeon(R) Platinum' (signature: 0x50654)
[2024.02.01-06.24.59:333][ 0]LogInit: - Number of physical cores available for the process: 2
[2024.02.01-06.24.59:333][ 0]LogInit: - Number of logical cores available for the process: 4
[2024.02.01-06.24.59:333][ 0]LogInit: - Cache line size: 64
[2024.02.01-06.24.59:333][ 0]LogInit: - GPU Brand Info: UnknownVendor PCI-id: 1013-00b8 (1af4-1100)
[2024.02.01-06.24.59:333][ 0]LogInit: - Memory allocator used: Mimalloc
[2024.02.01-06.24.59:333][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.02.01-06.24.59:333][ 0]LogInit: - This is an internal build.
[2024.02.01-06.24.59:333][ 0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.02.01-06.24.59:333][ 0]LogInit: Unix-specific commandline switches:
[2024.02.01-06.24.59:333][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.02.01-06.24.59:333][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation
[2024.02.01-06.24.59:333][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation
[2024.02.01-06.24.59:333][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.02.01-06.24.59:333][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.02.01-06.24.59:333][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.02.01-06.24.59:333][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.02.01-06.24.59:333][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.02.01-06.24.59:333][ 0]LogInit: -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.02.01-06.24.59:333][ 0]LogInit: -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.02.01-06.24.59:333][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.02.01-06.24.59:333][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.02.01-06.24.59:333][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.02.01-06.24.59:333][ 0]LogInit: - Physical RAM available (not considering process quota): 15 GB (15346 MB, 15714572 KB, 16091721728 bytes)
[2024.02.01-06.24.59:333][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.02.01-06.24.59:333][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.02.01-06.24.59:333][ 0]LogInit: - PageSize 4096
[2024.02.01-06.24.59:333][ 0]LogInit: - BinnedPageSize 65536
[2024.02.01-06.24.59:338][ 0]LogUObjectArray: 419 objects as part of root set at end of initial load.
[2024.02.01-06.24.59:338][ 0]LogUObjectAllocator: 89064 out of 0 bytes used by permanent object pool.
[2024.02.01-06.24.59:338][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.02.01-06.24.59:338][ 0]LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
[2024.02.01-06.24.59:338][ 0]LogInit: Using OS detected language (en-US-POSIX).
[2024.02.01-06.24.59:338][ 0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.02.01-06.24.59:338][ 0]LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[2024.02.01-06.24.59:338][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.02.01-06.24.59:338][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.02.01-06.24.59:338][ 0]LogInit: Using OS detected language (en-US-POSIX).
[2024.02.01-06.24.59:338][ 0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.02.01-06.24.59:338][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.02.01-06.24.59:338][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.02.01-06.24.59:339][ 0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000616 seconds
[2024.02.01-06.24.59:339][ 0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.02.01-06.24.59:339][ 0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.02.01-06.24.59:339][ 0]CrashReportCoreLog: DataRouterUrl: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/
[2024.02.01-06.24.59:340][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.02.01-06.24.59:340][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.02.01-06.24.59:340][ 0]LogCrashDebugHelper: DepotName: //UE5/Release-5.1
[2024.02.01-06.24.59:340][ 0]LogCrashDebugHelper: BuiltFromCL: 0
[2024.02.01-06.24.59:340][ 0]LogCrashDebugHelper: EngineVersion: 5.1.1-0+++UE5+Release-5.1
[2024.02.01-06.24.59:340][ 0]LogCrashDebugHelper: BuildVersion: ++UE5+Release-5.1-CL-0
[2024.02.01-06.25.00:310][ 0]CrashReportCoreLog: Got 3 pending files to upload from 'crashinfo-Pal-pid-37-481F7ABA0C314240AC504C81CC7DFAAC'
[2024.02.01-06.25.00:310][ 0]CrashReportCoreLog: State change from Ready to SendingFiles
[2024.02.01-06.25.00:310][ 0]CrashReportCoreLog: CompressAndSendData have 3 pending files
[2024.02.01-06.25.00:310][ 0]CrashReportCoreLog: CompressAndSendData compressing 152 bytes ('/opt/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-37-481F7ABA0C314240AC504C81CC7DFAAC/CrashReportClient.ini')
[2024.02.01-06.25.00:310][ 0]CrashReportCoreLog: CompressAndSendData compressing 9837 bytes ('/opt/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-37-481F7ABA0C314240AC504C81CC7DFAAC/CrashContext.runtime-xml')
[2024.02.01-06.25.00:311][ 0]CrashReportCoreLog: CompressAndSendData compressing 2577 bytes ('/opt/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-37-481F7ABA0C314240AC504C81CC7DFAAC/Diagnostics.txt')
[2024.02.01-06.25.00:321][ 0]LogInit: Using libcurl 7.83.1
[2024.02.01-06.25.00:321][ 0]LogInit: - built for Linux
[2024.02.01-06.25.00:321][ 0]LogInit: - supports SSL with OpenSSL/1.1.1n
[2024.02.01-06.25.00:321][ 0]LogInit: - supports HTTP deflate (compression) using libz 1.2.12
[2024.02.01-06.25.00:321][ 0]LogInit: - other features:
[2024.02.01-06.25.00:321][ 0]LogInit: CURL_VERSION_SSL
[2024.02.01-06.25.00:321][ 0]LogInit: CURL_VERSION_LIBZ
[2024.02.01-06.25.00:321][ 0]LogInit: CURL_VERSION_IPV6
[2024.02.01-06.25.00:321][ 0]LogInit: CURL_VERSION_ASYNCHDNS
[2024.02.01-06.25.00:321][ 0]LogInit: CURL_VERSION_LARGEFILE
[2024.02.01-06.25.00:321][ 0]LogInit: CurlRequestOptions (configurable via config and command line):
[2024.02.01-06.25.00:321][ 0]LogInit: - bVerifyPeer = false - Libcurl will NOT verify peer certificate
[2024.02.01-06.25.00:321][ 0]LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
[2024.02.01-06.25.00:321][ 0]LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
[2024.02.01-06.25.00:321][ 0]LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host
[2024.02.01-06.25.00:321][ 0]LogInit: - LocalHostAddr = Default
[2024.02.01-06.25.00:321][ 0]LogInit: - BufferSize = 65536
[2024.02.01-06.25.00:321][ 0]CrashReportCoreLog: Sending HTTP request: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/?AppID=CrashReporter&AppVersion=5.1.1-0%2B%2B%2BUE5%2BRelease-5.1&AppEnvironment=Release&UploadType=crashreports&UserID=-000003e8%7C%7C
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: invalid HTTP response code received. URL: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/?AppID=CrashReporter&AppVersion=5.1.1-0%2B%2B%2BUE5%2BRelease-5.1&AppEnvironment=Release&UploadType=crashreports&UserID=-000003e8%7C%7C, HTTP code: 0, content length: 0, actual payload size: 0
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: request failed, libcurl error: 35 (SSL connect error)
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 0 ( Trying 34.120.195.249:443...)
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 1 (Connected to o1291919.ingest.sentry.io (34.120.195.249) port 443 (#0))
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 2 (ALPN: offers http/1.1)
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 3 (TLSv1.3 (OUT), TLS handshake, Client hello (1):)
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 4 (OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to o1291919.ingest.sentry.io:443 )
[2024.02.01-06.25.11:000][ 0]LogHttp: Warning: 0x45270fd6400: libcurl info message cache 5 (Closing connection 0)
[2024.02.01-06.25.11:000][ 0]CrashReportCoreLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=0
[2024.02.01-06.25.11:000][ 0]CrashReportCoreLog: Warning: File upload failed to data router
[2024.02.01-06.25.11:000][ 0]CrashReportCoreLog: State change from SendingFiles to Cancelled
[2024.02.01-06.25.11:368][ 0]CrashReportCoreLog: Final state (Receiver) = Cancelled
[2024.02.01-06.25.11:368][ 0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2024.02.01-06.25.11:368][ 0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit)
[2024.02.01-06.25.11:368][ 0]LogExit: Preparing to exit.
[2024.02.01-06.25.11:369][ 0]LogExit: Object subsystem successfully closed.
[2024.02.01-06.25.11:369][ 0]LogModuleManager: Shutting down and abandoning module HTTP (12)
[2024.02.01-06.25.11:385][ 0]LogModuleManager: Shutting down and abandoning module SSL (11)
[2024.02.01-06.25.11:385][ 0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (8)
[2024.02.01-06.25.11:385][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2024.02.01-06.25.11:385][ 0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2024.02.01-06.25.11:386][ 0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2024.02.01-06.25.11:386][ 0]LogExit: Exiting.
CommonUnixCrashHandler: Signal=11
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
Segmentation fault (core dumped)

Feature: Backup and Memory management

First off thank you for providing this. I've been using it for a while now successfully with 8 people. I'm having issues with sav file corruptions and memory leaks.

I'm in process of writing a python script to do a few things:

  1. check memory usage.
  2. issue /save and /shutdown rcon commands.
  3. backup Saved/SaveGames/0/*/Players to /backup (probably hourly as a cron job).
  4. restart server when memory usage is hit.

Would you be interested in a pull request to add these things?

请问一下

1.FORCE_UPDATE=true是不是说。当官方升级后,doker中的这个也会自动更新?还是说需要重新启动一下容器就可以?
2.服务器中的角色存档请问存在了哪里?我映射出来的只有主存档文件,并没有角色存档,但是昨晚我和几个朋友一起玩过

docker-entrypoint.sh: Permission denied

lighthouse@VM-0-7-ubuntu:~/palworld-docker$ sudo docker logs 731935c1404c
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied
/bin/bash: /docker-entrypoint.sh: Permission denied

fail to start service

hi nice work..

iam facing this on log compose when start the service.

dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory.

any advice ?

Unable to enter the game after restarting by pulling the image again

LowLevelFatalError [File:G:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359]
Failed save to backup.
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=262162
Malloc Size=131160 LargeMemoryPoolOffset=393352
Malloc Size=131160 LargeMemoryPoolOffset=524536
sh: 1: xdg-user-dir: not found
LogPakFile: Display: Found Pak file ../../../Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak attempting to mount.
LogPakFile: Display: Mounting pak file ../../../Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak.
LogPakFile: Display: Mounted Pak file '../../../Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak', mount point: '../../../Engine/'
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +0:00, Platform Override: ''
LogInit: Build: ++UE5+Release-5.1-CL-0
LogUnixPlatformFile: Warning: open('/opt/palworld/Pal/Saved/Logs/Pal-CRC.log', Flags=0x00080042) failed: errno=13 (Permission denied)
LogUnixPlatformFile: Warning: open('/opt/palworld/Pal/Saved/Logs/Pal-CRC.log', Flags=0x00080042) failed: errno=13 (Permission denied)
LogInit: Engine Version: 5.1.1-0+++UE5+Release-5.1
LogInit: Compatible Engine Version: 5.1.0-0+++UE5+Release-5.1
LogInit: Net CL: 0
LogInit: OS: Debian GNU/Linux 11 (bullseye) (5.10.120), CPU: Intel(R) Celeron(R) N5105 @ 2.00GHz, GPU: Intel PCI-id: 8086-4e61 (8086-2212)
LogInit: Compiled (64-bit): Dec 31 2023 20:12:22
LogInit: Compiled with Clang: 13.0.1 (https://github.com/llvm/llvm-project 75e33f71c2dae584b13a7d1186ae0a038ba98838)
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++UE5+Release-5.1
LogInit: Command Line: -Abslog="/opt/palworld/Pal/Saved/Logs/Pal-CRC.log" -Unattended -ImplicitSend "/opt/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-14-84F6F35E8C55426994BC4D4E5AA3DF30/" -unattended
LogInit: Base Directory: /opt/palworld/Engine/Binaries/Linux/
LogInit: Allocator: Mimalloc
LogInit: Installed Engine Build: 1
LogInit: Presizing for max 100000 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogInit: Object subsystem initialized
[2024.02.01-16.47.17:852][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.02.01-16.47.17:852][ 0]LogInit: Unix hardware info:
[2024.02.01-16.47.17:852][ 0]LogInit: - we are the first instance of this executable
[2024.02.01-16.47.17:852][ 0]LogInit: - this process' id (pid) is 58, parent process' id (ppid) is 14
[2024.02.01-16.47.17:852][ 0]LogInit: - we are not running under debugger
[2024.02.01-16.47.17:852][ 0]LogInit: - machine network name is '392f9a7a253f'
[2024.02.01-16.47.17:853][ 0]LogInit: - user name is 'steam' (steam)
[2024.02.01-16.47.17:853][ 0]LogInit: - we're logged in locally
[2024.02.01-16.47.17:853][ 0]LogInit: - we're running with rendering
[2024.02.01-16.47.17:853][ 0]LogInit: - CPU: GenuineIntel 'Intel(R) Celeron(R) N5105 @ 2.00GHz' (signature: 0x906C0)
[2024.02.01-16.47.17:853][ 0]LogInit: - Number of physical cores available for the process: 4
[2024.02.01-16.47.17:853][ 0]LogInit: - Number of logical cores available for the process: 4
[2024.02.01-16.47.17:853][ 0]LogInit: - Cache line size: 64
[2024.02.01-16.47.17:853][ 0]LogInit: - GPU Brand Info: Intel PCI-id: 8086-4e61 (8086-2212)
[2024.02.01-16.47.17:853][ 0]LogInit: - Memory allocator used: Mimalloc
[2024.02.01-16.47.17:853][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.02.01-16.47.17:853][ 0]LogInit: - This is an internal build.
[2024.02.01-16.47.17:853][ 0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.02.01-16.47.17:853][ 0]LogInit: Unix-specific commandline switches:
[2024.02.01-16.47.17:853][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.02.01-16.47.17:853][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation
[2024.02.01-16.47.17:853][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation
[2024.02.01-16.47.17:853][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.02.01-16.47.17:853][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.02.01-16.47.17:853][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.02.01-16.47.17:853][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.02.01-16.47.17:853][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.02.01-16.47.17:853][ 0]LogInit: -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.02.01-16.47.17:853][ 0]LogInit: -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.02.01-16.47.17:853][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.02.01-16.47.17:853][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.02.01-16.47.17:853][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.02.01-16.47.17:853][ 0]LogInit: - Physical RAM available (not considering process quota): 16 GB (15879 MB, 16260260 KB, 16650506240 bytes)
[2024.02.01-16.47.17:853][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.02.01-16.47.17:853][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.02.01-16.47.17:853][ 0]LogInit: - PageSize 4096
[2024.02.01-16.47.17:853][ 0]LogInit: - BinnedPageSize 65536
[2024.02.01-16.47.17:868][ 0]LogUObjectArray: 419 objects as part of root set at end of initial load.
[2024.02.01-16.47.17:868][ 0]LogUObjectAllocator: 89064 out of 0 bytes used by permanent object pool.
[2024.02.01-16.47.17:868][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.02.01-16.47.17:869][ 0]LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
[2024.02.01-16.47.17:869][ 0]LogInit: Using OS detected language (en-US-POSIX).
[2024.02.01-16.47.17:869][ 0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.02.01-16.47.17:869][ 0]LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[2024.02.01-16.47.17:869][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.02.01-16.47.17:869][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.02.01-16.47.17:869][ 0]LogInit: Using OS detected language (en-US-POSIX).
[2024.02.01-16.47.17:869][ 0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.02.01-16.47.17:869][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.02.01-16.47.17:869][ 0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.02.01-16.47.17:869][ 0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000336 seconds
[2024.02.01-16.47.17:869][ 0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.02.01-16.47.17:869][ 0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.02.01-16.47.17:869][ 0]CrashReportCoreLog: DataRouterUrl: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/
[2024.02.01-16.47.17:870][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.02.01-16.47.17:870][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.02.01-16.47.17:870][ 0]LogCrashDebugHelper: DepotName: //UE5/Release-5.1
[2024.02.01-16.47.17:870][ 0]LogCrashDebugHelper: BuiltFromCL: 0
[2024.02.01-16.47.17:870][ 0]LogCrashDebugHelper: EngineVersion: 5.1.1-0+++UE5+Release-5.1
[2024.02.01-16.47.17:870][ 0]LogCrashDebugHelper: BuildVersion: ++UE5+Release-5.1-CL-0
[2024.02.01-16.47.18:840][ 0]CrashReportCoreLog: Got 2 pending files to upload from 'crashinfo-Pal-pid-14-84F6F35E8C55426994BC4D4E5AA3DF30'

游戏服务器存档迁移

您好,我想问一下这个存档怎么转移,在docker里面运行的然后使用了内网穿透,我备份了游戏存档,但是我替换游戏存档不成功,进入之后游戏数据在,但是几秒种后就掉线了,这种问题该如何解决呢,急急急!!!

docker日志如下:

2024-01-29 01:53:07 sh: 1: xdg-user-dir: not found
2024-01-29 01:53:07 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 01:53:07 CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
2024-01-29 01:53:07 Setting breakpad minidump AppID = 2394010
2024-01-29 01:53:07 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 01:53:07 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 01:53:08 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 01:53:08 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 01:57:32 sh: 1: xdg-user-dir: not found
2024-01-29 01:57:32 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 01:57:33 CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
2024-01-29 01:57:33 Setting breakpad minidump AppID = 2394010
2024-01-29 01:57:33 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 01:57:33 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 01:57:33 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 01:57:33 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 01:58:08 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 01:58:08 Failed save to backup.
2024-01-29 01:58:08 Signal 11 caught.
2024-01-29 01:58:08 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 01:58:08 Segmentation fault
2024-01-29 01:58:09 sh: 1: xdg-user-dir: not found
2024-01-29 01:58:09 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 01:58:09 CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
2024-01-29 01:58:09 Setting breakpad minidump AppID = 2394010
2024-01-29 01:58:09 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 01:53:07 Shutdown handler: initalize.
2024-01-29 01:53:07 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 01:53:07 Increasing per-process limit of core file size to infinity.
2024-01-29 01:57:32 Shutdown handler: initalize.
2024-01-29 01:57:32 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 01:57:32 Increasing per-process limit of core file size to infinity.
2024-01-29 01:58:08 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 01:58:08 CommonUnixCrashHandler: Signal=11
2024-01-29 01:58:08 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 01:58:09 Shutdown handler: initalize.
2024-01-29 01:58:09 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 01:58:09 Increasing per-process limit of core file size to infinity.
2024-01-29 01:58:44 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 01:58:44 CommonUnixCrashHandler: Signal=11
2024-01-29 01:58:44 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 01:58:46 Shutdown handler: initalize.
2024-01-29 01:58:46 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 01:58:46 Increasing per-process limit of core file size to infinity.
2024-01-29 01:59:21 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 01:59:21 CommonUnixCrashHandler: Signal=11
2024-01-29 01:59:21 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 01:59:23 Shutdown handler: initalize.
2024-01-29 01:59:23 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 01:59:23 Increasing per-process limit of core file size to infinity.
2024-01-29 02:00:00 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:00:00 CommonUnixCrashHandler: Signal=11
2024-01-29 02:00:00 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:00:02 Shutdown handler: initalize.
2024-01-29 02:00:02 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:00:02 Increasing per-process limit of core file size to infinity.
2024-01-29 02:00:41 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:00:41 CommonUnixCrashHandler: Signal=11
2024-01-29 02:00:41 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:00:43 Shutdown handler: initalize.
2024-01-29 02:00:43 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:00:43 Increasing per-process limit of core file size to infinity.
2024-01-29 02:01:22 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:01:22 CommonUnixCrashHandler: Signal=11
2024-01-29 02:01:22 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:01:24 Shutdown handler: initalize.
2024-01-29 02:01:24 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:01:24 Increasing per-process limit of core file size to infinity.
2024-01-29 02:02:03 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:02:03 CommonUnixCrashHandler: Signal=11
2024-01-29 02:02:03 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:02:05 Shutdown handler: initalize.
2024-01-29 02:02:05 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:02:05 Increasing per-process limit of core file size to infinity.
2024-01-29 02:02:45 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:02:45 CommonUnixCrashHandler: Signal=11
2024-01-29 02:02:45 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:02:47 Shutdown handler: initalize.
2024-01-29 02:02:47 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:02:47 Increasing per-process limit of core file size to infinity.
2024-01-29 02:03:28 dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-29 02:03:28 CommonUnixCrashHandler: Signal=11
2024-01-29 02:03:28 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
2024-01-29 02:03:30 Shutdown handler: initalize.
2024-01-29 02:03:30 - Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
2024-01-29 02:03:30 Increasing per-process limit of core file size to infinity.
2024-01-29 01:58:09 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 01:58:09 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 01:58:10 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 01:58:44 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 01:58:44 Failed save to backup.
2024-01-29 01:58:44 Signal 11 caught.
2024-01-29 01:58:44 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 01:58:44 Segmentation fault
2024-01-29 01:58:45 sh: 1: xdg-user-dir: not found
2024-01-29 01:58:46 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 01:58:46 CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
2024-01-29 01:58:46 Setting breakpad minidump AppID = 2394010
2024-01-29 01:58:46 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 01:58:46 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 01:58:46 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 01:58:46 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 01:59:21 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 01:59:21 Failed save to backup.
2024-01-29 01:59:21 Signal 11 caught.
2024-01-29 01:59:21 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 01:59:21 Segmentation fault
2024-01-29 01:59:22 sh: 1: xdg-user-dir: not found
2024-01-29 01:59:23 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 01:59:23 CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
2024-01-29 01:59:23 Setting breakpad minidump AppID = 2394010
2024-01-29 01:59:23 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 01:59:23 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 01:59:23 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 01:59:23 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:00:00 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:00:00 Failed save to backup.
2024-01-29 02:00:00 Signal 11 caught.
2024-01-29 02:00:00 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:00:00 Segmentation fault
2024-01-29 02:00:02 sh: 1: xdg-user-dir: not found
2024-01-29 02:00:02 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:00:02 CAppInfoCacheReadFromDiskThread took 4 milliseconds to initialize
2024-01-29 02:00:02 Setting breakpad minidump AppID = 2394010
2024-01-29 02:00:02 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:00:02 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:00:03 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:00:03 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:00:41 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:00:41 Failed save to backup.
2024-01-29 02:00:41 Signal 11 caught.
2024-01-29 02:00:41 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:00:41 Segmentation fault
2024-01-29 02:00:42 sh: 1: xdg-user-dir: not found
2024-01-29 02:00:43 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:00:43 CAppInfoCacheReadFromDiskThread took 4 milliseconds to initialize
2024-01-29 02:00:43 Setting breakpad minidump AppID = 2394010
2024-01-29 02:00:43 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:00:43 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:00:44 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:00:44 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:01:22 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:01:22 Failed save to backup.
2024-01-29 02:01:22 Signal 11 caught.
2024-01-29 02:01:22 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:01:22 Segmentation fault
2024-01-29 02:01:24 sh: 1: xdg-user-dir: not found
2024-01-29 02:01:24 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:01:24 CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
2024-01-29 02:01:24 Setting breakpad minidump AppID = 2394010
2024-01-29 02:01:24 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:01:24 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:01:25 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:01:25 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:02:03 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:02:03 Failed save to backup.
2024-01-29 02:02:03 Signal 11 caught.
2024-01-29 02:02:03 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:02:03 Segmentation fault
2024-01-29 02:02:05 sh: 1: xdg-user-dir: not found
2024-01-29 02:02:05 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:02:05 CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
2024-01-29 02:02:05 Setting breakpad minidump AppID = 2394010
2024-01-29 02:02:05 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:02:05 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:02:06 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:02:06 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:02:45 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:02:45 Failed save to backup.
2024-01-29 02:02:45 Signal 11 caught.
2024-01-29 02:02:45 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:02:45 Segmentation fault
2024-01-29 02:02:47 sh: 1: xdg-user-dir: not found
2024-01-29 02:02:47 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:02:48 CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
2024-01-29 02:02:48 Setting breakpad minidump AppID = 2394010
2024-01-29 02:02:48 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:02:48 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:02:49 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:02:49 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
2024-01-29 02:03:28 LowLevelFatalError [File:D:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalSaveGameManager.cpp] [Line: 359] 
2024-01-29 02:03:28 Failed save to backup.
2024-01-29 02:03:28 Signal 11 caught.
2024-01-29 02:03:28 Malloc Size=262146 LargeMemoryPoolOffset=262162 
2024-01-29 02:03:28 Segmentation fault
2024-01-29 02:03:30 sh: 1: xdg-user-dir: not found
2024-01-29 02:03:30 [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
2024-01-29 02:03:30 CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
2024-01-29 02:03:30 Setting breakpad minidump AppID = 2394010
2024-01-29 02:03:30 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-29 02:03:30 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-29 02:03:31 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-29 02:03:31 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.

plz update to v1.5.0

it seems actions checked just 7h ago, but didn't update.
can you run the action manually to v1.5.0?

Is the PalWorldSettings.ini supposed to be blank?

I got this up and running without any issues but I wanted to mess around with the config some. I noticed that the PalworldSettings.ini file that should be populated is blank. Is that intended? As it is used to set the server settings according to the docs from Palworld.

Palworld config files dont update

Hey,

It seems like at the moment the bash script doesnt handle updating config very well (in that it's only set once).

Even if under a flag can we force a config rewrite on start without having to remote into the container and deleting the config?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.