Replies: 1 comment
-
You're using quite a few custom things there, so it'll be tough for anyone to recreate the problem. In any case, this is a better question for the Fabric forums since I'm not able to support Minecraft server issues beyond the automated setup the image does. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've used this image across a variety of Forge servers and had minimal issues with them. I decided recently to try out a Fabric one and got it working with a little difficulty but I did get it working.
The Problem: I will be playing on the server for like 5-10 minutes, and then it'll just kick me with a
internal exception: java.net.SocketException: connection reset
error. I go back to the server list, wait a little bit and can reconnect no issues.Side note: I've noticed that if I have an open SSH session to the computer running the server, it will kick me from SSH at the same time I get disconnected from the server with the standard SSH error:
I'm running the server on a local machine I have at the house that I've cobbled together over the years after computer upgrades.
Server info via screenfetch:
Command used to create docker container:
Docker container notes:
As per this link, in order to create the container I unzipped the server pack into the directory I wanted, ran
start.sh
to have it create the server, and then ran the docker command how the link described before it would work properly.Also, I've mapped the server's 25565 port to the host machine's 25595 port as I have multiple other minecraft docker containers with other modpacks
Modpack in question: Prominence II (link)
Client is running on Windows 11.
Server.properties:
Also, (just thought of this) whenever I reconnect after getting kicked, it will display a little popup saying "new config generated" or some such. Not sure if that's important.
If there's any other info I can provide, let me know. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions