java.net.SocketException: Connection reset

Status
Not open for further replies.

Fundeath712

New Member
Jul 29, 2019
1
0
0
Hello, I've searched the forums and I haven't been able to find any solutions to my problem.


Here's the logs of when i try to connect to a server.
Code:
2013-05-11 15:09:21 [INFO] [STDERR] java.net.SocketException: Connection reset
2013-05-11 15:09:21 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-05-11 15:09:21 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-05-11 15:09:21 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-05-11 15:09:21 [INFO] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
2013-05-11 15:09:21 [INFO] [STDERR] at ef.a(Packet.java:142)
2013-05-11 15:09:21 [INFO] [STDERR] at cg.i(TcpConnection.java:324)
2013-05-11 15:09:21 [INFO] [STDERR] at cg.c(TcpConnection.java:544)
2013-05-11 15:09:21 [INFO] [STDERR] at ch.run(SourceFile:93)
I'm using the correct version and update of Java, I have Java running as administrator.
Any help would be very useful, as I have already gone through the standard troubleshooting.

Other anomalies in the code
Code:
2013-05-11 15:07:18 [SEVERE] [ForgeModLoader] [Modual ForceField System] cannot read remote Version file!

Let me be clear, that my only problem is when I try to connect to a server, I can play single-player perfectly well. I am using the Ultimate pack.
 
Status
Not open for further replies.