thijsvanloef / palworld-server-docker

A Docker Container to easily run a Palworld dedicated server.
https://hub.docker.com/r/thijsvanloef/palworld-server-docker
MIT License
2.42k stars 296 forks source link

Palworld Server is not updating #548

Closed mmkk20158 closed 3 months ago

mmkk20158 commented 3 months ago

Describe the bug

Trying to log in via steam gives me version error, steam is running 2.4.0 while the image locally is running 2.2.0. i've tried recreating pulling the latest image, but no luck

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'steam'
  2. Click on 'open palworld'
  3. Attempt to connect
  4. See error

Expected behavior

game launches on self hosted server

Actual behavior

version error

docker-compose.yml contents (IMPORTANT)

thijsvanloef/palworld-server-docker:latest@sha256:4cf0db01522078aa0c971779df291b101f9227c6d240a6a5a03a2aeb1dd981e1

Bug Report Checklist

thijsvanloef commented 3 months ago

Are you able to share your logs and the content of your docker-compose.yml/run command?

mmkk20158 commented 3 months ago

i haven't played in a while but was working prior (a few months ago)

@palworld:~/guides$ docker inspect palworld-server-old
[
    {
        "Id": "531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235",
        "Created": "2024-05-28T17:44:53.745892688Z",
        "Path": "/home/steam/server/init.sh",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 22760,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-05-28T17:44:54.558814954Z",
            "FinishedAt": "0001-01-01T00:00:00Z",
            "Health": {
                "Status": "healthy",
                "FailingStreak": 0,
                "Log": [
                    {
                        "Start": "2024-05-28T17:53:55.071861594Z",
                        "End": "2024-05-28T17:53:55.095777598Z",
                        "ExitCode": 0,
                        "Output": ""
                    },
                    {
                        "Start": "2024-05-28T17:54:25.097285358Z",
                        "End": "2024-05-28T17:54:25.120403622Z",
                        "ExitCode": 0,
                        "Output": ""
                    },
                    {
                        "Start": "2024-05-28T17:54:55.121052083Z",
                        "End": "2024-05-28T17:54:55.144661496Z",
                        "ExitCode": 0,
                        "Output": ""
                    },
                    {
                        "Start": "2024-05-28T17:55:25.145541034Z",
                        "End": "2024-05-28T17:55:25.167736428Z",
                        "ExitCode": 0,
                        "Output": ""
                    },
                    {
                        "Start": "2024-05-28T17:55:55.168092405Z",
                        "End": "2024-05-28T17:55:55.189704699Z",
                        "ExitCode": 0,
                        "Output": ""
                    }
                ]
            }
        },
        "Image": "sha256:4cf0db01522078aa0c971779df291b101f9227c6d240a6a5a03a2aeb1dd981e1",
        "ResolvConfPath": "/var/lib/docker/containers/531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235/hostname",
        "HostsPath": "/var/lib/docker/containers/531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235/hosts",
        "LogPath": "/var/lib/docker/containers/531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235/531af10cdefc7f064969790da80ef0b6261e1dbddd6463d6a5b16a85d6933235-json.log",
        "Name": "/palworld-server-old",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/opt/stacks/palworld/data:/palworld"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "palworld_default",
            "PortBindings": {
                "27015/udp": [
                    {
                        "HostIp": "",
                        "HostPort": "27015"
                    }
                ],
                "8211/udp": [
                    {
                        "HostIp": "",
                        "HostPort": "8211"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "ConsoleSize": [
                0,
                0
            ],
            "CapAdd": [
                "AUDIT_WRITE",
                "CHOWN",
                "DAC_OVERRIDE",
                "FOWNER",
                "FSETID",
                "KILL",
                "MKNOD",
                "NET_BIND_SERVICE",
                "NET_RAW",
                "SETFCAP",
                "SETGID",
                "SETPCAP",
                "SETUID",
                "SYS_CHROOT"
            ],
            "CapDrop": [
                "AUDIT_CONTROL",
                "BLOCK_SUSPEND",
                "DAC_READ_SEARCH",
                "IPC_LOCK",
                "IPC_OWNER",
                "LEASE",
                "LINUX_IMMUTABLE",
                "MAC_ADMIN",
                "MAC_OVERRIDE",
                "NET_ADMIN",
                "NET_BROADCAST",
                "SYSLOG",
                "SYS_ADMIN",
                "SYS_BOOT",
                "SYS_MODULE",
                "SYS_NICE",
                "SYS_PACCT",
                "SYS_PTRACE",
                "SYS_RAWIO",
                "SYS_RESOURCE",
                "SYS_TIME",
                "SYS_TTY_CONFIG",
                "WAKE_ALARM"
            ],
            "CgroupnsMode": "private",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": [],
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": [],
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware",
                "/sys/devices/virtual/powercap"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/e4c76e4ba86f7124faedd1e6021861c9dbadbe664cdb72602ecbb4ca0b411c2f-init/diff:/var/lib/docker/overlay2/32f58a3ce6f2384acce8609e8ae2167aac73fd9fdcac7958958c3da064d9acf4/diff:/var/lib/docker/overlay2/78f05fc51f17e19deeb113b93ef585eccc6c0c8f08ea3c132f1b7080c18fb32b/diff:/var/lib/docker/overlay2/2b0735fd41909a2d462f5742f34b754c73662fd2136f82f49efa086f2e9bb8d9/diff:/var/lib/docker/overlay2/b39833efabc47422198005f4e3c463425cf3694b6f7d3bd166a7a0abda1b2dba/diff:/var/lib/docker/overlay2/a8984d8abbfcc7b0f44aefd2b630b2eb5cd1e3885e6213bc12931d73f48db258/diff:/var/lib/docker/overlay2/7eefa4af40fe2e53e6e194d49ef956b3d967e597bc475f198067df56ad7c8f32/diff:/var/lib/docker/overlay2/2ebe867274f5bc7b26f14bc4eaf4d2b9233083f45a74f28082579053cf1ba281/diff:/var/lib/docker/overlay2/41d2666f85570dcec677b6897627bc4e34a8aa0d793ba2fed317e8a80aaa7804/diff:/var/lib/docker/overlay2/0bf090b9245850e6083ba376d0cf7acf63b8a26fc6d05c15e5af14b966e9d6ae/diff:/var/lib/docker/overlay2/f39036e037d2954f0d206c8d15093fec6781ac6c7bef06b5423f25782526d288/diff:/var/lib/docker/overlay2/8e3e11c733c703f66606b9c88a4d041635d48c3df07b842b77ad56d19d4907fb/diff",
                "MergedDir": "/var/lib/docker/overlay2/e4c76e4ba86f7124faedd1e6021861c9dbadbe664cdb72602ecbb4ca0b411c2f/merged",
                "UpperDir": "/var/lib/docker/overlay2/e4c76e4ba86f7124faedd1e6021861c9dbadbe664cdb72602ecbb4ca0b411c2f/diff",
                "WorkDir": "/var/lib/docker/overlay2/e4c76e4ba86f7124faedd1e6021861c9dbadbe664cdb72602ecbb4ca0b411c2f/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/opt/stacks/palworld/data",
                "Destination": "/palworld",
                "Mode": "",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "00c6aac8ffee",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": true,
            "AttachStderr": true,
            "ExposedPorts": {
                "25575/tcp": {},
                "27015/udp": {},
                "8211/udp": {}
            },
            "Tty": true,
            "OpenStdin": true,
            "StdinOnce": false,
            "Env": [
                "COMMUNITY=false",
                "PLAYERS=8",
                "PGID=1000",
                "PUID=1000",
                "SERVER_NAME=pappy",
                "MULTITHREADING=true",
                "ADMIN_PASSWORD=pappy",
                "RCON_PORT=25575",
                "TZ=UTC",
                "RCON_ENABLED=true",
                "SERVER_PASSWORD=\"\"",
                "PORT=8211",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "USER=steam",
                "HOMEDIR=/home/steam",
                "STEAMCMDDIR=/home/steam/steamcmd",
                "RCON_MD5SUM=8601c70dcab2f90cd842c127f700e398",
                "SUPERCRONIC_SHA1SUM=cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b",
                "RCON_VERSION=0.10.3",
                "SUPERCRONIC_VERSION=0.2.29",
                "PUBLIC_IP=10.1.40.2",
                "PUBLIC_PORT=",
                "UPDATE_ON_BOOT=true",
                "QUERY_PORT=27015",
                "SERVER_DESCRIPTION=",
                "BACKUP_ENABLED=true",
                "DELETE_OLD_BACKUPS=false",
                "OLD_BACKUP_DAYS=30",
                "BACKUP_CRON_EXPRESSION=0 0 * * *",
                "AUTO_UPDATE_ENABLED=false",
                "AUTO_UPDATE_CRON_EXPRESSION=0 * * * *",
                "AUTO_UPDATE_WARN_MINUTES=30",
                "AUTO_REBOOT_ENABLED=false",
                "AUTO_REBOOT_WARN_MINUTES=5",
                "AUTO_REBOOT_CRON_EXPRESSION=0 0 * * *",
                "PLAYER_STOMACH_DECREASE_RATE=.1",
                "PLAYER_STAMINA_DECREASE_RATE=.1",
                "PAL_STOMACH_DECREASE_RATE=.1",
                "PAL_STAMINA_DECREASE_RATE=.1",
                "DEATH_PENALTY=None",
                "DISCORD_WEBHOOK_URL=",
                "DISCORD_CONNECT_TIMEOUT=30",
                "DISCORD_MAX_TIMEOUT=30",
                "DISCORD_PRE_UPDATE_BOOT_MESSAGE=Server is updating...",
                "DISCORD_POST_UPDATE_BOOT_MESSAGE=Server update complete!",
                "DISCORD_PRE_START_MESSAGE=Server has been started!",
                "DISCORD_PRE_SHUTDOWN_MESSAGE=Server is shutting down...",
                "DISCORD_POST_SHUTDOWN_MESSAGE=Server has been stopped!",
                "HOME=/home/steam",
                "AUTO_REBOOT_EVEN_IF_PLAYERS_ONLINE=false",
                "ENABLE_PLAYER_LOGGING=true",
                "PLAYER_LOGGING_POLL_PERIOD=5",
                "EXP_RATE=2",
                "REST_API_PORT=8212",
                "DISCORD_SUPPRESS_NOTIFICATIONS=",
                "DISCORD_PRE_UPDATE_BOOT_MESSAGE_URL=",
                "DISCORD_PRE_UPDATE_BOOT_MESSAGE_ENABLED=true",
                "DISCORD_POST_UPDATE_BOOT_MESSAGE_URL=",
                "DISCORD_POST_UPDATE_BOOT_MESSAGE_ENABLED=true",
                "DISCORD_PRE_START_MESSAGE_URL=",
                "DISCORD_PRE_START_MESSAGE_ENABLED=true",
                "DISCORD_PRE_SHUTDOWN_MESSAGE_URL=",
                "DISCORD_PRE_SHUTDOWN_MESSAGE_ENABLED=true",
                "DISCORD_POST_SHUTDOWN_MESSAGE_URL=",
                "DISCORD_POST_SHUTDOWN_MESSAGE_ENABLED=true",
                "DISCORD_PLAYER_JOIN_MESSAGE=player_name has joined Palworld!",
                "DISCORD_PLAYER_JOIN_MESSAGE_URL=",
                "DISCORD_PLAYER_JOIN_MESSAGE_ENABLED=true",
                "DISCORD_PLAYER_LEAVE_MESSAGE=player_name has left Palworld.",
                "DISCORD_PLAYER_LEAVE_MESSAGE_URL=",
                "DISCORD_PLAYER_LEAVE_MESSAGE_ENABLED=true",
                "DISCORD_PRE_BACKUP_MESSAGE=Creating backup...",
                "DISCORD_PRE_BACKUP_MESSAGE_URL=",
                "DISCORD_PRE_BACKUP_MESSAGE_ENABLED=true",
                "DISCORD_POST_BACKUP_MESSAGE=Backup created at file_path",
                "DISCORD_POST_BACKUP_MESSAGE_URL=",
                "DISCORD_POST_BACKUP_MESSAGE_ENABLED=true",
                "DISCORD_PRE_BACKUP_DELETE_MESSAGE=Removing backups older than old_backup_days days",
                "DISCORD_PRE_BACKUP_DELETE_MESSAGE_URL=",
                "DISCORD_PRE_BACKUP_DELETE_MESSAGE_ENABLED=true",
                "DISCORD_POST_BACKUP_DELETE_MESSAGE=Removed backups older than old_backup_days days",
                "DISCORD_POST_BACKUP_DELETE_MESSAGE_URL=",
                "DISCORD_POST_BACKUP_DELETE_MESSAGE_ENABLED=true",
                "DISCORD_ERR_BACKUP_DELETE_MESSAGE=Unable to delete old backups, OLD_BACKUP_DAYS is not an integer. OLD_BACKUP_DAYS=old_backup_days",
                "DISCORD_ERR_BACKUP_DELETE_MESSAGE_URL=",
                "DISCORD_ERR_BACKUP_DELETE_MESSAGE_ENABLED=true",
                "ARM_COMPATIBILITY_MODE=false",
                "DISABLE_GENERATE_ENGINE=true"
            ],
            "Cmd": null,
            "Healthcheck": {
                "Test": [
                    "CMD-SHELL",
                    "pgrep \"PalServer-Linux\" > /dev/null || exit 1"
                ],
                "StartPeriod": 300000000000
            },
            "Image": "thijsvanloef/palworld-server-docker:latest",
            "Volumes": {
                "/palworld": {}
            },
            "WorkingDir": "/home/steam/server",
            "Entrypoint": [
                "/home/steam/server/init.sh"
            ],
            "MacAddress": "02:42:ac:12:00:02",
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "863949d0fc465a7f0b5dbf475d2a9328783ffefc1a91fe8154d1c17fea7160f0",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.depends_on": "",
                "com.docker.compose.image": "sha256:1c371881911212af8a485c987ee6dbf45278af7765d5f443d5ffa4c49771274e",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "palworld",
                "com.docker.compose.project.config_files": "/opt/stacks/palworld/compose.yaml",
                "com.docker.compose.project.working_dir": "/opt/stacks/palworld",
                "com.docker.compose.service": "palworld",
                "com.docker.compose.version": "2.24.5",
                "dockerhub": "https://hub.docker.com/r/thijsvanloef/palworld-server-docker",
                "github": "https://github.com/thijsvanloef/palworld-server-docker",
                "maintainer": "thijs@loef.dev",
                "name": "thijsvanloef/palworld-server-docker",
                "org.opencontainers.image.authors": "Thijs van Loef",
                "org.opencontainers.image.source": "https://github.com/thijsvanloef/palworld-server-docker"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "33b3a01389a19eb88b0d73883a081d5ace95b5d5aa8928ae3e6e0987e52ea6c4",
            "SandboxKey": "/var/run/docker/netns/33b3a01389a1",
            "Ports": {
                "25575/tcp": null,
                "27015/udp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "27015"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "27015"
                    }
                ],
                "8211/udp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "8211"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "8211"
                    }
                ]
            },
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "palworld_default": {
                    "IPAMConfig": {},
                    "Links": null,
                    "Aliases": [
                        "palworld-server",
                        "palworld",
                        "00c6aac8ffee",
                        "82fea295833c",
                        "29c63b712b73",
                        "531af10cdefc"
                    ],
                    "MacAddress": "02:42:ac:12:00:02",
                    "NetworkID": "18a340ad2c1c92f33b4bdb15e417b6ef06a5a678c130aedc0b5aee1f23af2daf",
                    "EndpointID": "7711fa129a20940d175c7082dc9672bec6430e229627f832796c66088962c1a9",
                    "Gateway": "172.18.0.1",
                    "IPAddress": "172.18.0.2",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DriverOpts": null,
                    "DNSNames": [
                        "palworld-server-old",
                        "palworld-server",
                        "palworld",
                        "00c6aac8ffee",
                        "82fea295833c",
                        "29c63b712b73",
                        "531af10cdefc"
                    ]
                }
            }
        }
    }
]
mmkk20158 commented 3 months ago
[ 25%] Downloading update (17,610 of 58,671 KB)...
[ 30%] Downloading update (20,282 of 58,671 KB)...
[ 34%] Downloading update (22,747 of 58,671 KB)...
[ 38%] Downloading update (25,070 of 58,671 KB)...
[ 42%] Downloading update (27,754 of 58,671 KB)...
[ 47%] Downloading update (30,279 of 58,671 KB)...
[ 51%] Downloading update (32,629 of 58,671 KB)...
[ 55%] Downloading update (35,055 of 58,671 KB)...
[ 59%] Downloading update (37,811 of 58,671 KB)...
[ 64%] Downloading update (40,121 of 58,671 KB)...
[ 68%] Downloading update (41,578 of 58,671 KB)...
[ 70%] Downloading update (43,053 of 58,671 KB)...
[ 73%] Downloading update (44,278 of 58,671 KB)...
[ 75%] Downloading update (45,618 of 58,671 KB)...
[ 77%] Downloading update (46,863 of 58,671 KB)...
[ 79%] Downloading update (48,104 of 58,671 KB)...
[ 81%] Downloading update (49,456 of 58,671 KB)...
[ 84%] Downloading update (50,665 of 58,671 KB)...
[ 86%] Downloading update (51,881 of 58,671 KB)...
[ 88%] Downloading update (53,190 of 58,671 KB)...
[ 90%] Downloading update (54,387 of 58,671 KB)...
[ 92%] Downloading update (55,635 of 58,671 KB)...
[ 94%] Downloading update (56,971 of 58,671 KB)...
[ 97%] Downloading update (58,220 of 58,671 KB)...
[ 99%] Downloading update (58,671 of 58,671 KB)...
[100%] Download complete.
[----] Installing update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
UpdateUI: skip show logosteamcmd.sh[38]: Restarting steamcmd by request...
Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
Logging directory: '/home/steam/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1716584438
-- type 'quit' to exit --
Loading Steam API...OK
"@sSteamCmdForcePlatformType" = "linux"
"@sSteamCmdForcePlatformBitness" = "64"

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '2394010' state is 0x226 after update job.
****Checking for available container updates****
The container is up to date!
****GENERATING CONFIG****
Using Env vars to create PalWorldSettings.ini
****Compiling PalWorldSettings.ini****
Compiling PalWorldSettings.ini done!
****GENERATING CRONTAB****
BACKUP_ENABLED=true
Adding cronjob for auto backups
Cronjobs started
****Starting Server****
./PalServer.sh -port=8211 -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
The file already exists: /palworld/Pal/Binaries/Linux/steamclient.so
INFO[2024-05-28T17:45:38Z] read crontab: /home/steam/server/crontab     
Shutdown handler: initalize.
5.1.1-0+++UE5+Release-5.1 1008 0
Disabling core dumps.
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
Setting breakpad minidump AppID = 2394010
[S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
Waiting for RCON(25575) port to open to show player logging...
[2024-05-28 17:45:43] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:45:48] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:45:53] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:45:58] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:03] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:08] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:13] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:18] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:24] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:29] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:34] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:39] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:44] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:49] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:54] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:46:59] [LOG] RCON executed the command. ShowPlayers
[2024-05-28 17:47:04] [LOG] RCON executed the command. ShowPlayers

root@00c6aac8ffee:~/Steam/logs# cat stderr.txt
05/28 17:45:29 minidumps folder is set to /tmp/dumps
05/28 17:45:29 Init: Installing breakpad exception handler for appid(steam)/version(1716584438)/tid(63)
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
thijsvanloef commented 3 months ago

Do you have enough free space on your computer to download and install the update?

mmkk20158 commented 3 months ago

yes. the vm i created has 16gb and i'm only using a small portion of that.

pal@palworld:~$ df -h
Filesystem                         Size  Used Avail Use% Mounted on
tmpfs                              1.5G  1.1M  1.5G   1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv   15G   14G  653M  96% /
tmpfs                              7.5G     0  7.5G   0% /dev/shm
tmpfs                              5.0M     0  5.0M   0% /run/lock
/dev/sda2                          2.0G  252M  1.6G  14% /boot
tmpfs                              1.6G  4.0K  1.6G   1% /run/user/1000
pal@palworld:~$
mmkk20158 commented 3 months ago

i read the output wrong, it was space you can close this. need to clean up backups