mojira.dev
MC-11478

Smp bug that disconnects me on my home network

every server I go on to after a while it kicks me and says this Internal exception:java.net.SocketException: Connection reset by peer: socket write error
and I was on my own network. This just happened today.

Attachments

Comments 6

Please force a crash by pressing F3 + C for 10 seconds while ingame and attach the crash report here.
And please attach the server.log

What plugins has the server ?

This ticket is invalid as it relates to a modded or 3rd party client/server.

  • Any non-standard client/server build needs to be taken up with the appropriate team, not Mojang.

  • Any plugin issues need to be addressed to the plugin creator.

  • This site is for addressing issues related to the base unmodded MineCraft.

That's not really fair. The error occurs on the client because a Java Exception is raised when an external connection fails.

I have the same issue, and the stack trace shows that this is happening when Minecraft attempts to access http://assets.minecraft.net/1_6_has_been_released.flag

So it really has nothing to do with the server you're connected to. It's something that is occuring independent of client-to-server communications...

Simply trap the exception in the Minecraft client code, and this problem will go away...

java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at ei.a(SourceFile:185)
at ci.i(SourceFile:250)
at ci.c(SourceFile:16)
at cj.run(SourceFile:94)
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at ash.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at ck.run(SourceFile:121)
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at ash.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at ck.run(SourceFile:121)
java.io.FileNotFoundException: http://assets.minecraft.net/1_6_has_been_released.flag
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at kn.a(SourceFile:234)
at bkg.run(SourceFile:113)
at java.lang.Thread.run(Unknown Source)

ender_dragon

(Unassigned)

Unconfirmed

multiplayer, server

Minecraft 1.4.7

Retrieved