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

The ARM version of the Apple computer has failed #660

Open
hcy12321 opened this issue Jan 12, 2025 · 13 comments
Open

The ARM version of the Apple computer has failed #660

hcy12321 opened this issue Jan 12, 2025 · 13 comments
Labels
bug Something isn't working waiting for feedback Waiting until author responds

Comments

@hcy12321
Copy link

2025-01-12 22:40:29 EXECUTING USERMOD
2025-01-12 22:40:29 usermod: no changes
2025-01-12 22:40:29 Server installation not detected.
2025-01-12 22:40:29 Starting Installation
2025-01-12 22:40:34 Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-12 22:40:34 Logging directory: '/home/steam/Steam/logs'
2025-01-12 22:40:34 Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-12 22:40:34 [ 0%] Checking for available updates...
2025-01-12 22:40:34 [----] Verifying installation...
2025-01-12 22:40:34 UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-12 22:40:34 -- type 'quit' to exit --
2025-01-12 22:40:35 Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 367 msec
2025-01-12 22:40:35 Fatal error: futex robust_list not initialized by pthreads
2025-01-12 22:40:35 src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-12 22:40:35 ./PalServer.sh does not exist.
2025-01-12 22:40:35 SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-12 22:40:35 Downloading server files using DepotDownloader
2025-01-12 22:40:35 No username given. Using anonymous account with dedicated server subscription.
2025-01-12 22:40:37 Connecting to Steam3... Done!
2025-01-12 22:40:38 Logging anonymously into Steam3... Done!
2025-01-12 22:40:38 Using Steam3 suggested CellID: 47
2025-01-12 22:40:39 Got AppInfo for 2394010
2025-01-12 22:40:39 Using app branch: 'public'.
2025-01-12 22:40:40 Got depot key for 1006 result: OK
2025-01-12 22:40:41 Got depot key for 2394012 result: OK
2025-01-12 22:40:41 Processing depot 1006
2025-01-12 22:40:41 Already have manifest 7138471031118904166 for depot 1006.
2025-01-12 22:40:41 Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-12 22:40:41 Processing depot 2394012
2025-01-12 22:40:41 Already have manifest 8740356471807192597 for depot 2394012.
2025-01-12 22:40:41 Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-12 22:40:41 Downloading depot 1006
2025-01-12 22:40:41 Validating /palworld/steamclient.so
2025-01-12 22:40:41 Validating /palworld/linux64/steamclient.so
2025-01-12 22:40:41 Got CDN auth token for xz.pphimalayanrt.com result: OK (expires 01/12/2025 15:40:41)
2025-01-12 22:40:41 Got CDN auth token for dl.steam.clngaa.com result: OK (expires 01/12/2025 17:40:41)
2025-01-12 22:40:41 Got CDN auth token for st.dl.eccdnx.com result: OK (expires 01/12/2025 17:40:41)
2025-01-12 22:40:41 No username given. Using anonymous account with dedicated server subscription.
2025-01-12 22:40:43 Connecting to Steam3... Done!
2025-01-12 22:40:44 Logging anonymously into Steam3... Done!
2025-01-12 22:40:44 Using Steam3 suggested CellID: 47
2025-01-12 22:40:44 Got AppInfo for 2394010
2025-01-12 22:40:45 Using app branch: 'public'.
2025-01-12 22:40:45 Got depot key for 2394012 result: OK
2025-01-12 22:40:45 Processing depot 2394012
2025-01-12 22:40:45 Already have manifest 8740356471807192597 for depot 2394012.
2025-01-12 22:40:45 Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-12 22:40:45 Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-12 22:40:45 Disconnected from Steam
2025-01-12 22:40:45 ./PalServer-arm64.sh does not exist.
2025-01-12 22:40:45 Server Not Installed Properly
image

@hcy12321 hcy12321 added the triage Deciding urgency label Jan 12, 2025
@thijsvanloef
Copy link
Owner

Please use the bug report template and give as much information as possible:
https://github.com/thijsvanloef/palworld-server-docker/issues/new?assignees=&labels=triage&projects=&template=bug_report.md&title=

@thijsvanloef thijsvanloef added needs more info Unable to help with troubleshooting as important information is missing and removed triage Deciding urgency labels Jan 12, 2025
@hcy12321
Copy link
Author

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Download Mac Apple Silicon Docker Desktop from https://www.docker.com/ and install.
  2. Use docker-compose.yml
  3. Execute docker-compose up -d
  4. See error

Expected behavior

The service is running normally

Actual behavior

The service keeps restarting

Screenshots

image
image

OS information (IMPORTANT)

  • OS: macOS 15.2
  • Palworld Version: - (fail to start)
  • Docker Image Version: thijsvanloef/palworld-server-docker:latest

Hardware information (IMPORTANT)

  • CPU: Apple M4
  • Memory: 32GB

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  # Set to however long you are willing to wait for the container to gracefully stop
    ports:
      - 8211:8211/udp
      - 27015:27015/udp  # Required if you want your server to show up in the community servers tab
      # - 8212:8212/tcp  # Port for REST API if REST_API_ENABLED: true
    environment:
      PUID: 1000
      PGID: 1000
      PORT: 8211  # Optional but recommended
      PLAYERS: 16  # Optional but recommended
      SERVER_PASSWORD: "worldofpals"  # Optional but recommended
      MULTITHREADING: true
      RCON_ENABLED: true
      RCON_PORT: 25575
      TZ: "UTC"
      ADMIN_PASSWORD: "adminPasswordHere"
      COMMUNITY: false  # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
      SERVER_NAME: "palworld-server-docker by Thijs van Loef"
      SERVER_DESCRIPTION: "palworld-server-docker by Thijs van Loef"
      ALLOW_CONNECT_PLATFORM: "Steam" # Defaults to "Steam" if not set, set this to "Xbox" if you want to host a server for Xbox players. CROSSPLAY BETWEEN XBOX-STEAM IS NOT YET SUPPORTED
    volumes:
      - ./palworld:/palworld/

Container/Host Logs (IMPORTANT)

