Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM Oracle server is crashing #571

Open
4 tasks done
oALeixo opened this issue Jul 1, 2024 · 2 comments
Open
4 tasks done

ARM Oracle server is crashing #571

oALeixo opened this issue Jul 1, 2024 · 2 comments
Labels
bug Something isn't working urgency:medium Needs to be fixed in the upcoming week

Comments

@oALeixo
Copy link

oALeixo commented Jul 1, 2024

Describe the bug

To Reproduce

If I spend more than 4 hours without playing, after logging in the server restarts and does this 4 times, after the fourth time the server starts normally and I can play all day long..

OS information (IMPORTANT)

  • OS: Ubuntu 22.04.4 LTS (GNU/Linux 6.5.0-1025-oracle aarch64)
  • Palworld Version: v0.3.2.55495
  • Docker Image Version: 0.38.1

Hardware information (IMPORTANT)

  • CPU: Oracle Cloud, 4 cores
  • Memory: 20GB RAM

docker-compose.yml contents (IMPORTANT)

docker-compose.yml
services:
   palworld:
      image: thijsvanloef/palworld-server-docker:latest
      restart: unless-stopped
      container_name: palworld-server
      stop_grace_period: 30s #
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
        # - 8212:8212/tcp 
      environment:
         PUID: 1001
         PGID: 1001
         PORT: 8211 #
         PLAYERS: 4 #
         SERVER_PASSWORD: ""
         MULTITHREADING: true
         RCON_ENABLED: false
         RCON_PORT: 25575
         TZ: "America/Sao_Paulo"
         ADMIN_PASSWORD: ""
         COMMUNITY: false
         SERVER_NAME: "palworld server by Aleixo"
         SERVER_DESCRIPTION: "palworld-server-docker by Thijs van Loef"
         ALLOW_CONNECT_PLATFORM: "Steam" # 
      volumes:
         - ./palworld:/palworld/

Container/Host Logs (IMPORTANT)

Logs
***EXECUTING USERMOD****
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:25:52Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe3bac81308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:26:46Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe630bc1308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:27:40Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe815fc1308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:28:34Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe3bf701308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:29:28Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xee40e81308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:30:21Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xfee5681308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:31:14Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe1c76c130530, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:32:07Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xf93e701308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:32:59Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xe35a60130510, 2)
Game version is v0.3.2.55495
cli: execute: auth: rcon: dial tcp 127.0.0.1:25575: connect: connection refused
FUnixPlatformMisc::RequestExitWithStatus
 FUnixPlatformMisc::RequestExit
 Exiting abnormally (error code: 143)
