norimicry / stardew-multiplayer-docker

Run a Stardew Valley Multiplayer Server with docker-compose
93 stars 23 forks source link

[BUG]: Server not Starting #47

Open bryanc12 opened 1 week ago

bryanc12 commented 1 week ago

Running Stardew Valley chmod: changing permissions of 'start.sh': Operation not permitted /usr/bin/xterm cat: /data/Stardew/game/Mods/AutoLoadGame/config.json: Is a directory <- Kept repeating

Here's the output of the docker. I think we have to chmod it? And also what happened to the confi.json? I'm deploying it with Portainer. The building and all process are all good, but the server not launching. And I'm able to view the VNC, but after the server loading the game it crash.

image image

norimicry commented 1 week ago

chmod: changing permissions of 'start.sh': Operation not permitted Looks like a permissions issue. This was not created with Portainer in mind as the supported deployment tool due to the separate platform Docker related files. It isn't just a simple docker-compose with an image from a repo. There are different docker-compose, Dockerfile, and docker-entrypoint files for each platform.