Closed lsahnicne closed 9 months ago
Hey @lsahnicne was this version of the container working before? Is this a fresh install? What are the permission on the "game" directory?
Just out of curiosity, how much ram are you running with? I believe I was having this error because my server has 8 GB of ram (some being used by other services, so actually less), and Palworld at minimum requires 8gb of ram to my knowledge.
Hey @lsahnicne was this version of the container working before? Is this a fresh install? What are the permission on the "game" directory?
The error appeared the first time I tried to run this Docker image. Do you mean fresh install of image or Docker itself? For the latter - no, it was a while since I last tinkered with it, but it still runs a couple of containers and I used to host Conan Exiles server through Docker image on it no problem. As for the directory, as you can see in the composite file I posted above, I named it simply "srv\palworld", because "game" is very non-specific, and gave it rwxrwxrwx permiasions. Does it NEED to be named "game"?
Just out of curiosity, how much ram are you running with? I believe I was having this error because my server has 8 GB of ram (some being used by other services, so actually less), and Palworld at minimum requires 8gb of ram to my knowledge.
As you can see in the "Hardware Setup" section of the issue, my server has 23.39 GiB of RAM and usually around 20 of those are free.
P.s. issue closed and re-opened and comment edited due to Github's mobile UI being prone to accidental button presses and not asking for confirmatio when closing the issue.
Hey @lsahnicne "Does it NEED to be named "game"?" No not really but i have to use a known term, for you to understand what im talking about and the "game" directory should be known if you read my readme. Fresh install of Docker no, i meant fresh install of the latest docker-compose file and the latest docker-image.
@lsahnicne make sure the permissions are set up correctly.
As a test, u could chmod -R 777 /srv/palworld
.
I had a similar issue when I was moving Hosts on Podman (because of memory restrictions). The server did start, but immediately crashed once a player connected because it wasn't able to write to its folder.
P.s. u can run a small server on just 4GB of RAM, but it will get laggy quickly.
Edit: I just saw your message with the permissions above. Must have slipped by! Make sure the files in the folder are also writable
Issue identified thanks to the duplicate #41 - I have the exact same CPU and it appears to simply be too old to run this game's server :(
Have you read the Important information text above
Current behavior
Server crashes with the following text in logs: Illegal instruction (core dumped)
Desired behavior
Server runs properly
Links to screenshots
No response
To Reproduce
Steps to reproduce the behavior:
Software setup
Hardware setup
Additional context
No response