Logs
2025-01-13 12:09:07 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:09:07 palworld-server  | usermod: no changes
2025-01-13 12:09:07 palworld-server  | Server installation not detected.
2025-01-13 12:09:07 palworld-server  | ****Starting Installation****
2025-01-13 12:09:10 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:09:10 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:09:10 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:09:10 palworld-server  | [----] Verifying installation...
2025-01-13 12:09:10 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:09:10 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:09:11 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 366 msec
2025-01-13 12:09:11 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:09:11 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:09:11 palworld-server  | ./PalServer.sh does not exist.
2025-01-13 12:09:11 palworld-server  | SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-13 12:09:11 palworld-server  | Downloading server files using DepotDownloader
2025-01-13 12:09:11 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:09:12 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:09:12 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:09:12 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:09:13 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:09:13 palworld-server  | Using app branch: 'public'.
2025-01-13 12:09:14 palworld-server  | Got depot key for 1006 result: OK
2025-01-13 12:09:14 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:09:14 palworld-server  | Processing depot 1006
2025-01-13 12:09:14 palworld-server  | Downloading depot manifest... Got manifest request code for 1006 7138471031118904166 result: 7718473881363491891
2025-01-13 12:09:15 palworld-server  |  Done!
2025-01-13 12:09:15 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-13 12:09:15 palworld-server  | Processing depot 2394012
2025-01-13 12:09:15 palworld-server  | Downloading depot manifest... Got manifest request code for 2394012 8740356471807192597 result: 3965214140562447166
2025-01-13 12:09:16 palworld-server  |  Done!
2025-01-13 12:09:16 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:09:16 palworld-server  | Downloading depot 1006
2025-01-13 12:09:16 palworld-server  | Pre-allocating /palworld/linux64/steamclient.so
2025-01-13 12:09:16 palworld-server  | Pre-allocating /palworld/steamclient.so
2025-01-13 12:09:18 palworld-server  | /home/steam/server/helper_install.sh: line 120:    53 Illegal instruction     DepotDownloader -app 2394010 -osarch 64 -dir /palworld -validate
2025-01-13 12:09:18 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:09:20 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:09:21 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:09:21 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:09:22 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:09:23 palworld-server  | Using app branch: 'public'.
2025-01-13 12:09:24 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:09:24 palworld-server  | Processing depot 2394012
2025-01-13 12:09:24 palworld-server  | Downloading depot manifest... Got manifest request code for 2394012 8740356471807192597 result: 3965214140562447166
2025-01-13 12:09:28 palworld-server  |  Done!
2025-01-13 12:09:28 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:09:28 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-13 12:09:29 palworld-server  | Disconnected from Steam
2025-01-13 12:09:29 palworld-server  | cp: cannot stat './PalServer.sh': No such file or directory
2025-01-13 12:09:29 palworld-server  | sed: can't read ./PalServer-arm64.sh: No such file or directory
2025-01-13 12:09:29 palworld-server  | chmod: cannot access './PalServer-arm64.sh': No such file or directory
2025-01-13 12:09:29 palworld-server  | ./PalServer-arm64.sh does not exist.
2025-01-13 12:09:29 palworld-server  | Server Not Installed Properly
2025-01-13 12:09:29 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:09:29 palworld-server  | usermod: no changes
2025-01-13 12:09:29 palworld-server  | Server installation not detected.
2025-01-13 12:09:29 palworld-server  | ****Starting Installation****
2025-01-13 12:09:32 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:09:32 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:09:32 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:09:32 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:09:32 palworld-server  | [----] Verifying installation...
2025-01-13 12:09:32 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:09:32 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:09:32 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 358 msec
2025-01-13 12:09:32 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:09:32 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:09:33 palworld-server  | ./PalServer.sh does not exist.
2025-01-13 12:09:33 palworld-server  | SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-13 12:09:33 palworld-server  | Downloading server files using DepotDownloader
2025-01-13 12:09:33 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:09:34 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:09:34 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:09:34 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:09:34 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:09:35 palworld-server  | Using app branch: 'public'.
2025-01-13 12:09:35 palworld-server  | Got depot key for 1006 result: OK
2025-01-13 12:09:35 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:09:35 palworld-server  | Processing depot 1006
2025-01-13 12:09:35 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-13 12:09:35 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-13 12:09:35 palworld-server  | Processing depot 2394012
2025-01-13 12:09:35 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:09:35 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:09:35 palworld-server  | Downloading depot 1006
2025-01-13 12:09:35 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-13 12:09:35 palworld-server  | Validating /palworld/steamclient.so
2025-01-13 12:09:39 palworld-server  | /home/steam/server/helper_install.sh: line 120:    54 Illegal instruction     DepotDownloader -app 2394010 -osarch 64 -dir /palworld -validate
2025-01-13 12:09:39 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:09:40 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:09:41 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:09:41 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:09:42 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:09:43 palworld-server  | Using app branch: 'public'.
2025-01-13 12:09:43 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:09:43 palworld-server  | Processing depot 2394012
2025-01-13 12:09:43 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:09:43 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:09:43 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-13 12:09:44 palworld-server  | Disconnected from Steam
2025-01-13 12:09:44 palworld-server  | cp: cannot stat './PalServer.sh': No such file or directory
2025-01-13 12:09:44 palworld-server  | sed: can't read ./PalServer-arm64.sh: No such file or directory
2025-01-13 12:09:44 palworld-server  | chmod: cannot access './PalServer-arm64.sh': No such file or directory
2025-01-13 12:09:44 palworld-server  | ./PalServer-arm64.sh does not exist.
2025-01-13 12:09:44 palworld-server  | Server Not Installed Properly
2025-01-13 12:09:44 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:09:44 palworld-server  | usermod: no changes
2025-01-13 12:09:44 palworld-server  | Server installation not detected.
2025-01-13 12:09:44 palworld-server  | ****Starting Installation****
2025-01-13 12:09:47 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:09:47 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:09:47 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:09:47 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:09:47 palworld-server  | [----] Verifying installation...
2025-01-13 12:09:47 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:09:47 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:09:47 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 371 msec
2025-01-13 12:09:47 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:09:47 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:09:47 palworld-server  | ./PalServer.sh does not exist.
2025-01-13 12:09:47 palworld-server  | SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-13 12:09:47 palworld-server  | Downloading server files using DepotDownloader
2025-01-13 12:09:47 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:09:50 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:09:50 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:09:50 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:09:52 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:09:53 palworld-server  | Using app branch: 'public'.
2025-01-13 12:09:53 palworld-server  | Got depot key for 1006 result: OK
2025-01-13 12:09:54 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:09:54 palworld-server  | Processing depot 1006
2025-01-13 12:09:54 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-13 12:09:54 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-13 12:09:54 palworld-server  | Processing depot 2394012
2025-01-13 12:09:54 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:09:54 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:09:54 palworld-server  | Downloading depot 1006
2025-01-13 12:09:54 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-13 12:09:54 palworld-server  | Validating /palworld/steamclient.so
2025-01-13 12:09:58 palworld-server  | /home/steam/server/helper_install.sh: line 120:    54 Illegal instruction     DepotDownloader -app 2394010 -osarch 64 -dir /palworld -validate
2025-01-13 12:09:58 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:10:00 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:10:01 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:10:01 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:10:02 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:10:03 palworld-server  | Using app branch: 'public'.
2025-01-13 12:10:03 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:10:03 palworld-server  | Processing depot 2394012
2025-01-13 12:10:03 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:10:03 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:10:03 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-13 12:10:04 palworld-server  | Disconnected from Steam
2025-01-13 12:10:04 palworld-server  | cp: cannot stat './PalServer.sh': No such file or directory
2025-01-13 12:10:04 palworld-server  | sed: can't read ./PalServer-arm64.sh: No such file or directory
2025-01-13 12:10:04 palworld-server  | chmod: cannot access './PalServer-arm64.sh': No such file or directory
2025-01-13 12:10:04 palworld-server  | ./PalServer-arm64.sh does not exist.
2025-01-13 12:10:04 palworld-server  | Server Not Installed Properly
2025-01-13 12:10:04 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:04 palworld-server  | usermod: no changes
2025-01-13 12:10:04 palworld-server  | Server installation not detected.
2025-01-13 12:10:04 palworld-server  | ****Starting Installation****
2025-01-13 12:10:07 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:07 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:07 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:07 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:07 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:07 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:07 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:07 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 358 msec
2025-01-13 12:10:07 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:07 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:08 palworld-server  | ./PalServer.sh does not exist.
2025-01-13 12:10:08 palworld-server  | SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-13 12:10:08 palworld-server  | Downloading server files using DepotDownloader
2025-01-13 12:10:08 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:10:09 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:10:09 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:10:09 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:10:10 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:10:10 palworld-server  | Using app branch: 'public'.
2025-01-13 12:10:10 palworld-server  | Got depot key for 1006 result: OK
2025-01-13 12:10:11 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:10:11 palworld-server  | Processing depot 1006
2025-01-13 12:10:11 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-13 12:10:11 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-13 12:10:11 palworld-server  | Processing depot 2394012
2025-01-13 12:10:11 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:10:11 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:10:11 palworld-server  | Downloading depot 1006
2025-01-13 12:10:11 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-13 12:10:11 palworld-server  | Validating /palworld/steamclient.so
2025-01-13 12:10:12 palworld-server  | /home/steam/server/helper_install.sh: line 120:    54 Illegal instruction     DepotDownloader -app 2394010 -osarch 64 -dir /palworld -validate
2025-01-13 12:10:12 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:10:14 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:10:15 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:10:15 palworld-server  | Using Steam3 suggested CellID: 47
2025-01-13 12:10:16 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:10:16 palworld-server  | Using app branch: 'public'.
2025-01-13 12:10:17 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:10:17 palworld-server  | Processing depot 2394012
2025-01-13 12:10:17 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:10:17 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:10:17 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-13 12:10:18 palworld-server  | Disconnected from Steam
2025-01-13 12:10:18 palworld-server  | cp: cannot stat './PalServer.sh': No such file or directory
2025-01-13 12:10:18 palworld-server  | sed: can't read ./PalServer-arm64.sh: No such file or directory
2025-01-13 12:10:18 palworld-server  | chmod: cannot access './PalServer-arm64.sh': No such file or directory
2025-01-13 12:10:18 palworld-server  | ./PalServer-arm64.sh does not exist.
2025-01-13 12:10:18 palworld-server  | Server Not Installed Properly
2025-01-13 12:10:18 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:18 palworld-server  | usermod: no changes
2025-01-13 12:10:18 palworld-server  | Server installation not detected.
2025-01-13 12:10:18 palworld-server  | ****Starting Installation****
2025-01-13 12:10:22 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:22 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:22 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:22 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:22 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:22 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:22 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:22 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 362 msec
2025-01-13 12:10:22 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:22 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:22 palworld-server  | ./PalServer.sh does not exist.
2025-01-13 12:10:22 palworld-server  | SteamCMD failed to download the server properly, attempting to use DepotDownloader.
2025-01-13 12:10:22 palworld-server  | Downloading server files using DepotDownloader
2025-01-13 12:10:22 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:10:25 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:10:25 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:10:25 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:10:27 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:10:27 palworld-server  | Using app branch: 'public'.
2025-01-13 12:10:28 palworld-server  | Got depot key for 1006 result: OK
2025-01-13 12:10:28 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:10:28 palworld-server  | Processing depot 1006
2025-01-13 12:10:28 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-13 12:10:28 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-13 12:10:28 palworld-server  | Processing depot 2394012
2025-01-13 12:10:28 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:10:28 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:10:28 palworld-server  | Downloading depot 1006
2025-01-13 12:10:28 palworld-server  | Validating /palworld/steamclient.so
2025-01-13 12:10:28 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-13 12:10:31 palworld-server  |  94.65% /palworld/linux64/steamclient.so
2025-01-13 12:10:33 palworld-server  | 100.00% /palworld/steamclient.so
2025-01-13 12:10:33 palworld-server  | Depot 1006 - Downloaded 5590016 bytes (20303372 bytes uncompressed)
2025-01-13 12:10:33 palworld-server  | Downloading depot 2394012
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/DefaultPalWorldSettings.ini
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Manifest_DebugFiles_Linux.txt
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Manifest_UFSFiles_Linux.txt
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping.sym
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/Pal/Content/Paks/Pal-LinuxServer.pak
2025-01-13 12:10:33 palworld-server  | Pre-allocating /palworld/PalServer.sh
2025-01-13 12:10:33 palworld-server  |  00.00% /palworld/DefaultPalWorldSettings.ini
2025-01-13 12:10:33 palworld-server  |  00.00% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-13 12:10:33 palworld-server  | /home/steam/server/helper_install.sh: line 120:    54 Illegal instruction     DepotDownloader -app 2394010 -osarch 64 -dir /palworld -validate
2025-01-13 12:10:33 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-13 12:10:35 palworld-server  | Connecting to Steam3... Done!
2025-01-13 12:10:36 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-13 12:10:36 palworld-server  | Using Steam3 suggested CellID: 33
2025-01-13 12:10:37 palworld-server  | Got AppInfo for 2394010
2025-01-13 12:10:38 palworld-server  | Using app branch: 'public'.
2025-01-13 12:10:38 palworld-server  | Got depot key for 2394012 result: OK
2025-01-13 12:10:38 palworld-server  | Processing depot 2394012
2025-01-13 12:10:38 palworld-server  | Already have manifest 8740356471807192597 for depot 2394012.
2025-01-13 12:10:38 palworld-server  | Manifest 8740356471807192597 (12/24/2024 14:23:31)
2025-01-13 12:10:38 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-13 12:10:38 palworld-server  | Disconnected from Steam
2025-01-13 12:10:38 palworld-server  | ****Checking for available container updates****
2025-01-13 12:10:39 palworld-server  | The container is up to date!
2025-01-13 12:10:39 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:10:39 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:10:39 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:10:39 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:10:39 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:10:39 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:10:39 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:10:39 palworld-server  | time="2025-01-13T04:10:39Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:39 palworld-server  | Cronjobs started
2025-01-13 12:10:39 palworld-server  | time="2025-01-13T04:10:39Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:39 palworld-server  | time="2025-01-13T04:10:39Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:10:39 palworld-server  | ****Starting Server****
2025-01-13 12:10:39 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:10:39 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:10:39 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:39 palworld-server  | usermod: no changes
2025-01-13 12:10:42 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:42 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:42 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:42 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:42 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:42 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:42 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:43 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 370 msec
2025-01-13 12:10:43 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:43 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:43 palworld-server  | ****Checking for available container updates****
2025-01-13 12:10:43 palworld-server  | The container is up to date!
2025-01-13 12:10:43 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:10:43 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:10:43 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:10:43 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:10:43 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:10:43 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:10:43 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:10:43 palworld-server  | time="2025-01-13T04:10:43Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:43 palworld-server  | Cronjobs started
2025-01-13 12:10:43 palworld-server  | time="2025-01-13T04:10:43Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:43 palworld-server  | time="2025-01-13T04:10:43Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:10:43 palworld-server  | ****Starting Server****
2025-01-13 12:10:43 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:10:43 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:10:44 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:44 palworld-server  | usermod: no changes
2025-01-13 12:10:44 palworld-server  | Server installation not detected.
2025-01-13 12:10:44 palworld-server  | ****Starting Installation****
2025-01-13 12:10:47 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:47 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:47 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:47 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:47 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:47 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:47 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:47 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 367 msec
2025-01-13 12:10:47 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:47 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:48 palworld-server  | ****Checking for available container updates****
2025-01-13 12:10:48 palworld-server  | The container is up to date!
2025-01-13 12:10:48 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:10:48 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:10:48 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:10:48 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:10:48 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:10:48 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:10:48 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:10:48 palworld-server  | time="2025-01-13T04:10:48Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:48 palworld-server  | Cronjobs started
2025-01-13 12:10:48 palworld-server  | time="2025-01-13T04:10:48Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:48 palworld-server  | time="2025-01-13T04:10:48Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:10:48 palworld-server  | ****Starting Server****
2025-01-13 12:10:48 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:10:48 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:10:49 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:49 palworld-server  | usermod: no changes
2025-01-13 12:10:49 palworld-server  | Server installation not detected.
2025-01-13 12:10:49 palworld-server  | ****Starting Installation****
2025-01-13 12:10:52 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:52 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:52 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:52 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:52 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:52 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:52 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:52 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 362 msec
2025-01-13 12:10:52 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:52 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:52 palworld-server  | ****Checking for available container updates****
2025-01-13 12:10:53 palworld-server  | The container is up to date!
2025-01-13 12:10:53 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:10:53 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:10:53 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:10:53 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:10:53 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:10:53 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:10:53 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:10:53 palworld-server  | time="2025-01-13T04:10:53Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:53 palworld-server  | Cronjobs started
2025-01-13 12:10:53 palworld-server  | time="2025-01-13T04:10:53Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:53 palworld-server  | time="2025-01-13T04:10:53Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:10:53 palworld-server  | ****Starting Server****
2025-01-13 12:10:53 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:10:53 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:10:54 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:10:54 palworld-server  | usermod: no changes
2025-01-13 12:10:54 palworld-server  | Server installation not detected.
2025-01-13 12:10:54 palworld-server  | ****Starting Installation****
2025-01-13 12:10:57 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:10:57 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:10:57 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:10:57 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:10:57 palworld-server  | [----] Verifying installation...
2025-01-13 12:10:57 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:10:57 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:10:57 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 370 msec
2025-01-13 12:10:57 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:10:57 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:10:58 palworld-server  | ****Checking for available container updates****
2025-01-13 12:10:58 palworld-server  | The container is up to date!
2025-01-13 12:10:58 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:10:58 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:10:58 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:10:58 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:10:58 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:10:58 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:10:58 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:10:58 palworld-server  | time="2025-01-13T04:10:58Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:58 palworld-server  | Cronjobs started
2025-01-13 12:10:58 palworld-server  | time="2025-01-13T04:10:58Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:10:58 palworld-server  | time="2025-01-13T04:10:58Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:10:58 palworld-server  | ****Starting Server****
2025-01-13 12:10:58 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:10:58 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:11:00 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:11:00 palworld-server  | usermod: no changes
2025-01-13 12:11:00 palworld-server  | Server installation not detected.
2025-01-13 12:11:00 palworld-server  | ****Starting Installation****
2025-01-13 12:11:02 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:11:02 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:11:02 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:11:02 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:11:02 palworld-server  | [----] Verifying installation...
2025-01-13 12:11:02 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:11:02 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:11:03 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 367 msec
2025-01-13 12:11:03 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:11:03 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:11:03 palworld-server  | ****Checking for available container updates****
2025-01-13 12:11:04 palworld-server  | The container is up to date!
2025-01-13 12:11:04 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:11:04 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:11:04 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:11:04 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:11:04 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:11:04 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:11:04 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:11:04 palworld-server  | time="2025-01-13T04:11:04Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:04 palworld-server  | Cronjobs started
2025-01-13 12:11:04 palworld-server  | time="2025-01-13T04:11:04Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:04 palworld-server  | time="2025-01-13T04:11:04Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:11:04 palworld-server  | ****Starting Server****
2025-01-13 12:11:04 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:11:04 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:11:07 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:11:07 palworld-server  | usermod: no changes
2025-01-13 12:11:07 palworld-server  | Server installation not detected.
2025-01-13 12:11:07 palworld-server  | ****Starting Installation****
2025-01-13 12:11:10 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:11:10 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:11:10 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:11:10 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:11:10 palworld-server  | [----] Verifying installation...
2025-01-13 12:11:10 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:11:10 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:11:10 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 365 msec
2025-01-13 12:11:10 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:11:11 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:11:11 palworld-server  | ****Checking for available container updates****
2025-01-13 12:11:11 palworld-server  | The container is up to date!
2025-01-13 12:11:11 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:11:11 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:11:11 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:11:11 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:11:11 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:11:11 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:11:11 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:11:11 palworld-server  | time="2025-01-13T04:11:11Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:11 palworld-server  | Cronjobs started
2025-01-13 12:11:11 palworld-server  | time="2025-01-13T04:11:11Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:11 palworld-server  | time="2025-01-13T04:11:11Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:11:11 palworld-server  | ****Starting Server****
2025-01-13 12:11:11 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:11:11 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:11:18 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:11:18 palworld-server  | usermod: no changes
2025-01-13 12:11:18 palworld-server  | Server installation not detected.
2025-01-13 12:11:18 palworld-server  | ****Starting Installation****
2025-01-13 12:11:21 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:11:21 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:11:21 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:11:21 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:11:21 palworld-server  | [----] Verifying installation...
2025-01-13 12:11:21 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:11:21 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:11:21 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 366 msec
2025-01-13 12:11:21 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:11:21 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:11:22 palworld-server  | ****Checking for available container updates****
2025-01-13 12:11:22 palworld-server  | The container is up to date!
2025-01-13 12:11:22 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:11:22 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:11:22 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:11:22 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:11:22 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:11:22 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:11:22 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:11:22 palworld-server  | time="2025-01-13T04:11:22Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:22 palworld-server  | Cronjobs started
2025-01-13 12:11:22 palworld-server  | time="2025-01-13T04:11:22Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:22 palworld-server  | time="2025-01-13T04:11:22Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:11:22 palworld-server  | ****Starting Server****
2025-01-13 12:11:22 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:11:22 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:11:35 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:11:35 palworld-server  | usermod: no changes
2025-01-13 12:11:35 palworld-server  | Server installation not detected.
2025-01-13 12:11:35 palworld-server  | ****Starting Installation****
2025-01-13 12:11:38 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:11:38 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:11:38 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:11:38 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:11:38 palworld-server  | [----] Verifying installation...
2025-01-13 12:11:38 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:11:38 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:11:39 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 360 msec
2025-01-13 12:11:39 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:11:39 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:11:39 palworld-server  | ****Checking for available container updates****
2025-01-13 12:11:39 palworld-server  | The container is up to date!
2025-01-13 12:11:39 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:11:39 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:11:39 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:11:39 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:11:39 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:11:39 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:11:39 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:11:39 palworld-server  | time="2025-01-13T04:11:39Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:39 palworld-server  | Cronjobs started
2025-01-13 12:11:39 palworld-server  | time="2025-01-13T04:11:39Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:11:39 palworld-server  | time="2025-01-13T04:11:39Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:11:39 palworld-server  | ****Starting Server****
2025-01-13 12:11:39 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:11:39 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:12:05 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:12:05 palworld-server  | usermod: no changes
2025-01-13 12:12:05 palworld-server  | Server installation not detected.
2025-01-13 12:12:05 palworld-server  | ****Starting Installation****
2025-01-13 12:12:08 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:12:08 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:12:08 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:12:08 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:12:08 palworld-server  | [----] Verifying installation...
2025-01-13 12:12:08 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:12:08 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:12:08 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 363 msec
2025-01-13 12:12:08 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:12:09 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:12:09 palworld-server  | ****Checking for available container updates****
2025-01-13 12:12:09 palworld-server  | The container is up to date!
2025-01-13 12:12:09 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:12:09 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:12:09 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:12:09 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:12:09 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:12:09 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:12:09 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:12:09 palworld-server  | time="2025-01-13T04:12:09Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:12:09 palworld-server  | Cronjobs started
2025-01-13 12:12:09 palworld-server  | time="2025-01-13T04:12:09Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:12:09 palworld-server  | time="2025-01-13T04:12:09Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:12:09 palworld-server  | ****Starting Server****
2025-01-13 12:12:09 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:12:09 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:13:00 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:13:00 palworld-server  | usermod: no changes
2025-01-13 12:13:01 palworld-server  | Server installation not detected.
2025-01-13 12:13:01 palworld-server  | ****Starting Installation****
2025-01-13 12:13:03 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:13:03 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:13:03 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:13:03 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:13:03 palworld-server  | [----] Verifying installation...
2025-01-13 12:13:03 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:13:03 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:13:04 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 365 msec
2025-01-13 12:13:04 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:13:04 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:13:04 palworld-server  | ****Checking for available container updates****
2025-01-13 12:13:05 palworld-server  | The container is up to date!
2025-01-13 12:13:05 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:13:05 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:13:05 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:13:05 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:13:05 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:13:05 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:13:05 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:13:05 palworld-server  | time="2025-01-13T04:13:05Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:13:05 palworld-server  | Cronjobs started
2025-01-13 12:13:05 palworld-server  | time="2025-01-13T04:13:05Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:13:05 palworld-server  | time="2025-01-13T04:13:05Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:13:05 palworld-server  | ****Starting Server****
2025-01-13 12:13:05 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:13:05 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:14:05 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:14:05 palworld-server  | usermod: no changes
2025-01-13 12:14:05 palworld-server  | Server installation not detected.
2025-01-13 12:14:05 palworld-server  | ****Starting Installation****
2025-01-13 12:14:08 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:14:08 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:14:08 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:14:08 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:14:08 palworld-server  | [----] Verifying installation...
2025-01-13 12:14:08 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:14:08 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:14:09 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 368 msec
2025-01-13 12:14:09 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:14:09 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:14:09 palworld-server  | ****Checking for available container updates****
2025-01-13 12:14:10 palworld-server  | The container is up to date!
2025-01-13 12:14:10 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:14:10 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:14:10 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:14:10 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:14:10 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:14:10 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:14:10 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:14:10 palworld-server  | time="2025-01-13T04:14:10Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:14:10 palworld-server  | Cronjobs started
2025-01-13 12:14:10 palworld-server  | time="2025-01-13T04:14:10Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:14:10 palworld-server  | time="2025-01-13T04:14:10Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:14:10 palworld-server  | ****Starting Server****
2025-01-13 12:14:10 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:14:10 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:15:10 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:15:10 palworld-server  | usermod: no changes
2025-01-13 12:15:10 palworld-server  | Server installation not detected.
2025-01-13 12:15:10 palworld-server  | ****Starting Installation****
2025-01-13 12:15:13 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:15:13 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:15:13 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:15:13 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:15:13 palworld-server  | [----] Verifying installation...
2025-01-13 12:15:13 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:15:13 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:15:13 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 376 msec
2025-01-13 12:15:13 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:15:13 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:15:14 palworld-server  | ****Checking for available container updates****
2025-01-13 12:15:14 palworld-server  | The container is up to date!
2025-01-13 12:15:14 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:15:14 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:15:14 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:15:14 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:15:14 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:15:14 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:15:14 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:15:14 palworld-server  | time="2025-01-13T04:15:14Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:15:14 palworld-server  | Cronjobs started
2025-01-13 12:15:14 palworld-server  | time="2025-01-13T04:15:14Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:15:14 palworld-server  | time="2025-01-13T04:15:14Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:15:14 palworld-server  | ****Starting Server****
2025-01-13 12:15:14 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:15:14 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error
2025-01-13 12:16:14 palworld-server  | ****EXECUTING USERMOD****
2025-01-13 12:16:14 palworld-server  | usermod: no changes
2025-01-13 12:16:14 palworld-server  | Server installation not detected.
2025-01-13 12:16:14 palworld-server  | ****Starting Installation****
2025-01-13 12:16:17 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-13 12:16:17 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-13 12:16:17 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-13 12:16:17 palworld-server  | [  0%] Checking for available updates...
2025-01-13 12:16:17 palworld-server  | [----] Verifying installation...
2025-01-13 12:16:17 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
2025-01-13 12:16:17 palworld-server  | -- type 'quit' to exit --
2025-01-13 12:16:18 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 362 msec
2025-01-13 12:16:18 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-13 12:16:18 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-13 12:16:18 palworld-server  | ****Checking for available container updates****
2025-01-13 12:16:19 palworld-server  | The container is up to date!
2025-01-13 12:16:19 palworld-server  | ****GENERATING CONFIG****
2025-01-13 12:16:19 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-13 12:16:19 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-13 12:16:19 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-13 12:16:19 palworld-server  | ****GENERATING CRONTAB****
2025-01-13 12:16:19 palworld-server  | BACKUP_ENABLED=true
2025-01-13 12:16:19 palworld-server  | Adding cronjob for auto backups
2025-01-13 12:16:19 palworld-server  | time="2025-01-13T04:16:19Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:16:19 palworld-server  | Cronjobs started
2025-01-13 12:16:19 palworld-server  | time="2025-01-13T04:16:19Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-13 12:16:19 palworld-server  | time="2025-01-13T04:16:19Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-13 12:16:19 palworld-server  | ****Starting Server****
2025-01-13 12:16:19 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
2025-01-13 12:16:19 palworld-server  | ./start.sh: line 161: ./PalServer-arm64.sh: cannot execute binary file: Exec format error```

</details>

## Additional context

<!-- Add any other context about the problem here. -->

## Bug Report Checklist

- [ ] I searched for my issue on the [Known issues page](https://palworld-server-docker.loef.dev/known-issues)
- [ ] I searched for my issue in the [Closed issues](https://github.com/thijsvanloef/palworld-server-docker/issues?q=is%3Aissue+is%3Aclosed)
- [ ] I have included all relevant information required above.
- [ ] I am willing to fix this bug

@xLin7648
Copy link

It seems that the server file cannot be completely downloaded.
Error file:
/palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping
/palworld/PalServer-arm64.sh
...

@jmahlebjian
Copy link

I'm having this exact same problem, It's unable to launch "PalServer-arm64". Same CPU (Apple M4), but with 48GBs of ram. I'll post logs shortly if that helps.

@xLin7648
Copy link

I used CrossOver to start the Windows Palworld server on my mac mini m4 and it worked fine.

@jmahlebjian
Copy link

I used CrossOver to start the Windows Palworld server on my mac mini m4 and it worked fine.

yes that will work, but requires proprietary software and to buy the product.

Other than that, it appears to be a Box64 or SteamCMD issue: ptitSeb/box86#976

@thijsvanloef
Copy link
Owner

@sonroyaalmerol Are you able to take a look at this?

@thijsvanloef
Copy link
Owner

@hcy12321 Hi! Thanks to Sonroyaalmerol a new version of the image has been release.
Please update the container (https://palworld-server-docker.loef.dev/guides/update-the-container) and try again

@thijsvanloef thijsvanloef added bug Something isn't working waiting for feedback Waiting until author responds and removed needs more info Unable to help with troubleshooting as important information is missing labels Jan 22, 2025
@jmahlebjian
Copy link

This did not fix my issue. Here are my logs, compose.yml, and .env file:

Describe the bug

Server does not start and loops installation

To Reproduce

Steps to reproduce the behavior:

  1. delete older image and container
  2. ran compose.yml
  3. checked docker console
  4. saw it continuously couldn't start the server

Expected behavior

installation and starting of server

Actual behavior

Not starting

Screenshots

OS information (IMPORTANT)

  • OS: MacOs 15.2
  • Palworld Version: NA
  • Docker Image Version: 1.2.3

Hardware information (IMPORTANT)

  • CPU: M4 Pro
  • Memory: 48

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 # Set to however long you are willing to wait for the container to gracefully stop
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
        # - 8212:8212/tcp  # Port for REST API if REST_API_ENABLED: true
      env_file:
         -  .env
      volumes:
         - ./palworld:/palworld/

.env contents

.env
TZ=UTC
PLAYERS=32
PORT=8211
PUID=1000
PGID=1000
MULTITHREADING=true
COMMUNITY=true
PUBLIC_IP=
PUBLIC_PORT=
SERVER_NAME=PalBoy
SERVER_DESCRIPTION=PalBoy I Choose U!
SERVER_PASSWORD=PalMan2025
ADMIN_PASSWORD=AdminMan2025
UPDATE_ON_BOOT=true
RCON_ENABLED=true
RCON_PORT=25575
QUERY_PORT=27015
BACKUP_ENABLED=true
DELETE_OLD_BACKUPS=true
OLD_BACKUP_DAYS=30
BACKUP_CRON_EXPRESSION=0 0 * * *
AUTO_UPDATE_ENABLED=true
AUTO_UPDATE_CRON_EXPRESSION=0 * * * *
AUTO_UPDATE_WARN_MINUTES=30
AUTO_REBOOT_ENABLED=true
AUTO_REBOOT_EVEN_IF_PLAYERS_ONLINE=false
AUTO_REBOOT_WARN_MINUTES=5
AUTO_REBOOT_CRON_EXPRESSION=0 0 * * *
ENABLE_PLAYER_LOGGING=true
PLAYER_LOGGING_POLL_PERIOD=5

DIFFICULTY=None
RANDOMIZER_TYPE=
RANDOMIZER_SEED=none
DAYTIME_SPEEDRATE=1.000000
NIGHTTIME_SPEEDRATE=1.000000
EXP_RATE=1.000000
PAL_CAPTURE_RATE=1.000000
PAL_SPAWN_NUM_RATE=1.000000
PAL_DAMAGE_RATE_ATTACK=1.000000
PAL_DAMAGE_RATE_DEFENSE=1.000000
PLAYER_DAMAGE_RATE_ATTACK=1.000000
PLAYER_DAMAGE_RATE_DEFENSE=1.000000
PLAYER_STOMACH_DECREASE_RATE=1.000000
PLAYER_STAMINA_DECREASE_RATE=1.000000
PLAYER_AUTO_HP_REGEN_RATE=1.000000
PLAYER_AUTO_HP_REGEN_RATE_IN_SLEEP=1.000000
PAL_STOMACH_DECREASE_RATE=1.000000
PAL_STAMINA_DECREASE_RATE=1.000000
PAL_AUTO_HP_REGEN_RATE=1.000000
PAL_AUTO_HP_REGEN_RATE_IN_SLEEP=1.000000
BUILD_OBJECT_HP_RATE=1.000000
BUILD_OBJECT_DAMAGE_RATE=1.000000
BUILD_OBJECT_DETERIORATION_DAMAGE_RATE=1.000000
COLLECTION_DROP_RATE=1.000000
COLLECTION_OBJECT_HP_RATE=1.000000
COLLECTION_OBJECT_RESPAWN_SPEED_RATE=1.000000
ENEMY_DROP_ITEM_RATE=1.000000
DEATH_PENALTY=All
ENABLE_PLAYER_TO_PLAYER_DAMAGE=False
ENABLE_FRIENDLY_FIRE=False
ENABLE_INVADER_ENEMY=True
ACTIVE_UNKO=False
ENABLE_AIM_ASSIST_PAD=True
ENABLE_AIM_ASSIST_KEYBOARD=False
DROP_ITEM_MAX_NUM=3000
DROP_ITEM_MAX_NUM_UNKO=100
BASE_CAMP_MAX_NUM=128
BASE_CAMP_WORKER_MAX_NUM=15
DROP_ITEM_ALIVE_MAX_HOURS=1.000000
AUTO_RESET_GUILD_NO_ONLINE_PLAYERS=False
AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS=72.00000
GUILD_PLAYER_MAX_NUM=20
BASE_CAMP_MAX_NUM_IN_GUILD=4
PAL_EGG_DEFAULT_HATCHING_TIME=72.00000
WORK_SPEED_RATE=1.000000
AUTO_SAVE_SPAN=30.000000
IS_MULTIPLAY=False
IS_PVP=False
HARDCORE=False
PAL_LOST=False
CAN_PICKUP_OTHER_GUILD_DEATH_PENALTY_DROP=False
ENABLE_NON_LOGIN_PENALTY=True
ENABLE_FAST_TRAVEL=True
IS_START_LOCATION_SELECT_BY_MAP=True
EXIST_PLAYER_AFTER_LOGOUT=False
ENABLE_DEFENSE_OTHER_GUILD_PLAYER=False
INVISIBLE_OTHER_GUILD_BASE_CAMP_AREA_FX=False
BUILD_AREA_LIMIT=False
ITEM_WEIGHT_RATE=1.000000
COOP_PLAYER_MAX_NUM=4
REGION=
USEAUTH=True
BAN_LIST_URL=https://api.palworldgame.com/api/banlist.txt
REST_API_ENABLED=False
REST_API_PORT=8212
SHOW_PLAYER_LIST=True
ENABLE_PREDATOR_BOSS_PAL=True
MAX_BUILDING_LIMIT_NUM=0
SERVER_REPLICATE_PAWN_CULL_DISTANCE=15000.000000
# ALLOW_CONNECT_PLATFORM Defaults to "Steam" if not set, set this to "Xbox" if you want to host a server for Xbox players. CROSSPLAY BETWEEN XBOX-STEAM IS NOT YET SUPPORTED
ALLOW_CONNECT_PLATFORM=Xbox
USE_BACKUP_SAVE_DATA=True
USE_DEPOT_DOWNLOADER=True
INSTALL_BETA_INSIDER=False

# Box64 Configs (Only relevant for ARM64 hosts)
# These can be adjusted if the server keeps on crashing.
BOX64_DYNAREC_STRONGMEM=3 # This can be set to 2 or 3 with 3 being the most stable but worst performance.
BOX64_DYNAREC_BIGBLOCK=0 # This can be set to 0 for better stability but worse performance.
BOX64_DYNAREC_SAFEFLAGS=2 # This can be set to 2 for better stability but worse performance.
BOX64_DYNAREC_FASTROUND=0 # This can be set to 0 for better stability but worse performance.
BOX64_DYNAREC_FASTNAN=0 # This can be set to 0 for better stability but worse performance.
BOX64_DYNAREC_X87DOUBLE=1 # This can be set to 1 for better stability but worse performance.
ARM64_DEVICE=m1

Container/Host Logs (IMPORTANT)

Logs
2025-01-26 15:08:54 palworld-server  | ****EXECUTING USERMOD****
2025-01-26 15:08:54 palworld-server  | usermod: no changes
2025-01-26 15:08:54 palworld-server  | Server installation not detected.
2025-01-26 15:08:54 palworld-server  | ****Starting Installation****
2025-01-26 15:08:54 palworld-server  | Downloading server files with SteamCMD
2025-01-26 15:09:14 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-26 15:09:14 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-26 15:09:14 palworld-server  | [  0%] Checking for available updates...
2025-01-26 15:09:14 palworld-server  | [----] Downloading update (0 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [  0%] Downloading update (362 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [  0%] Downloading update (2,537 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [  5%] Downloading update (4,818 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [  9%] Downloading update (6,719 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 13%] Downloading update (8,172 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 16%] Downloading update (9,795 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 19%] Downloading update (11,170 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 22%] Downloading update (12,606 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 25%] Downloading update (14,232 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 29%] Downloading update (15,591 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 31%] Downloading update (17,132 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 34%] Downloading update (18,661 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 38%] Downloading update (20,031 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 40%] Downloading update (21,554 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 44%] Downloading update (23,089 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 47%] Downloading update (24,456 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 49%] Downloading update (25,827 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 52%] Downloading update (27,345 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 55%] Downloading update (28,714 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 58%] Downloading update (30,250 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 61%] Downloading update (31,615 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 64%] Downloading update (33,151 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 67%] Downloading update (34,506 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 70%] Downloading update (36,034 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 73%] Downloading update (37,587 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 76%] Downloading update (38,939 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 79%] Downloading update (40,468 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 82%] Downloading update (41,524 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 84%] Downloading update (42,306 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 86%] Downloading update (43,077 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 87%] Downloading update (43,754 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 89%] Downloading update (44,516 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 90%] Downloading update (45,290 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 92%] Downloading update (45,973 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 93%] Downloading update (46,741 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 95%] Downloading update (47,497 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 96%] Downloading update (48,185 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 98%] Downloading update (48,953 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [ 99%] Downloading update (48,977 of 48,977 KB)...
2025-01-26 15:09:14 palworld-server  | [100%] Download complete.
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Extracting package...
2025-01-26 15:09:14 palworld-server  | [----] Extracting package...
2025-01-26 15:09:14 palworld-server  | [----] Extracting package...
2025-01-26 15:09:14 palworld-server  | [----] Extracting package...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Installing update...
2025-01-26 15:09:14 palworld-server  | [----] Cleaning up...
2025-01-26 15:09:14 palworld-server  | [----] Update complete, launching Steamcmd...
2025-01-26 15:09:14 palworld-server  | UpdateUI: skip show logoCWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 4 items discarded.
2025-01-26 15:09:14 palworld-server  | steamcmd.sh[27]: Restarting steamcmd by request...
2025-01-26 15:09:17 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-26 15:09:17 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-26 15:09:17 palworld-server  | [  0%] Checking for available updates...
2025-01-26 15:09:17 palworld-server  | [----] Verifying installation...
2025-01-26 15:09:17 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-26 15:09:17 palworld-server  | -- type 'quit' to exit --
2025-01-26 15:09:17 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 394 msec
2025-01-26 15:09:17 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-26 15:09:18 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-26 15:09:18 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-26 15:09:18 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:18 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:19 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:19 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:20 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:20 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:21 palworld-server  | Got depot key for 1006 result: OK
2025-01-26 15:09:21 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:21 palworld-server  | Processing depot 1006
2025-01-26 15:09:21 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-26 15:09:21 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-26 15:09:21 palworld-server  | Processing depot 2394012
2025-01-26 15:09:21 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-26 15:09:21 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:21 palworld-server  | Downloading depot 1006
2025-01-26 15:09:21 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-26 15:09:21 palworld-server  | Validating /palworld/steamclient.so
2025-01-26 15:09:21 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-26 15:09:22 palworld-server  | /home/steam/server/helper_install.sh: line 170:   106 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-26 15:09:22 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:23 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:23 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:23 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:24 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:24 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:24 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:24 palworld-server  | Processing depot 2394012
2025-01-26 15:09:24 palworld-server  | Downloading depot 2394012 manifest
2025-01-26 15:09:25 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 14532032260658912861
2025-01-26 15:09:26 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:26 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-26 15:09:26 palworld-server  | Disconnected from Steam
2025-01-26 15:09:26 palworld-server  | ./PalServer.sh does not exist.
2025-01-26 15:09:26 palworld-server  | Server Not Installed Properly
2025-01-26 15:09:26 palworld-server  | ****EXECUTING USERMOD****
2025-01-26 15:09:26 palworld-server  | usermod: no changes
2025-01-26 15:09:26 palworld-server  | Server installation not detected.
2025-01-26 15:09:26 palworld-server  | ****Starting Installation****
2025-01-26 15:09:26 palworld-server  | Downloading server files with SteamCMD
2025-01-26 15:09:29 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-26 15:09:29 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-26 15:09:29 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-26 15:09:29 palworld-server  | [  0%] Checking for available updates...
2025-01-26 15:09:29 palworld-server  | [----] Verifying installation...
2025-01-26 15:09:29 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-26 15:09:29 palworld-server  | -- type 'quit' to exit --
2025-01-26 15:09:29 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 386 msec
2025-01-26 15:09:29 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-26 15:09:29 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-26 15:09:29 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-26 15:09:29 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:30 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:31 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:31 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:31 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:32 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:32 palworld-server  | Got depot key for 1006 result: OK
2025-01-26 15:09:33 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:33 palworld-server  | Processing depot 1006
2025-01-26 15:09:33 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-26 15:09:33 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-26 15:09:33 palworld-server  | Processing depot 2394012
2025-01-26 15:09:33 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-26 15:09:33 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:33 palworld-server  | Downloading depot 1006
2025-01-26 15:09:33 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-26 15:09:33 palworld-server  | Validating /palworld/steamclient.so
2025-01-26 15:09:33 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-26 15:09:33 palworld-server  | /home/steam/server/helper_install.sh: line 170:    53 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-26 15:09:33 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:34 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:35 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:35 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:35 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:36 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:36 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:36 palworld-server  | Processing depot 2394012
2025-01-26 15:09:36 palworld-server  | Downloading depot 2394012 manifest
2025-01-26 15:09:36 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 4225211946237562201
2025-01-26 15:09:39 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:39 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-26 15:09:39 palworld-server  | Disconnected from Steam
2025-01-26 15:09:39 palworld-server  | ./PalServer.sh does not exist.
2025-01-26 15:09:39 palworld-server  | Server Not Installed Properly
2025-01-26 15:09:39 palworld-server  | ****EXECUTING USERMOD****
2025-01-26 15:09:39 palworld-server  | usermod: no changes
2025-01-26 15:09:39 palworld-server  | Server installation not detected.
2025-01-26 15:09:39 palworld-server  | ****Starting Installation****
2025-01-26 15:09:39 palworld-server  | Downloading server files with SteamCMD
2025-01-26 15:09:42 palworld-server  | cli: address is not set: to set address add -a host:port
2025-01-26 15:09:42 palworld-server  | /home/steam/server/init.sh: line 33: kill: `': not a pid or valid job spec
2025-01-26 15:09:42 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-26 15:09:42 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-26 15:09:42 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-26 15:09:42 palworld-server  | [  0%] Checking for available updates...
2025-01-26 15:09:42 palworld-server  | [----] Verifying installation...
2025-01-26 15:09:42 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-26 15:09:42 palworld-server  | -- type 'quit' to exit --
2025-01-26 15:09:43 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 385 msec
2025-01-26 15:09:43 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-26 15:09:43 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-26 15:09:43 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-26 15:09:43 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:44 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:44 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:44 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:45 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:45 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:46 palworld-server  | Got depot key for 1006 result: OK
2025-01-26 15:09:46 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:46 palworld-server  | Processing depot 1006
2025-01-26 15:09:46 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-26 15:09:46 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-26 15:09:46 palworld-server  | Processing depot 2394012
2025-01-26 15:09:46 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-26 15:09:46 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:46 palworld-server  | Downloading depot 1006
2025-01-26 15:09:46 palworld-server  | Validating /palworld/steamclient.so
2025-01-26 15:09:46 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-26 15:09:46 palworld-server  |  75.43% /palworld/linux64/steamclient.so
2025-01-26 15:09:47 palworld-server  | /home/steam/server/helper_install.sh: line 170:    61 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-26 15:09:47 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-26 15:09:47 palworld-server  | Connecting to Steam3... Done!
2025-01-26 15:09:48 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-26 15:09:48 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-26 15:09:49 palworld-server  | Got AppInfo for 2394010
2025-01-26 15:09:49 palworld-server  | Using app branch: 'public'.
2025-01-26 15:09:49 palworld-server  | Got depot key for 2394012 result: OK
2025-01-26 15:09:49 palworld-server  | Processing depot 2394012
2025-01-26 15:09:49 palworld-server  | Downloading depot 2394012 manifest
2025-01-26 15:09:50 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 4225211946237562201
2025-01-26 15:09:50 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-26 15:09:50 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-26 15:09:51 palworld-server  | Disconnected from Steam
2025-01-26 15:09:51 palworld-server  | ./PalServer.sh does not exist.
2025-01-26 15:09:51 palworld-server  | Server Not Installed Properly
2036-01-01 00:00:00 
palworld-server exited with code 0

