-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh container setup fails, errors of no network connectivity ? #50
Comments
That is definitely an issue with Steam CMD not being able to connect. It can't even check if it is up to date, nevermind anything Zomboid related. |
Can you confirm that the following works? I tested the latest version earlier today |
my ports are setup proper but also pulling 2.3.0 doesnt work either. |
@Renegade-Master any thoughts how to get around this? |
Hey @TetrisBlack, the screenshot you posted seems to be a different issue than what xBeEatNUx is having. I was seeing the same "failed to connect to steam servers" error and seemed to fix it by removing the BIND_IP env variable. Hope that helps |
Ooooooo that’s interesting, let me try that. I’ve pushed the docker image without hat env all together so wonder if there’s a way to run it without that being created |
@xBeEatNUx I'm sorry for the confusion 😕 that BIND_IP fix was directed at Tetris. I was looking at your log file as well and i'm not entirely sure why SteamCMD itself is giving you grief.. |
Damn I got excited for a sec lol. |
@Renegade-Master Seems like this was an issue definitely with steam and how the container reaches its services, not sure why it came back up. Are you able to run a new container with no issues? I can into a possible fix but the container crashes so I cant connect to it to test. |
This image doesn't do anything with Networking. It doesn't even expose its own ports without the User specifying them. I cannot really do anything to correct this. It is down to Steam to fix the issue. If you disagree though, we can maybe keep it open if there is something that I can do to correct this. |
I was hoping we could come to a resolution and I can atleast get this working again. Not sure if people are having the issue and not reporting or just doing something else. While I like the project, I’m sure others are running into the same issue so was hoping WE could come up with a solution instead of hosting a broken image. |
This pretty much started when 41.78 arrived so whole knows if it’s all related. I’m just trying to get to the bottom of it |
But it works fine for me still. It isn't broken. I can't control the part that isn't working for you. It's a Steam issue. I'd like to fix it, but I'm not affiliated with Steam nor The Indie Stone. |
I just tried it again myself from a basic Oracle x86 host. It only has 2 vCPU and 1 GB of Memory (but it is free) so it took a few attempts to get it going, but it works fine. I can connect, and it plays. |
So you were able to pull the latest image and the script all works fine from a fresh setup ? |
Yes. Although it will crash due to low resource availability on the host several times during startup. But on restarting ( I did not mean to appear to dismiss your troubles here by the way. It just really seems to be an issue between your PC/VPS and Steam, which is an area that I cannot really control. |
So for giggles, I built a new server running proxmox and docker and went through this again. Same issue, one my reddit post someone else is having the issue so I don't believe its related to my server since I have the same issue on 2 of them and another user is having the same issue. Possible it could be related to the ISP and connectivity to steam but I just ran through steamCMD pulling Satisfactory with ZERO issues. Check the log below, t goes through a similar steamCMD process but this completes successfully. Reddit link to error, another user explains he has the same issue |
The sat.txt is the logs btw |
You've convinced me to look into it again. If I still can't reproduce the issue after that...I'm not entirely sure. Out of interest, are you not in the EU, because all of my testing has been done from European hosts. Maybe this is part of the problem, I'm not sure. |
I’m in the US, I dug into this more. I created a VM instead of a container and manually installed steamCMD and installed project Zomboid dedicated server. Have zero issues. |
And a fresh deployment of this image still doesn't work? Is there any chance that you have some misconfiguration with DNS specifically in Docker? Try running the image with: rm -rf ./Zomboid*
mkdir ZomboidConfig ZomboidDedicatedServer
docker run --detach \
--mount type=bind,source="$(pwd)/ZomboidDedicatedServer",target=/home/steam/ZomboidDedicatedServer \
--mount type=bind,source="$(pwd)/ZomboidConfig",target=/home/steam/Zomboid \
--publish 16261:16261/udp --publish 16262:16262/udp --publish 27015:27015/tcp \
--dns="1.0.0.1" \
--name zomboid-server \
docker.io/renegademaster/zomboid-dedicated-server:2.3.0 |
Describe the bug
Pulling a new image and setting up the docker container fails which seems to be due to not able to load the public/steambootstrapper ? It eventually complains off file manifest issues the network connection. The cluster works fine in terms of network as I created other games and other services with no issues.
I am using portainer for my docker management.
Seems to be really related to Zomboid.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Check Log
Desktop (please complete the following information):
Additional context
check log, doesnt really go into detail
_dedicated-project-zomboid_logs.txt
The text was updated successfully, but these errors were encountered: