escapingnetwork / core-keeper-dedicated

Dockerfile for automated build of a Core Keeper Dedicated Server
https://hub.docker.com/r/escaping/core-keeper-dedicated
MIT License
97 stars 26 forks source link

Cannot find Game ID #6

Closed iqbalmineraltown closed 2 years ago

iqbalmineraltown commented 2 years ago

Hi, I cannot find GameID.txt after running using docker CLI command I also tried using docker-compose but to no avail

I tried to run this on Ubuntu 20.04 server

Output:

cat: core-keeper-dedicated/GameID.txt: No such file or directory

EDIT: I saw these lines on console from container

core-keeper_1  | Connecting anonymously to Steam Public...OK
core-keeper_1  | Waiting for client config...OK
core-keeper_1  | Waiting for user info...OK
core-keeper_1  | Success! App '1007' already up to date.
core-keeper_1  | Success! App '1963720' already up to date.
core-keeper_1  | chmod: cannot access './CoreKeeperServer': No such file or directory
core-keeper_1  | Started server process with pid 55
core-keeper_1  | _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
core-keeper_1  | ./launch.sh: line 38: ./CoreKeeperServer: No such file or directory

is this related to https://github.com/arguser/core-keeper-dedicated/issues/5 ? I'm not sure how to solve this after reading that issue

iqbalmineraltown commented 2 years ago

seems like related to #5 the game id is echo-ed after I set folders permission as mentioned in that issue