Micke90s
Micke90s
@khalilgharbaoui I play around with a fork of the project as I need a few changes. How should the markdown look? A table view is complex as the line breaks...
The error `chmod: cannot access './CoreKeeperServer': No such file or directory` may occurs if the docker system is not allowed to write on the hosts files system. e.g. my docker-compose...
Unfortunately, I am not able to reproduce this problem. Do you connect from the same network or from outside? It would be possible that some type of NAT (Network Address...
@mattiasghodsian Thank you for your feedback I worked on the prototype. Messages for server start, player join and player leave seems to work fine. The message for server shutdown does...
@mattiasghodsian I think this already should work. All calls of `discord_send` are within an `if` which checks the variable. `if [ ! -z "${DISCORD_MESSAGE_BYE}" ]; then discord_send ${DISCORD_MESSAGE_BYE}; fi` I...
Short update to the current development. The pull requests #46 and #47 solved the problem with the missing `DISCORD_MESSAGE_BYE`. So, start and stop of the server will send messages to...
I can reproduce the error on my Linux host (Debian GNU/Linux 12 (bookworm)) for new containers. The old container which already exist (and only updated the steam components) seems to...
@Progrsam: Core Kepper released the patch [0.7.2.1](https://store.steampowered.com/news/app/1621690/view/5458988598265629529). Seems that this patch solves the problem. Could you please give it a try on your system.
@Progrsam Could you please try to run a new container? At startup the container pulls the latest version of the game from steam. But also, I got the problem that...
@arguser I just created a new container on the linux host. On update 0.7.2 the error occurred. After Patch 0.7.2.1 creating a new container is working. No changes on the...