wolveix / satisfactory-server

A Dockerized version of the Satisfactory dedicated server
https://hub.docker.com/r/wolveix/satisfactory-server
MIT License
1.31k stars 143 forks source link

Error during start #20

Closed DarkObscurity closed 3 years ago

DarkObscurity commented 3 years ago

Hello!

First of all want to express my gratitude for creating this!

Only for some weird reason I can't get the docker contianer running... I tried many times but I I keep on running into this error:

satisfactory-server | cp: cannot stat '': No such file or directory

And then it keeps on restarting.

Is there anything i'm missing or doing wrong? or is this maybe a bug?

wolveix commented 3 years ago

Hi there! Thanks for opening this issue.

Could you please provide the full command that you're trying to run? Assuming that you're using Docker, could you please also provide the full container log? Obviously censor anything sensitive.

Thanks!

DarkObscurity commented 3 years ago

Hi!

Thanks for the quick reply, the logs don't contain much... this is the full output:

root@ubnt-satis:~/satis# docker logs --timestamps 566d727d97b0
2021-08-05T18:27:36.541050264Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:38.841579976Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:40.685161858Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:42.750387407Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:44.689381709Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:47.534451048Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:51.984477335Z cp: cannot stat '': No such file or directory
2021-08-05T18:27:59.817287263Z cp: cannot stat '': No such file or directory
2021-08-05T18:28:14.000456208Z cp: cannot stat '': No such file or directory
2021-08-05T18:28:41.146056361Z cp: cannot stat '': No such file or directory
2021-08-05T18:29:33.829492380Z cp: cannot stat '': No such file or directory
2021-08-05T18:30:35.472415582Z cp: cannot stat '': No such file or directory
2021-08-05T18:31:36.807134063Z cp: cannot stat '': No such file or directory
2021-08-05T18:32:38.500267760Z cp: cannot stat '': No such file or directory
2021-08-05T18:33:39.926776009Z cp: cannot stat '': No such file or directory
2021-08-05T18:34:41.334218931Z cp: cannot stat '': No such file or directory
2021-08-05T18:35:42.669510724Z cp: cannot stat '': No such file or directory
2021-08-05T18:36:44.507093556Z cp: cannot stat '': No such file or directory
2021-08-05T18:37:45.857389531Z cp: cannot stat '': No such file or directory
2021-08-05T18:38:47.274862309Z cp: cannot stat '': No such file or directory
2021-08-05T18:39:48.591807409Z cp: cannot stat '': No such file or directory
2021-08-05T18:40:49.893177289Z cp: cannot stat '': No such file or directory
2021-08-05T18:41:51.433560001Z cp: cannot stat '': No such file or directory
2021-08-05T18:42:52.965042151Z cp: cannot stat '': No such file or directory
2021-08-05T18:43:54.308159482Z cp: cannot stat '': No such file or directory
2021-08-05T18:44:55.835452649Z cp: cannot stat '': No such file or directory
root@ubnt-satis:~/satis#

and here is my docker compose file used:

version: '3'
services:
    satisfactory-server:
        container_name: 'satisfactory-server'
        hostname: 'satisfactory-server'
        image: 'wolveix/satisfactory-server:latest'
        environment:
            - STEAMUSER=***************
            - STEAMPWD=*************
            - STEAMCODE=*****
            - MAXBACKUPS=10
        ports:
            - '7777:7777/udp'
        volumes:
            - '/root/satisdata:/config'
        restart: unless-stopped

I also did a chmod 777 on the config directory to be sure, but it didn't do much..

wolveix commented 3 years ago

Thanks for providing that information. I'm assuming that this is with the latest Docker image? Just as I addressed something similar a few days ago.

DarkObscurity commented 3 years ago

Yes this is the latest image!

wolveix commented 3 years ago

Sorry, the new commit auto closed this. Please try pulling the new version :)

DarkObscurity commented 3 years ago

Yes give me a minute!

DarkObscurity commented 3 years ago

It seems to be working! Much appreciated!!

(And maybe if you have some spare time, you could maybe create an egg for this container for pterodactyl panel, it's a panel that runs game servers in docker containers, so that way it's even more accessible to people!)

Again thanks a lot!

wolveix commented 3 years ago

Glad to hear it :) I don't have much experience with Pterodactyl, but it looks simple enough to create an egg! I'll consider this :)