Shutdown handler: cleanup.
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:34:27Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 16 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xecd5c812fad0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-06-30T16:35:31Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xf1d7381308b0, 2)
Game version is v0.3.2.55495
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
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 12 (bookworm) (6.5.0-1025-oracle), CPU: Box64 on Neoverse-N1 @1000 MHz, GPU: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
LogInit: Compiled (64-bit): Jun 12 2024 15:50:14
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="/palworld/Pal/Saved/Logs/Pal-CRC.log" -Unattended -ImplicitSend "/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-75-83E380A2AB5045C993BC1378F03C88BF/" -unattended
LogInit: Base Directory: /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.06.30-16.36.21:034][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.06.30-16.36.21:035][  0]LogInit: Unix hardware info:
[2024.06.30-16.36.21:035][  0]LogInit:  - we are the first instance of this executable
[2024.06.30-16.36.21:035][  0]LogInit:  - this process' id (pid) is 126, parent process' id (ppid) is 75
[2024.06.30-16.36.21:035][  0]LogInit:  - we are not running under debugger
[2024.06.30-16.36.21:035][  0]LogInit:  - machine network name is '46812a3bc4da'
[2024.06.30-16.36.21:035][  0]LogInit:  - user name is 'steam' (steam)
[2024.06.30-16.36.21:036][  0]LogInit:  - we're logged in locally
[2024.06.30-16.36.21:036][  0]LogInit:  - we're running with rendering
[2024.06.30-16.36.21:036][  0]LogInit:  - CPU: GenuineIntel 'Box64 on Neoverse-N1 @1000 MHz' (signature: 0x601)
[2024.06.30-16.36.21:036][  0]LogInit:  - Number of physical cores available for the process: 4
[2024.06.30-16.36.21:036][  0]LogInit:  - Number of logical cores available for the process: 4
[2024.06.30-16.36.21:036][  0]LogInit:  - Cache line size: 64
[2024.06.30-16.36.21:036][  0]LogInit:  - GPU Brand Info: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
[2024.06.30-16.36.21:036][  0]LogInit:  - Memory allocator used: Mimalloc
[2024.06.30-16.36.21:036][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.06.30-16.36.21:036][  0]LogInit:  - This is an internal build.
[2024.06.30-16.36.21:037][  0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.06.30-16.36.21:037][  0]LogInit: Unix-specific commandline switches:
[2024.06.30-16.36.21:037][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.06.30-16.36.21:037][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.06.30-16.36.21:037][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.06.30-16.36.21:037][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.06.30-16.36.21:037][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.06.30-16.36.21:037][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.06.30-16.36.21:037][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.06.30-16.36.21:038][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.06.30-16.36.21:038][  0]LogInit:  -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.06.30-16.36.21:038][  0]LogInit:  -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.06.30-16.36.21:038][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.06.30-16.36.21:038][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.06.30-16.36.21:038][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.06.30-16.36.21:039][  0]LogInit:  - Physical RAM available (not considering process quota): 20 GB (19957 MB, 20436784 KB, 20927266816 bytes)
[2024.06.30-16.36.21:039][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.06.30-16.36.21:039][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.06.30-16.36.21:039][  0]LogInit:  - PageSize 4096
[2024.06.30-16.36.21:039][  0]LogInit:  - BinnedPageSize 65536
[2024.06.30-16.36.21:140][  0]LogUObjectArray: 419 objects as part of root set at end of initial load.
[2024.06.30-16.36.21:141][  0]LogUObjectAllocator: 89056 out of 0 bytes used by permanent object pool.
[2024.06.30-16.36.21:141][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.06.30-16.36.21:145][  0]LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
[2024.06.30-16.36.21:147][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.06.30-16.36.21:147][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.06.30-16.36.21:148][  0]LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[2024.06.30-16.36.21:154][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.06.30-16.36.21:155][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.06.30-16.36.21:159][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.06.30-16.36.21:159][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.06.30-16.36.21:159][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.06.30-16.36.21:159][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.06.30-16.36.21:174][  0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.004241 seconds
[2024.06.30-16.36.21:177][  0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.06.30-16.36.21:177][  0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.06.30-16.36.21:177][  0]CrashReportCoreLog: DataRouterUrl: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/
[2024.06.30-16.36.21:205][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.06.30-16.36.21:205][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.06.30-16.36.21:217][  0]LogCrashDebugHelper: DepotName: //UE5/Release-5.1
[2024.06.30-16.36.21:217][  0]LogCrashDebugHelper: BuiltFromCL: 0
[2024.06.30-16.36.21:217][  0]LogCrashDebugHelper: EngineVersion: 5.1.1-0+++UE5+Release-5.1
[2024.06.30-16.36.21:217][  0]LogCrashDebugHelper: BuildVersion: ++UE5+Release-5.1-CL-0
[2024.06.30-16.36.22:200][  0]CrashReportCoreLog: Got 3 pending files to upload from 'crashinfo-Pal-pid-75-83E380A2AB5045C993BC1378F03C88BF'
[2024.06.30-16.36.22:200][  0]CrashReportCoreLog: State change from Ready to SendingFiles
[2024.06.30-16.36.22:200][  0]CrashReportCoreLog: CompressAndSendData have 3 pending files
[2024.06.30-16.36.22:202][  0]CrashReportCoreLog: CompressAndSendData compressing 332 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-75-83E380A2AB5045C993BC1378F03C88BF/Diagnostics.txt')
[2024.06.30-16.36.22:202][  0]CrashReportCoreLog: CompressAndSendData compressing 4845 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-75-83E380A2AB5045C993BC1378F03C88BF/CrashContext.runtime-xml')
[2024.06.30-16.36.22:202][  0]CrashReportCoreLog: CompressAndSendData compressing 152 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-75-83E380A2AB5045C993BC1378F03C88BF/CrashReportClient.ini')
[2024.06.30-16.36.22:317][  0]LogInit: Using libcurl 7.83.1
[2024.06.30-16.36.22:318][  0]LogInit:  - built for Linux
[2024.06.30-16.36.22:318][  0]LogInit:  - supports SSL with OpenSSL/1.1.1n
[2024.06.30-16.36.22:318][  0]LogInit:  - supports HTTP deflate (compression) using libz 1.2.12
[2024.06.30-16.36.22:318][  0]LogInit:  - other features:
[2024.06.30-16.36.22:319][  0]LogInit:      CURL_VERSION_SSL
[2024.06.30-16.36.22:319][  0]LogInit:      CURL_VERSION_LIBZ
[2024.06.30-16.36.22:319][  0]LogInit:      CURL_VERSION_IPV6
[2024.06.30-16.36.22:319][  0]LogInit:      CURL_VERSION_ASYNCHDNS
[2024.06.30-16.36.22:319][  0]LogInit:      CURL_VERSION_LARGEFILE
[2024.06.30-16.36.22:324][  0]LogInit:  CurlRequestOptions (configurable via config and command line):
[2024.06.30-16.36.22:324][  0]LogInit:  - bVerifyPeer = false  - Libcurl will NOT verify peer certificate
[2024.06.30-16.36.22:324][  0]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2024.06.30-16.36.22:324][  0]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2024.06.30-16.36.22:324][  0]LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
[2024.06.30-16.36.22:324][  0]LogInit:  - LocalHostAddr = Default
[2024.06.30-16.36.22:324][  0]LogInit:  - BufferSize = 65536
[2024.06.30-16.36.22:331][  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=-000003e9%7C%7C
[2024.06.30-16.36.22:806][  0]CrashReportCoreLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=1
[2024.06.30-16.36.22:806][  0]CrashReportCoreLog: State change from SendingFiles to SendingFiles
[2024.06.30-16.36.22:806][  0]CrashReportCoreLog: All uploads done
[2024.06.30-16.36.22:806][  0]CrashReportCoreLog: State change from SendingFiles to Finished
[2024.06.30-16.36.23:239][  0]CrashReportCoreLog: Final state (Receiver) = Finished
[2024.06.30-16.36.23:239][  0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2024.06.30-16.36.23:256][  0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit)
[2024.06.30-16.36.23:256][  0]LogExit: Preparing to exit.
[2024.06.30-16.36.23:284][  0]LogExit: Object subsystem successfully closed.
[2024.06.30-16.36.23:287][  0]LogModuleManager: Shutting down and abandoning module HTTP (12)
[2024.06.30-16.36.23:321][  0]LogModuleManager: Shutting down and abandoning module SSL (11)
[2024.06.30-16.36.23:324][  0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (8)
[2024.06.30-16.36.23:324][  0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2024.06.30-16.36.23:324][  0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2024.06.30-16.36.23:328][  0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2024.06.30-16.36.23:333][  0]LogExit: Exiting.
Engine crash handling finished; re-raising signal 0 for the default handler. Good bye.
[2024-06-30 16:36:55] [LOG] Aleixo 187.10.223.61 connected the server. (User id: steam_76561198125256123)
[2024-06-30 16:37:02] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
[2024-06-30 16:42:34] [LOG] Aleixo left the server. (User id: steam_76561198125256123)
[2024-06-30 16:42:55] [LOG] Aleixo 187.10.223.61 connected the server. (User id: steam_76561198125256123)
[2024-06-30 16:42:59] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
[2024-06-30 16:53:16] [LOG] Aleixo left the server. (User id: steam_76561198125256123)
time="2024-07-01T00:00:00Z" level=info msg=starting iteration=0 job.command="bash /usr/local/bin/backup" job.position=0 job.schedule="0 0 * * *"
****Creating backup****
Backup created at /palworld/backups/palworld-save-2024-07-01_00-00-00.tar.gz
time="2024-07-01T00:00:00Z" level=info msg="job succeeded" iteration=0 job.command="bash /usr/local/bin/backup" job.position=0 job.schedule="0 0 * * *"
[2024-07-01 17:22:29] [LOG] Aleixo 187.10.223.61 connected the server. (User id: steam_76561198125256123)
[2024-07-01 17:22:34] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=262162 
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=524338 
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=786514 
libc++abi: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
Signal 6 caught.
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-07-01T17:24:22Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xfda40c1308b0, 2)
Game version is v0.3.2.55495
Segmentation fault (core dumped)
****EXECUTING USERMOD****
usermod: no changes
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
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****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-07-01T17:25:16Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xfac0dc1308b0, 2)
Game version is v0.3.2.55495
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
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 12 (bookworm) (6.5.0-1025-oracle), CPU: Box64 on Neoverse-N1 @1000 MHz, GPU: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
LogInit: Compiled (64-bit): Jun 12 2024 15:50:14
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="/palworld/Pal/Saved/Logs/Pal-CRC.log" -Unattended -ImplicitSend "/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-76-8E9E42EA01CA4CE28E22FCE7EB59C8C0/" -unattended
LogInit: Base Directory: /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
LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.07.01-17.26.08:584][  0]LogInit: Unix hardware info:
[2024.07.01-17.26.08:584][  0]LogInit:  - we are the first instance of this executable
[2024.07.01-17.26.08:584][  0]LogInit:  - this process' id (pid) is 127, parent process' id (ppid) is 76
[2024.07.01-17.26.08:584][  0]LogInit:  - we are not running under debugger
[2024.07.01-17.26.08:584][  0]LogInit:  - machine network name is '46812a3bc4da'
[2024.07.01-17.26.08:585][  0]LogInit:  - user name is 'steam' (steam)
[2024.07.01-17.26.08:585][  0]LogInit:  - we're logged in locally
[2024.07.01-17.26.08:585][  0]LogInit:  - we're running with rendering
[2024.07.01-17.26.08:585][  0]LogInit:  - CPU: GenuineIntel 'Box64 on Neoverse-N1 @1000 MHz' (signature: 0x601)
[2024.07.01-17.26.08:585][  0]LogInit:  - Number of physical cores available for the process: 4
[2024.07.01-17.26.08:585][  0]LogInit:  - Number of logical cores available for the process: 4
[2024.07.01-17.26.08:586][  0]LogInit:  - Cache line size: 64
[2024.07.01-17.26.08:586][  0]LogInit:  - GPU Brand Info: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
[2024.07.01-17.26.08:586][  0]LogInit:  - Memory allocator used: Mimalloc
[2024.07.01-17.26.08:586][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.07.01-17.26.08:586][  0]LogInit:  - This is an internal build.
[2024.07.01-17.26.08:587][  0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.07.01-17.26.08:587][  0]LogInit: Unix-specific commandline switches:
[2024.07.01-17.26.08:587][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.07.01-17.26.08:587][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.07.01-17.26.08:587][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.07.01-17.26.08:587][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.07.01-17.26.08:587][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.07.01-17.26.08:587][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.07.01-17.26.08:588][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.07.01-17.26.08:588][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.07.01-17.26.08:588][  0]LogInit:  -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.07.01-17.26.08:588][  0]LogInit:  -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.07.01-17.26.08:588][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.07.01-17.26.08:588][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.07.01-17.26.08:588][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.07.01-17.26.08:588][  0]LogInit:  - Physical RAM available (not considering process quota): 20 GB (19957 MB, 20436784 KB, 20927266816 bytes)
[2024.07.01-17.26.08:588][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.07.01-17.26.08:588][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.07.01-17.26.08:589][  0]LogInit:  - PageSize 4096
[2024.07.01-17.26.08:589][  0]LogInit:  - BinnedPageSize 65536
[2024.07.01-17.26.08:682][  0]LogUObjectArray: 419 objects as part of root set at end of initial load.
[2024.07.01-17.26.08:682][  0]LogUObjectAllocator: 89056 out of 0 bytes used by permanent object pool.
[2024.07.01-17.26.08:683][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.07.01-17.26.08:687][  0]LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
[2024.07.01-17.26.08:688][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.07.01-17.26.08:688][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.07.01-17.26.08:689][  0]LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[2024.07.01-17.26.08:694][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.07.01-17.26.08:694][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.07.01-17.26.08:698][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.07.01-17.26.08:698][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.07.01-17.26.08:698][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.07.01-17.26.08:698][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.07.01-17.26.08:752][  0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.006811 seconds
[2024.07.01-17.26.08:755][  0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.07.01-17.26.08:756][  0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.07.01-17.26.08:756][  0]CrashReportCoreLog: DataRouterUrl: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/
[2024.07.01-17.26.08:789][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.07.01-17.26.08:789][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.07.01-17.26.08:803][  0]LogCrashDebugHelper: DepotName: //UE5/Release-5.1
[2024.07.01-17.26.08:803][  0]LogCrashDebugHelper: BuiltFromCL: 0
[2024.07.01-17.26.08:803][  0]LogCrashDebugHelper: EngineVersion: 5.1.1-0+++UE5+Release-5.1
[2024.07.01-17.26.08:803][  0]LogCrashDebugHelper: BuildVersion: ++UE5+Release-5.1-CL-0
[2024.07.01-17.26.09:790][  0]CrashReportCoreLog: Got 3 pending files to upload from 'crashinfo-Pal-pid-76-8E9E42EA01CA4CE28E22FCE7EB59C8C0'
[2024.07.01-17.26.09:790][  0]CrashReportCoreLog: State change from Ready to SendingFiles
[2024.07.01-17.26.09:790][  0]CrashReportCoreLog: CompressAndSendData have 3 pending files
[2024.07.01-17.26.09:791][  0]CrashReportCoreLog: CompressAndSendData compressing 332 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-76-8E9E42EA01CA4CE28E22FCE7EB59C8C0/Diagnostics.txt')
[2024.07.01-17.26.09:792][  0]CrashReportCoreLog: CompressAndSendData compressing 4845 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-76-8E9E42EA01CA4CE28E22FCE7EB59C8C0/CrashContext.runtime-xml')
[2024.07.01-17.26.09:792][  0]CrashReportCoreLog: CompressAndSendData compressing 152 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-76-8E9E42EA01CA4CE28E22FCE7EB59C8C0/CrashReportClient.ini')
[2024.07.01-17.26.09:901][  0]LogInit: Using libcurl 7.83.1
[2024.07.01-17.26.09:902][  0]LogInit:  - built for Linux
[2024.07.01-17.26.09:902][  0]LogInit:  - supports SSL with OpenSSL/1.1.1n
[2024.07.01-17.26.09:902][  0]LogInit:  - supports HTTP deflate (compression) using libz 1.2.12
[2024.07.01-17.26.09:902][  0]LogInit:  - other features:
[2024.07.01-17.26.09:902][  0]LogInit:      CURL_VERSION_SSL
[2024.07.01-17.26.09:903][  0]LogInit:      CURL_VERSION_LIBZ
[2024.07.01-17.26.09:903][  0]LogInit:      CURL_VERSION_IPV6
[2024.07.01-17.26.09:903][  0]LogInit:      CURL_VERSION_ASYNCHDNS
[2024.07.01-17.26.09:903][  0]LogInit:      CURL_VERSION_LARGEFILE
[2024.07.01-17.26.09:907][  0]LogInit:  CurlRequestOptions (configurable via config and command line):
[2024.07.01-17.26.09:907][  0]LogInit:  - bVerifyPeer = false  - Libcurl will NOT verify peer certificate
[2024.07.01-17.26.09:907][  0]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2024.07.01-17.26.09:907][  0]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2024.07.01-17.26.09:907][  0]LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
[2024.07.01-17.26.09:907][  0]LogInit:  - LocalHostAddr = Default
[2024.07.01-17.26.09:907][  0]LogInit:  - BufferSize = 65536
[2024.07.01-17.26.09:914][  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=-000003e9%7C%7C
[2024.07.01-17.26.10:322][  0]CrashReportCoreLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=1
[2024.07.01-17.26.10:323][  0]CrashReportCoreLog: State change from SendingFiles to SendingFiles
[2024.07.01-17.26.10:323][  0]CrashReportCoreLog: All uploads done
[2024.07.01-17.26.10:323][  0]CrashReportCoreLog: State change from SendingFiles to Finished
[2024.07.01-17.26.10:823][  0]CrashReportCoreLog: Final state (Receiver) = Finished
[2024.07.01-17.26.10:824][  0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2024.07.01-17.26.10:841][  0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit)
[2024.07.01-17.26.10:841][  0]LogExit: Preparing to exit.
[2024.07.01-17.26.10:867][  0]LogExit: Object subsystem successfully closed.
[2024.07.01-17.26.10:870][  0]LogModuleManager: Shutting down and abandoning module HTTP (12)
[2024.07.01-17.26.10:907][  0]LogModuleManager: Shutting down and abandoning module SSL (11)
[2024.07.01-17.26.10:909][  0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (8)
[2024.07.01-17.26.10:909][  0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2024.07.01-17.26.10:909][  0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2024.07.01-17.26.10:912][  0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2024.07.01-17.26.10:919][  0]LogExit: Exiting.
Engine crash handling finished; re-raising signal 0 for the default handler. Good bye.
[2024-07-01 17:27:41] [LOG] Aleixo 187.10.223.61 connected the server. (User id: steam_76561198125256123)
[2024-07-01 17:27:47] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
[2024-07-01 17:30:23] [LOG] Aleixo left the server. (User id: steam_76561198125256123)

Additional context

Bug Report Checklist

  • I searched for my issue on the Known issues page
  • I searched for my issue in the Closed issues
  • I have included all relevant information required above.
  • I am willing to fix this bug
@oALeixo oALeixo added the triage Deciding urgency label Jul 1, 2024
@thijsvanloef thijsvanloef added bug Something isn't working urgency:medium Needs to be fixed in the upcoming week and removed triage Deciding urgency labels Jul 4, 2024
@sonroyaalmerol
Copy link
Contributor

Hi! Do you mind testing this image for me and see if it helps? thijsvanloef/palworld-server-docker:arm-box64-test

While using that image, please set the env variable ARM64_DEVICE to adlink for Oracle ARM hosts.

@oALeixo
Copy link
Author

oALeixo commented Jul 7, 2024

Testing the image thijsvanloef/palworld-server-docker:arm-box64-test
Container is not restarting =)
I'm going leave more time and come back logs.

Today's log:

****EXECUTING USERMOD****
****Checking for new Palworld Server updates****
Current Version: 7197559707261547198
The server is up to date!
****Checking for available container updates****
New version available: 0.38.1
Learn how to update the container: https://palworld-server-docker.loef.dev/guides/update-the-container
****GENERATING CONFIG****
Using Env vars to create PalWorldSettings.ini
****Compiling PalWorldSettings.ini****
Compiling PalWorldSettings.ini done!
****GENERATING CRONTAB****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
time="2024-07-07T14:03:27Z" level=info msg="read crontab: /home/steam/server/crontab"
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
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.
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xfe765c12f890, 2)
Game version is v0.3.2.55495
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
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 12 (bookworm) (6.5.0-1025-oracle), CPU: Box64 on Neoverse-N1 @1000 MHz, GPU: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
LogInit: Compiled (64-bit): Jun 12 2024 15:50:14
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="/palworld/Pal/Saved/Logs/Pal-CRC.log" -Unattended -ImplicitSend "/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-84-913683200BD04A539F50CBF9EFECB91F/" -unattended
LogInit: Base Directory: /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
LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.07.07-14.04.26:159][  0]LogInit: Unix hardware info:
[2024.07.07-14.04.26:159][  0]LogInit:  - we are the first instance of this executable
[2024.07.07-14.04.26:159][  0]LogInit:  - this process' id (pid) is 142, parent process' id (ppid) is 84
[2024.07.07-14.04.26:159][  0]LogInit:  - we are not running under debugger
[2024.07.07-14.04.26:159][  0]LogInit:  - machine network name is '43ffa0a2d829'
[2024.07.07-14.04.26:159][  0]LogInit:  - user name is 'steam' (steam)
[2024.07.07-14.04.26:159][  0]LogInit:  - we're logged in locally
[2024.07.07-14.04.26:160][  0]LogInit:  - we're running with rendering
[2024.07.07-14.04.26:160][  0]LogInit:  - CPU: GenuineIntel 'Box64 on Neoverse-N1 @1000 MHz' (signature: 0x40661)
[2024.07.07-14.04.26:160][  0]LogInit:  - Number of physical cores available for the process: 4
[2024.07.07-14.04.26:160][  0]LogInit:  - Number of logical cores available for the process: 4
[2024.07.07-14.04.26:161][  0]LogInit:  - Cache line size: 64
[2024.07.07-14.04.26:161][  0]LogInit:  - GPU Brand Info: UnknownVendor PCI-id: 1af4-1050 (108e-1100)
[2024.07.07-14.04.26:161][  0]LogInit:  - Memory allocator used: Mimalloc
[2024.07.07-14.04.26:161][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.07.07-14.04.26:161][  0]LogInit:  - This is an internal build.
[2024.07.07-14.04.26:162][  0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.07.07-14.04.26:162][  0]LogInit: Unix-specific commandline switches:
[2024.07.07-14.04.26:162][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.07.07-14.04.26:162][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.07.07-14.04.26:162][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.07.07-14.04.26:162][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.07.07-14.04.26:162][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.07.07-14.04.26:162][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.07.07-14.04.26:162][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.07.07-14.04.26:162][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.07.07-14.04.26:163][  0]LogInit:  -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.07.07-14.04.26:163][  0]LogInit:  -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.07.07-14.04.26:163][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.07.07-14.04.26:163][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.07.07-14.04.26:163][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.07.07-14.04.26:163][  0]LogInit:  - Physical RAM available (not considering process quota): 20 GB (19957 MB, 20436784 KB, 20927266816 bytes)
[2024.07.07-14.04.26:163][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.07.07-14.04.26:163][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.07.07-14.04.26:163][  0]LogInit:  - PageSize 4096
[2024.07.07-14.04.26:164][  0]LogInit:  - BinnedPageSize 65536
[2024.07.07-14.04.26:264][  0]LogUObjectArray: 419 objects as part of root set at end of initial load.
[2024.07.07-14.04.26:264][  0]LogUObjectAllocator: 89056 out of 0 bytes used by permanent object pool.
[2024.07.07-14.04.26:264][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.07.07-14.04.26:269][  0]LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
[2024.07.07-14.04.26:270][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.07.07-14.04.26:270][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.07.07-14.04.26:271][  0]LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[2024.07.07-14.04.26:277][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.07.07-14.04.26:277][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.07.07-14.04.26:282][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.07.07-14.04.26:282][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.07.07-14.04.26:282][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.07.07-14.04.26:282][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.07.07-14.04.26:297][  0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.004599 seconds
[2024.07.07-14.04.26:301][  0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.07.07-14.04.26:301][  0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.07.07-14.04.26:301][  0]CrashReportCoreLog: DataRouterUrl: https://o1291919.ingest.sentry.io/api/6513339/unreal/4a1a3921f51f4975b4cf8dd19022cb20/
[2024.07.07-14.04.26:336][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.07.07-14.04.26:336][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.07.07-14.04.26:352][  0]LogCrashDebugHelper: DepotName: //UE5/Release-5.1
[2024.07.07-14.04.26:352][  0]LogCrashDebugHelper: BuiltFromCL: 0
[2024.07.07-14.04.26:352][  0]LogCrashDebugHelper: EngineVersion: 5.1.1-0+++UE5+Release-5.1
[2024.07.07-14.04.26:352][  0]LogCrashDebugHelper: BuildVersion: ++UE5+Release-5.1-CL-0
[2024.07.07-14.04.27:336][  0]CrashReportCoreLog: Got 3 pending files to upload from 'crashinfo-Pal-pid-84-913683200BD04A539F50CBF9EFECB91F'
[2024.07.07-14.04.27:336][  0]CrashReportCoreLog: State change from Ready to SendingFiles
[2024.07.07-14.04.27:336][  0]CrashReportCoreLog: CompressAndSendData have 3 pending files
[2024.07.07-14.04.27:338][  0]CrashReportCoreLog: CompressAndSendData compressing 332 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-84-913683200BD04A539F50CBF9EFECB91F/Diagnostics.txt')
[2024.07.07-14.04.27:338][  0]CrashReportCoreLog: CompressAndSendData compressing 4893 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-84-913683200BD04A539F50CBF9EFECB91F/CrashContext.runtime-xml')
[2024.07.07-14.04.27:338][  0]CrashReportCoreLog: CompressAndSendData compressing 152 bytes ('/palworld/Pal/Saved/Crashes/crashinfo-Pal-pid-84-913683200BD04A539F50CBF9EFECB91F/CrashReportClient.ini')
[2024.07.07-14.04.27:466][  0]LogInit: Using libcurl 7.83.1
[2024.07.07-14.04.27:467][  0]LogInit:  - built for Linux
[2024.07.07-14.04.27:467][  0]LogInit:  - supports SSL with OpenSSL/1.1.1n
[2024.07.07-14.04.27:467][  0]LogInit:  - supports HTTP deflate (compression) using libz 1.2.12
[2024.07.07-14.04.27:467][  0]LogInit:  - other features:
[2024.07.07-14.04.27:467][  0]LogInit:      CURL_VERSION_SSL
[2024.07.07-14.04.27:468][  0]LogInit:      CURL_VERSION_LIBZ
[2024.07.07-14.04.27:468][  0]LogInit:      CURL_VERSION_IPV6
[2024.07.07-14.04.27:468][  0]LogInit:      CURL_VERSION_ASYNCHDNS
[2024.07.07-14.04.27:468][  0]LogInit:      CURL_VERSION_LARGEFILE
[2024.07.07-14.04.27:472][  0]LogInit:  CurlRequestOptions (configurable via config and command line):
[2024.07.07-14.04.27:472][  0]LogInit:  - bVerifyPeer = false  - Libcurl will NOT verify peer certificate
[2024.07.07-14.04.27:473][  0]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2024.07.07-14.04.27:473][  0]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2024.07.07-14.04.27:473][  0]LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
[2024.07.07-14.04.27:473][  0]LogInit:  - LocalHostAddr = Default
[2024.07.07-14.04.27:473][  0]LogInit:  - BufferSize = 65536
[2024.07.07-14.04.27:480][  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=-000003e9%7C%7C
[2024.07.07-14.04.27:887][  0]CrashReportCoreLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=1
[2024.07.07-14.04.27:888][  0]CrashReportCoreLog: State change from SendingFiles to SendingFiles
[2024.07.07-14.04.27:888][  0]CrashReportCoreLog: All uploads done
[2024.07.07-14.04.27:888][  0]CrashReportCoreLog: State change from SendingFiles to Finished
[2024.07.07-14.04.28:388][  0]CrashReportCoreLog: Final state (Receiver) = Finished
[2024.07.07-14.04.28:389][  0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2024.07.07-14.04.28:410][  0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit)
[2024.07.07-14.04.28:410][  0]LogExit: Preparing to exit.
[2024.07.07-14.04.28:440][  0]LogExit: Object subsystem successfully closed.
[2024.07.07-14.04.28:443][  0]LogModuleManager: Shutting down and abandoning module HTTP (12)
[2024.07.07-14.04.28:473][  0]LogModuleManager: Shutting down and abandoning module SSL (11)
[2024.07.07-14.04.28:476][  0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (8)
[2024.07.07-14.04.28:476][  0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2024.07.07-14.04.28:476][  0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2024.07.07-14.04.28:479][  0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2024.07.07-14.04.28:486][  0]LogExit: Exiting.
Engine crash handling finished; re-raising signal 0 for the default handler. Good bye.
[2024-07-07 14:05:29] [LOG] Aleixo connected the server. (User id: steam_76561198125256123)
[2024-07-07 14:05:39] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
[2024-07-07 14:11:00] [LOG] Aleixo left the server. (User id: steam_76561198125256123)
[2024-07-07 14:16:11] [LOG] Aleixo connected the server. (User id: steam_76561198125256123)
[2024-07-07 14:16:16] [LOG] Aleixo joined the server. (User id: steam_76561198125256123)
[2024-07-07 14:17:52] [LOG] Aleixo left the server. (User id: steam_76561198125256123)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgency:medium Needs to be fixed in the upcoming week
Projects
None yet
Development

No branches or pull requests

3 participants