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 297 forks source link

Running Error #28

Closed z499738316 closed 7 months ago

z499738316 commented 8 months ago

sh: 1: ./PalServer.sh: not found STARTING SERVERExecuting usermod... usermod: no changes /home/steam/steamcmd/steamcmd.sh: line 38: /home/steam/steamcmd/linux32/steamcmd: cannot execute binary file: Exec format error STARTING INSTALL/UPDATE./PalServer.sh -port=8211 -players=16 -publicip=121.222.82.122 -publicport=8211 -servername=REDACTED -serverpassword=REDACTED -adminpassword=REDACTED sh: 1: ./PalServer.sh: not found STARTING SERVERExecuting usermod... usermod: no changes /home/steam/steamcmd/steamcmd.sh: line 38: /home/steam/steamcmd/linux32/steamcmd: cannot execute binary file: Exec format error STARTING INSTALL/UPDATE./PalServer.sh -port=8211 -players=16 -publicip=121.222.82.122 -publicport=8211 -servername=REDACTED -serverpassword=REDACTED-adminpassword=REDACTED sh: 1: ./PalServer.sh: not found STARTING SERVERExecuting usermod... usermod: no changes /home/steam/steamcmd/steamcmd.sh: line 38: /home/steam/steamcmd/linux32/steamcmd: cannot execute binary file: Exec format error STARTING INSTALL/UPDATE./PalServer.sh -port=8211 -players=16 -publicip=121.222.82.122 -publicport=8211 -servername=REDACTED -serverpassword=REDACTED -adminpassword=REDACTED sh: 1: ./PalServer.sh: not found *STARTING SERVER*****

thijsvanloef commented 8 months ago

On what device are you running this? Exec format error usually happens if you are running it on an ARM64 based server (Raspberry Pi/Oracle Ampere A1 etc.)

z499738316 commented 8 months ago

Real x86_ 64 Runs this image

您在什么设备上运行它?如果您在基于 ARM64 的服务器(Raspberry Pi/Oracle Ampere A1 等)上运行它,通常会发生 Exec 格式错误

z499738316 commented 8 months ago

image

z499738316 commented 8 months ago

image

thijsvanloef commented 8 months ago

You seem to be running IStoreOS, I'm not sure if my container is compatible with that OS.

fynaltgn commented 8 months ago

U know if is compatible with synology? I'm having trouble running it @thijsvanloef

thijsvanloef commented 8 months ago

@fynaltgn if you are having trouble with synology please open a new bug report so I can help you there: https://github.com/thijsvanloef/palworld-server-docker/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=

thadude3 commented 8 months ago

I saw this same issue on a freshly deployed image. running on linux x86_64 Ubuntu 20.04.6 LTS

z499738316 commented 7 months ago

It may be because the steamcmd program is 32-bit, causing it to fail to run

thadude3 commented 7 months ago

I saw this same issue on a freshly deployed image. running on linux x86_64 Ubuntu 20.04.6 LTS

in my case it was user error. steamcmd was failing because I didn't have enough diskspace. "Error! App '2394010' state is 0x202 after update job."

JakeCooper commented 7 months ago

Running into this with the latest image attempting to deploy on Railway

hengwuming commented 7 months ago

I have the same problem. Have you solved it?

thijsvanloef commented 7 months ago

@z499738316 For now I can only recommend you try to setup a server without docker to see if this issue persists. If it does not persist it is an issue with my container. If you get the same error, it is an issue for the Palworld devs. Please reopen this issue if you need further assistance.