Jump to content

Recommended Posts

Posted

Hello, I am having server issues, as whenever my friend tries to connect, there is an error that is cause by: java.net.SocketException: Socket closed. Is this just due to a poor internet connection or is this something that I can fix? Also, I sent the server over to my friend so that he could host it, but I ended up disconnecting due to the same problem.

Posted

is the server being hosted on your computer or a different one you connect to? when you sent it to your friend did you just send the server program files? have you set up any need port forwarding and firewall exceptions?

Posted

I'm fairly certain I port forwarded it properly, and I'll need to re check my firewall exceptions. As for the server, I sent all the files to him, not just the program files. The server is hosted on my computer, with a .bat file allocating about 1-2gb to the server. I have a USB with readyboost, combined with my 6gb ram makes about 10gb of ram total.

Posted

disconnect.overflow is showing when a player is trying to connect, that can be caused by a few reasons but generally i have seen it when alot of information is sent either by a mod or by what is in the area the player is logging into, you also have memory leaks which by itself isnt that bad of an issue but can compound issues, what i would suggest is that since the server is custom made you need to rebuild the jar from scratch and check each mod a few at a time till you find the one causing the problem, you may also want to see how much network information is being sent or recieved when a player connects.

Posted

The way I built my server.jar is combining the files for the vanilla server with the latest minecraft forge, and it seemed to have worked, since the server does function and loads up all the mods properly (i tested the mods in the server after it started up)

Posted

you need to test your upload speed on your server, also try reducing the view distance in the server properties, you are getting an overflow error and only a few things cause that, all of which are basicly more data being sent than the client is able to handle what the server is built upon should not matter and generally it is related to mod or something in the world causing it. seeing how much data is being sent can be done with the netstat command in a terminal, this command does vary in function based on your OS and you may need to look up the various switches or arguments for it based on your OS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...