jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
909 stars 158 forks source link

/servermanager.sh: line 37: ./PalServer.sh: No such file or directory #2

Closed Tripp024 closed 10 months ago

Tripp024 commented 10 months ago

At first I got the problem from the other issue but that seems to be fixed. Now I'm getting this error: /servermanager.sh: line 37: ./PalServer.sh: No such file or directory

Thanks for creating this Docker container though :)

Software setup

Edit: Fixed by running this command: chown -R 1000:1000 game/ (thanks, @Lexiv) Also, change the ports section to this so you can connect: ports:

wanjianghongfeng commented 10 months ago

maybe fixed by this commit

JohnCido commented 10 months ago

Same issue here

JohnCido commented 10 months ago

maybe fixed by this commit

And since I'm using the latest image from hub I guess this commit did not fix it.

PocketfulOfGeese commented 10 months ago

https://github.com/jammsen/docker-palworld-dedicated-server/issues/1#issuecomment-1900630342

Tripp024 commented 10 months ago

Fixed by running this command: chown -R 1000:1000 game/ (thanks, @Lexiv) Also, change the ports section to this so you can connect: ports:

"8211:8211/udp"
jammsen commented 10 months ago

Please see #1 This is dublicate content, im closing this in favor to only keep 1 ticket up-to-date, but thanks for reporting!