Additional context

same issue as @hcy12321

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

@sonroyaalmerol
Copy link
Contributor

Unfortunately, I don't have access to any M-series Macs. You'll need to do some tests for me to help you. I can guide you through it. Let's try to isolate the issue and see which part is breaking it.

For Macs, steamcmd is basically not an option anymore; thus, the DepotDownloader was included in this container as a fallback option. This part of the logs is expected:

2025-01-26 15:09:29 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 386 msec
2025-01-26 15:09:29 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-26 15:09:29 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-26 15:09:29 palworld-server  | SteamCMD failed, falling back to DepotDownloader

The real issue is DepotDownloader crashing in the middle of a download:

2025-01-26 15:09:33 palworld-server  | Downloading depot 1006
2025-01-26 15:09:33 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-26 15:09:33 palworld-server  | Validating /palworld/steamclient.so
2025-01-26 15:09:33 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-26 15:09:33 palworld-server  | /home/steam/server/helper_install.sh: line 170:    53 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate

53 Illegal instruction usually means a program (in this case, DepotDownloader) is trying to run a syscall/instruction that your specific CPU does not support. It's probably something unique to Apple chips as it's working fine with other ARM64 chips.

Now, there are two possibilities I can think of here:

  1. There is some weird compatibility issue with Docker on Mac with whatever DepotDownloader tries to do.
    • If this is the case, then there is probably something we can do here. However, this is a very vague issue that might be hard for me to diagnose without being able to recreate it myself.
  2. DepotDownloader (or maybe SteamKit, the underlying library they're using) is actually using an instruction that M4 straight up does not support.
    • If this is the case, then I suggest you forward your issue to DepotDownloader as it's a compatibility issue on their end. You may let them refer to this comment of mine if they need more context. I'm guessing it's an instruction that triggers during the actual download process.

To figure out which of the two possibilities is more likely, I suggest testing DepotDownloader outside of the Docker container. I believe they have instructions on how to install it on Mac. Then, try running the command that failed inside the container:

# Make sure to replace /palworld with the actual directory you want to download it to.

DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate

If you were able to download the server outside the container, then it might be a Docker Mac issue. Let me know the results either way.

@jmahlebjian
Copy link

It looks like it was successfully able to download with the command you gave me outside of Docker. Do you need anymore info?

@sonroyaalmerol
Copy link
Contributor

sonroyaalmerol commented Jan 27, 2025

It has something to do with Docker, I see. Did some research and apparently M4 uses arm64v9 instead of the usual arm64v8. Can you try explicitly declaring platform: linux/arm64v8 in your compose file? It would look something like this:

services:
   palworld:
      image: thijsvanloef/palworld-server-docker:latest
      restart: unless-stopped
      platform: linux/arm64v8 # <---- ADD THIS
      container_name: palworld-server
      stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
        # - 8212:8212/tcp  # Port for REST API if REST_API_ENABLED: true
      env_file:
         -  .env
      volumes:
         - ./palworld:/palworld/

You can also try linux/arm64/v8 or just linux/arm64.

Another thing to try is trying out all the options you have in Docker Desktop VMM settings.

If none of those work, you can try using Colima instead of Docker Desktop.

@jmahlebjian
Copy link

Hi @sonroyaalmerol

Not sure how to use Colima. I changed the platform to what you specified and changed the VMM to "Docker VMM". I think I'm getting a different issue now:

2025-01-27 17:35:04 palworld-server  | ****EXECUTING USERMOD****
2025-01-27 17:35:04 palworld-server  | usermod: no changes
2025-01-27 17:35:04 palworld-server  | Downloading server files with SteamCMD
2025-01-27 17:35:23 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-27 17:35:23 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-27 17:35:23 palworld-server  | [  0%] Checking for available updates...
2025-01-27 17:35:23 palworld-server  | [----] Downloading update (17 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [  0%] Downloading update (268 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [  0%] Downloading update (2,337 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [  4%] Downloading update (4,641 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [  9%] Downloading update (6,575 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 13%] Downloading update (8,271 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 16%] Downloading update (9,807 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 20%] Downloading update (11,359 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 23%] Downloading update (12,719 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 25%] Downloading update (14,255 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 29%] Downloading update (15,791 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 32%] Downloading update (17,311 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 35%] Downloading update (21,122 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 43%] Downloading update (23,346 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 47%] Downloading update (24,882 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 50%] Downloading update (26,434 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 53%] Downloading update (27,954 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 57%] Downloading update (30,002 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 61%] Downloading update (35,858 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 73%] Downloading update (37,394 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 76%] Downloading update (38,930 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 79%] Downloading update (39,449 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 80%] Downloading update (40,569 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 82%] Downloading update (41,337 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 84%] Downloading update (42,105 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 85%] Downloading update (42,873 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 87%] Downloading update (43,561 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 88%] Downloading update (44,329 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 90%] Downloading update (45,097 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 92%] Downloading update (45,785 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 93%] Downloading update (46,553 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 95%] Downloading update (47,577 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 97%] Downloading update (48,345 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [ 98%] Downloading update (48,977 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [100%] Downloading update (48,977 of 48,977 KB)...
2025-01-27 17:35:23 palworld-server  | [100%] Download complete.
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Extracting package...
2025-01-27 17:35:23 palworld-server  | [----] Extracting package...
2025-01-27 17:35:23 palworld-server  | [----] Extracting package...
2025-01-27 17:35:23 palworld-server  | [----] Extracting package...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Installing update...
2025-01-27 17:35:23 palworld-server  | [----] Cleaning up...
2025-01-27 17:35:23 palworld-server  | [----] Update complete, launching Steamcmd...
2025-01-27 17:35:23 palworld-server  | UpdateUI: skip show logoCWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 2 items discarded.
2025-01-27 17:35:23 palworld-server  | steamcmd.sh[27]: Restarting steamcmd by request...
2025-01-27 17:35:25 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-27 17:35:25 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-27 17:35:25 palworld-server  | [  0%] Checking for available updates...
2025-01-27 17:35:25 palworld-server  | [----] Verifying installation...
2025-01-27 17:35:25 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-27 17:35:25 palworld-server  | -- type 'quit' to exit --
2025-01-27 17:35:26 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 366 msec
2025-01-27 17:35:26 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-27 17:35:26 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-27 17:35:26 palworld-server  | ****Checking for available container updates****
2025-01-27 17:35:26 palworld-server  | The container is up to date!
2025-01-27 17:35:26 palworld-server  | ****GENERATING CONFIG****
2025-01-27 17:35:26 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-27 17:35:26 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-27 17:35:26 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-27 17:35:26 palworld-server  | ****GENERATING CRONTAB****
2025-01-27 17:35:26 palworld-server  | BACKUP_ENABLED=true
2025-01-27 17:35:26 palworld-server  | Adding cronjob for auto backups
2025-01-27 17:35:26 palworld-server  | time="2025-01-27T22:35:26Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:35:26 palworld-server  | AUTO_UPDATE_ENABLED=true
2025-01-27 17:35:26 palworld-server  | Adding cronjob for auto updating
2025-01-27 17:35:26 palworld-server  | time="2025-01-27T22:35:26Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:35:26 palworld-server  | Cronjobs started
2025-01-27 17:35:26 palworld-server  | ****Starting Server****
2025-01-27 17:35:26 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -NumberOfWorkerThreadsServer=8
2025-01-27 17:35:26 palworld-server  | time="2025-01-27T22:35:26Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:35:26 palworld-server  | time="2025-01-27T22:35:26Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-27 17:35:26 palworld-server  | The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
2025-01-27 17:35:26 palworld-server  | Error: Reading elf header of /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping, Try to launch natively instead
2025-01-27 17:35:37 palworld-server  | ****EXECUTING USERMOD****
2025-01-27 17:35:37 palworld-server  | usermod: no changes
2025-01-27 17:35:37 palworld-server  | Server installation not detected.
2025-01-27 17:35:37 palworld-server  | ****Starting Installation****
2025-01-27 17:35:37 palworld-server  | Downloading server files with SteamCMD
2025-01-27 17:35:40 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-27 17:35:40 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-27 17:35:40 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-27 17:35:40 palworld-server  | [  0%] Checking for available updates...
2025-01-27 17:35:40 palworld-server  | [----] Verifying installation...
2025-01-27 17:35:40 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-27 17:35:40 palworld-server  | -- type 'quit' to exit --
2025-01-27 17:35:40 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 373 msec
2025-01-27 17:35:40 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-27 17:35:40 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-27 17:35:40 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-27 17:35:40 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:35:41 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:35:41 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:35:41 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:35:42 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:35:42 palworld-server  | Using app branch: 'public'.
2025-01-27 17:35:42 palworld-server  | Got depot key for 1006 result: OK
2025-01-27 17:35:42 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:35:42 palworld-server  | Processing depot 1006
2025-01-27 17:35:42 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-27 17:35:42 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-27 17:35:42 palworld-server  | Processing depot 2394012
2025-01-27 17:35:42 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-27 17:35:42 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:35:42 palworld-server  | Downloading depot 1006
2025-01-27 17:35:42 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-27 17:35:42 palworld-server  | Validating /palworld/steamclient.so
2025-01-27 17:35:42 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-27 17:35:42 palworld-server  | 100.00% /palworld/steamclient.so
2025-01-27 17:35:43 palworld-server  | Depot 1006 - Downloaded 0 bytes (0 bytes uncompressed)
2025-01-27 17:35:43 palworld-server  | Downloading depot 2394012
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:35:43 palworld-server  | Validating /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:35:43 palworld-server  |  00.00% /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:35:43 palworld-server  |  00.00% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  |  00.00% /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  |  00.00% /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping
2025-01-27 17:35:43 palworld-server  |  00.01% /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping.sym
2025-01-27 17:35:43 palworld-server  |  00.31% /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:35:43 palworld-server  | Validating /palworld/Pal/Content/Paks/Pal-LinuxServer.pak
2025-01-27 17:35:43 palworld-server  |  00.46% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:35:43 palworld-server  | Validating /palworld/PalServer.sh
2025-01-27 17:35:43 palworld-server  |  00.46% /palworld/PalServer.sh
2025-01-27 17:35:43 palworld-server  |  01.06% /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:35:43 palworld-server  |  02.15% /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:35:43 palworld-server  |  03.49% /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:35:53 palworld-server  | /home/steam/server/helper_install.sh: line 170:    53 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-27 17:35:53 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:35:54 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:35:54 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:35:54 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:35:55 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:35:55 palworld-server  | Using app branch: 'public'.
2025-01-27 17:35:56 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:35:56 palworld-server  | Processing depot 2394012
2025-01-27 17:35:56 palworld-server  | Downloading depot 2394012 manifest
2025-01-27 17:35:56 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 7711616213750482381
2025-01-27 17:35:59 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:35:59 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-27 17:35:59 palworld-server  | Disconnected from Steam
2025-01-27 17:35:59 palworld-server  | ****Checking for available container updates****
2025-01-27 17:35:59 palworld-server  | The container is up to date!
2025-01-27 17:35:59 palworld-server  | ****GENERATING CONFIG****
2025-01-27 17:35:59 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-27 17:35:59 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-27 17:35:59 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-27 17:35:59 palworld-server  | ****GENERATING CRONTAB****
2025-01-27 17:36:00 palworld-server  | BACKUP_ENABLED=true
2025-01-27 17:36:00 palworld-server  | Adding cronjob for auto backups
2025-01-27 17:36:00 palworld-server  | time="2025-01-27T22:36:00Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:00 palworld-server  | AUTO_UPDATE_ENABLED=true
2025-01-27 17:36:00 palworld-server  | Adding cronjob for auto updating
2025-01-27 17:36:00 palworld-server  | time="2025-01-27T22:36:00Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:00 palworld-server  | Cronjobs started
2025-01-27 17:36:00 palworld-server  | ****Starting Server****
2025-01-27 17:36:00 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -NumberOfWorkerThreadsServer=8
2025-01-27 17:36:00 palworld-server  | time="2025-01-27T22:36:00Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:00 palworld-server  | time="2025-01-27T22:36:00Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-27 17:36:00 palworld-server  | The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
2025-01-27 17:36:00 palworld-server  | Error: Reading elf header of /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping, Try to launch natively instead
2025-01-27 17:36:10 palworld-server  | ****EXECUTING USERMOD****
2025-01-27 17:36:10 palworld-server  | usermod: no changes
2025-01-27 17:36:10 palworld-server  | Downloading server files with SteamCMD
2025-01-27 17:36:13 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-27 17:36:13 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-27 17:36:13 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-27 17:36:13 palworld-server  | [  0%] Checking for available updates...
2025-01-27 17:36:13 palworld-server  | [----] Verifying installation...
2025-01-27 17:36:13 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-27 17:36:13 palworld-server  | -- type 'quit' to exit --
2025-01-27 17:36:13 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 376 msec
2025-01-27 17:36:13 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-27 17:36:14 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-27 17:36:14 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-27 17:36:14 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:36:15 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:36:15 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:36:15 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:36:16 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:36:16 palworld-server  | Using app branch: 'public'.
2025-01-27 17:36:17 palworld-server  | Got depot key for 1006 result: OK
2025-01-27 17:36:17 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:36:17 palworld-server  | Processing depot 1006
2025-01-27 17:36:17 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-27 17:36:17 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-27 17:36:17 palworld-server  | Processing depot 2394012
2025-01-27 17:36:17 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-27 17:36:17 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:36:17 palworld-server  | Downloading depot 1006
2025-01-27 17:36:17 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-27 17:36:17 palworld-server  | Validating /palworld/steamclient.so
2025-01-27 17:36:17 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-27 17:36:17 palworld-server  | 100.00% /palworld/steamclient.so
2025-01-27 17:36:17 palworld-server  | Depot 1006 - Downloaded 0 bytes (0 bytes uncompressed)
2025-01-27 17:36:17 palworld-server  | Downloading depot 2394012
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:36:17 palworld-server  | Validating /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:36:17 palworld-server  |  00.00% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:36:17 palworld-server  |  00.00% /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  |  00.00% /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  |  00.00% /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping
2025-01-27 17:36:17 palworld-server  |  00.01% /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping.sym
2025-01-27 17:36:17 palworld-server  |  00.16% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:36:17 palworld-server  | Validating /palworld/Pal/Content/Paks/Pal-LinuxServer.pak
2025-01-27 17:36:17 palworld-server  |  00.46% /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:36:17 palworld-server  | Validating /palworld/PalServer.sh
2025-01-27 17:36:17 palworld-server  |  00.46% /palworld/PalServer.sh
2025-01-27 17:36:17 palworld-server  |  01.06% /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:36:17 palworld-server  |  02.15% /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:36:17 palworld-server  |  03.49% /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:36:28 palworld-server  | /home/steam/server/helper_install.sh: line 170:    54 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-27 17:36:28 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:36:28 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:36:28 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:36:28 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:36:29 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:36:29 palworld-server  | Using app branch: 'public'.
2025-01-27 17:36:29 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:36:29 palworld-server  | Processing depot 2394012
2025-01-27 17:36:29 palworld-server  | Downloading depot 2394012 manifest
2025-01-27 17:36:29 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 7711616213750482381
2025-01-27 17:36:30 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:36:30 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-27 17:36:30 palworld-server  | Disconnected from Steam
2025-01-27 17:36:30 palworld-server  | ****Checking for available container updates****
2025-01-27 17:36:30 palworld-server  | The container is up to date!
2025-01-27 17:36:30 palworld-server  | ****GENERATING CONFIG****
2025-01-27 17:36:30 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-27 17:36:30 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-27 17:36:30 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-27 17:36:30 palworld-server  | ****GENERATING CRONTAB****
2025-01-27 17:36:30 palworld-server  | BACKUP_ENABLED=true
2025-01-27 17:36:30 palworld-server  | Adding cronjob for auto backups
2025-01-27 17:36:30 palworld-server  | time="2025-01-27T22:36:30Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:30 palworld-server  | AUTO_UPDATE_ENABLED=true
2025-01-27 17:36:30 palworld-server  | Adding cronjob for auto updating
2025-01-27 17:36:30 palworld-server  | time="2025-01-27T22:36:30Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:30 palworld-server  | Cronjobs started
2025-01-27 17:36:30 palworld-server  | time="2025-01-27T22:36:30Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:36:30 palworld-server  | time="2025-01-27T22:36:30Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-27 17:36:30 palworld-server  | ****Starting Server****
2025-01-27 17:36:30 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -NumberOfWorkerThreadsServer=8
2025-01-27 17:36:30 palworld-server  | The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
2025-01-27 17:36:30 palworld-server  | Error: Reading elf header of /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping, Try to launch natively instead
2025-01-27 17:36:41 palworld-server  | ****EXECUTING USERMOD****
2025-01-27 17:36:41 palworld-server  | usermod: no changes
2025-01-27 17:36:41 palworld-server  | Downloading server files with SteamCMD
2025-01-27 17:36:43 palworld-server  | cli: execute: auth: rcon: dial tcp 127.0.0.1:25575: connect: connection refused
2025-01-27 17:36:43 palworld-server  | /home/steam/server/init.sh: line 33: kill: `': not a pid or valid job spec
2025-01-27 17:36:43 palworld-server  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
2025-01-27 17:36:43 palworld-server  | Logging directory: '/home/steam/Steam/logs'
2025-01-27 17:36:43 palworld-server  | Looks like steam didn't shutdown cleanly, scheduling immediate update check
2025-01-27 17:36:43 palworld-server  | [  0%] Checking for available updates...
2025-01-27 17:36:43 palworld-server  | [----] Verifying installation...
2025-01-27 17:36:43 palworld-server  | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1737515347
2025-01-27 17:36:43 palworld-server  | -- type 'quit' to exit --
2025-01-27 17:36:44 palworld-server  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 389 msec
2025-01-27 17:36:44 palworld-server  | Fatal error: futex robust_list not initialized by pthreads
2025-01-27 17:36:44 palworld-server  | src/common/framefunction.cpp (238) : Assertion Failed: CFrameFunctionMgr::~CFrameFunctionMgr: non static FrameFunction[Bootstrapper HTTP Client] still registered
2025-01-27 17:36:44 palworld-server  | SteamCMD failed, falling back to DepotDownloader
2025-01-27 17:36:44 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:36:45 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:36:46 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:36:46 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:36:47 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:36:47 palworld-server  | Using app branch: 'public'.
2025-01-27 17:36:48 palworld-server  | Got depot key for 1006 result: OK
2025-01-27 17:36:48 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:36:48 palworld-server  | Processing depot 1006
2025-01-27 17:36:48 palworld-server  | Already have manifest 7138471031118904166 for depot 1006.
2025-01-27 17:36:48 palworld-server  | Manifest 7138471031118904166 (05/30/2024 16:31:09)
2025-01-27 17:36:48 palworld-server  | Processing depot 2394012
2025-01-27 17:36:48 palworld-server  | Already have manifest 2423583208459052375 for depot 2394012.
2025-01-27 17:36:48 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:36:48 palworld-server  | Downloading depot 1006
2025-01-27 17:36:48 palworld-server  | Validating /palworld/linux64/steamclient.so
2025-01-27 17:36:48 palworld-server  | Validating /palworld/steamclient.so
2025-01-27 17:36:48 palworld-server  |  48.68% /palworld/linux64/steamclient.so
2025-01-27 17:36:48 palworld-server  | 100.00% /palworld/steamclient.so
2025-01-27 17:36:48 palworld-server  | Depot 1006 - Downloaded 0 bytes (0 bytes uncompressed)
2025-01-27 17:36:48 palworld-server  | Downloading depot 2394012
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:36:48 palworld-server  | Validating /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:36:48 palworld-server  |  00.00% /palworld/DefaultPalWorldSettings.ini
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  |  00.00% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.tps
2025-01-27 17:36:48 palworld-server  |  00.00% /palworld/Manifest_DebugFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  |  00.00% /palworld/Manifest_NonUFSFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  |  00.01% /palworld/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping.sym
2025-01-27 17:36:48 palworld-server  |  00.16% /palworld/Engine/Content/SlateDebug/Fonts/LastResort.ttf
2025-01-27 17:36:48 palworld-server  | Validating /palworld/Pal/Content/Paks/Pal-LinuxServer.pak
2025-01-27 17:36:48 palworld-server  |  00.46% /palworld/Manifest_UFSFiles_Linux.txt
2025-01-27 17:36:48 palworld-server  | Validating /palworld/PalServer.sh
2025-01-27 17:36:48 palworld-server  |  00.46% /palworld/PalServer.sh
2025-01-27 17:36:49 palworld-server  |  01.06% /palworld/Engine/Binaries/Linux/CrashReportClient.sym
2025-01-27 17:36:49 palworld-server  |  02.06% /palworld/Engine/Binaries/Linux/CrashReportClient
2025-01-27 17:36:49 palworld-server  |  03.55% /palworld/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak
2025-01-27 17:36:59 palworld-server  | /home/steam/server/helper_install.sh: line 170:    61 Illegal instruction     DepotDownloader -app 2394010 -os linux -osarch 64 -dir /palworld -validate
2025-01-27 17:36:59 palworld-server  | No username given. Using anonymous account with dedicated server subscription.
2025-01-27 17:37:00 palworld-server  | Connecting to Steam3... Done!
2025-01-27 17:37:00 palworld-server  | Logging anonymously into Steam3... Done!
2025-01-27 17:37:00 palworld-server  | Using Steam3 suggested CellID: 82
2025-01-27 17:37:01 palworld-server  | Got AppInfo for 2394010
2025-01-27 17:37:01 palworld-server  | Using app branch: 'public'.
2025-01-27 17:37:01 palworld-server  | Got depot key for 2394012 result: OK
2025-01-27 17:37:01 palworld-server  | Processing depot 2394012
2025-01-27 17:37:01 palworld-server  | Downloading depot 2394012 manifest
2025-01-27 17:37:01 palworld-server  | Got manifest request code for depot 2394012 from app 2394010, manifest 2423583208459052375, result: 7711616213750482381
2025-01-27 17:37:01 palworld-server  | Manifest 2423583208459052375 (01/21/2025 21:24:00)
2025-01-27 17:37:01 palworld-server  | Total downloaded: 0 bytes (0 bytes uncompressed) from 1 depots
2025-01-27 17:37:02 palworld-server  | Disconnected from Steam
2025-01-27 17:37:02 palworld-server  | ****Checking for available container updates****
2025-01-27 17:37:03 palworld-server  | The container is up to date!
2025-01-27 17:37:03 palworld-server  | ****GENERATING CONFIG****
2025-01-27 17:37:03 palworld-server  | Using Env vars to create PalWorldSettings.ini
2025-01-27 17:37:03 palworld-server  | ****Compiling PalWorldSettings.ini****
2025-01-27 17:37:03 palworld-server  | Compiling PalWorldSettings.ini done!
2025-01-27 17:37:03 palworld-server  | ****GENERATING CRONTAB****
2025-01-27 17:37:03 palworld-server  | BACKUP_ENABLED=true
2025-01-27 17:37:03 palworld-server  | Adding cronjob for auto backups
2025-01-27 17:37:03 palworld-server  | time="2025-01-27T22:37:03Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:37:03 palworld-server  | AUTO_UPDATE_ENABLED=true
2025-01-27 17:37:03 palworld-server  | Adding cronjob for auto updating
2025-01-27 17:37:03 palworld-server  | time="2025-01-27T22:37:03Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:37:03 palworld-server  | Cronjobs started
2025-01-27 17:37:03 palworld-server  | time="2025-01-27T22:37:03Z" level=warning msg="process reaping disabled, not pid 1"
2025-01-27 17:37:03 palworld-server  | time="2025-01-27T22:37:03Z" level=info msg="read crontab: /home/steam/server/crontab"
2025-01-27 17:37:03 palworld-server  | ****Starting Server****
2025-01-27 17:37:03 palworld-server  | ./PalServer-arm64.sh -port=8211 -queryport=27015 -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -NumberOfWorkerThreadsServer=8
2025-01-27 17:37:03 palworld-server  | The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
2025-01-27 17:37:03 palworld-server  | Error: Reading elf header of /palworld/Pal/Binaries/Linux/PalServer-Linux-Shipping, Try to launch natively instead
2036-01-01 00:00:00 
palworld-server exited with code 137

Please take a look and thank you for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for feedback Waiting until author responds
Projects
None yet
Development

No branches or pull requests

5 participants