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.43k stars 295 forks source link

./PalServer.sh : No such file or directory #198

Closed justlikemaki closed 9 months ago

justlikemaki commented 9 months ago

stdout: [0;32mEXECUTING USERMOD[0m stdout: usermod: no changes stdout: [0;32mSTARTING INSTALL/UPDATE[0m stderr: /home/steam/steamcmd/steamcmd.sh: line 39: 24 Segmentation fault $DEBUGGER "$STEAMEXE" "$@" stdout: [0;32mCHECKING FOR EXISTING CONFIG[0m stdout: [0;32mGENERATING CONFIG[0m stderr: timeout: failed to run command './PalServer.sh': No such file or directory stderr: cp: cannot stat '/palworld/DefaultPalWorldSettings.ini': No such file or directory stdout: PLAYERS=16 stderr: sed: can't read /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini: No such file or directory stdout: RCON_ENABLED=true stderr: sed: can't read /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini: No such file or directory stdout: RCON_PORT=25575 stderr: sed: can't read /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini: No such file or directory stdout: [0;32mSTARTING SERVER[0m stdout: ./PalServer.sh -port=8211 -servername=World of Pals -serverpassword=worldofpals -adminpassword=adminPasswordHere -queryport=27015 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS stderr: ./start.sh: line 301: ./PalServer.sh: No such file or directory stdout: [0;32mEXECUTING USERMOD[0m stdout: usermod: no changes

justlikemaki commented 9 months ago

2024-01-29_15-37

ShoeBoom commented 9 months ago

Possibly either missing directory or permissions issue

what does your config look like?

Illydth commented 9 months ago

So in this case look at:

stdout: [0;32mSTARTING INSTALL/UPDATE[0m stderr: /home/steam/steamcmd/steamcmd.sh: line 39: 24 Segmentation fault $DEBUGGER "$STEAMEXE" "$@"

The steam CMD seg faulted upon running...thus it didn't download anything for your game into the data volume and thus no Sever.whatever file. You'll get the same problem if you use their ENV file because they've got "" around most values which passes through to the container literally.

thijsvanloef commented 9 months ago

@justlikemaki You have not responded in a couple of days, please reopen the issue if it still persists