<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:27:46 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-11478] Smp bug that disconnects me on my home network</title>
                <link>https://bugs.mojang.com/browse/MC-11478</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;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      &lt;br/&gt;
and I was on my own network. This just happened today.&lt;/p&gt;</description>
                <environment>SMP multiplayer server</environment>
        <key id="25622">MC-11478</key>
            <summary>Smp bug that disconnects me on my home network</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="7">Invalid</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="ender_dragon">Terence</reporter>
                        <labels>
                            <label>multiplayer</label>
                            <label>server</label>
                    </labels>
                <created>Sun, 10 Mar 2013 07:52:47 +0100</created>
                <updated>Thu, 7 May 2015 01:41:27 +0200</updated>
                            <resolved>Sun, 10 Mar 2013 17:03:24 +0100</resolved>
                                    <version>Minecraft 1.4.7</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="66746" author="todd.powers" created="Wed, 15 May 2013 05:28:21 +0200"  >&lt;p&gt;That&apos;s not really fair.  The error occurs on the client because a Java Exception is raised when an external connection fails.&lt;/p&gt;

&lt;p&gt;I have the same issue, and the stack trace shows that this is happening when Minecraft attempts to access &lt;a href=&quot;http://assets.minecraft.net/1_6_has_been_released.flag&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://assets.minecraft.net/1_6_has_been_released.flag&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So it really has nothing to do with the server you&apos;re connected to.  It&apos;s something that is occuring independent of client-to-server communications...&lt;/p&gt;

&lt;p&gt;Simply trap the exception in the Minecraft client code, and this problem will go away...&lt;/p&gt;

&lt;p&gt;java.net.SocketException: Software caused connection abort: recv failed&lt;br/&gt;
        at java.net.SocketInputStream.socketRead0(Native Method)&lt;br/&gt;
        at java.net.SocketInputStream.read(Unknown Source)&lt;br/&gt;
        at java.net.SocketInputStream.read(Unknown Source)&lt;br/&gt;
        at java.io.FilterInputStream.read(Unknown Source)&lt;br/&gt;
        at ei.a(SourceFile:185)&lt;br/&gt;
        at ci.i(SourceFile:250)&lt;br/&gt;
        at ci.c(SourceFile:16)&lt;br/&gt;
        at cj.run(SourceFile:94)&lt;br/&gt;
java.net.SocketException: Software caused connection abort: socket write error&lt;br/&gt;
        at java.net.SocketOutputStream.socketWrite0(Native Method)&lt;br/&gt;
        at java.net.SocketOutputStream.socketWrite(Unknown Source)&lt;br/&gt;
        at java.net.SocketOutputStream.write(Unknown Source)&lt;br/&gt;
        at ash.write(Unknown Source)&lt;br/&gt;
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)&lt;br/&gt;
        at java.io.BufferedOutputStream.flush(Unknown Source)&lt;br/&gt;
        at java.io.DataOutputStream.flush(Unknown Source)&lt;br/&gt;
        at ck.run(SourceFile:121)&lt;br/&gt;
java.net.SocketException: Software caused connection abort: socket write error&lt;br/&gt;
        at java.net.SocketOutputStream.socketWrite0(Native Method)&lt;br/&gt;
        at java.net.SocketOutputStream.socketWrite(Unknown Source)&lt;br/&gt;
        at java.net.SocketOutputStream.write(Unknown Source)&lt;br/&gt;
        at ash.write(Unknown Source)&lt;br/&gt;
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)&lt;br/&gt;
        at java.io.BufferedOutputStream.flush(Unknown Source)&lt;br/&gt;
        at java.io.DataOutputStream.flush(Unknown Source)&lt;br/&gt;
        at ck.run(SourceFile:121)&lt;br/&gt;
java.io.FileNotFoundException: &lt;a href=&quot;http://assets.minecraft.net/1_6_has_been_released.flag&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://assets.minecraft.net/1_6_has_been_released.flag&lt;/a&gt;&lt;br/&gt;
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)&lt;br/&gt;
        at kn.a(SourceFile:234)&lt;br/&gt;
        at bkg.run(SourceFile:113)&lt;br/&gt;
        at java.lang.Thread.run(Unknown Source)&lt;/p&gt;</comment>
                            <comment id="51599" author="bljat" created="Sun, 10 Mar 2013 17:03:24 +0100"  >&lt;p&gt;This ticket is invalid as it relates to a modded or 3rd party client/server.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Any non-standard client/server build needs to be taken up with the appropriate team, not Mojang.&lt;/li&gt;
	&lt;li&gt;Any plugin issues need to be addressed to the plugin creator.&lt;/li&gt;
	&lt;li&gt;This site is for addressing issues related to the &lt;b&gt;base unmodded MineCraft&lt;/b&gt;.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="51598" author="ender_dragon" created="Sun, 10 Mar 2013 17:02:32 +0100"  >&lt;p&gt;essentials&lt;/p&gt;</comment>
                            <comment id="51542" author="kumasasa" created="Sun, 10 Mar 2013 10:32:36 +0100"  >&lt;p&gt;What plugins has the server ?&lt;/p&gt;</comment>
                            <comment id="51533" author="ender_dragon" created="Sun, 10 Mar 2013 08:26:04 +0100"  >&lt;p&gt;Ok added crash log&lt;/p&gt;</comment>
                            <comment id="51529" author="kumasasa" created="Sun, 10 Mar 2013 07:58:31 +0100"  >&lt;p&gt;Please force a crash by pressing F3 + C for 10 seconds while ingame and attach the crash report here.&lt;br/&gt;
And please attach the &lt;em&gt;server.log&lt;/em&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="24075" name="crash-2013-03-10_03.05.51-client.txt" size="6836" author="ender_dragon" created="Sun, 10 Mar 2013 08:11:27 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02fov:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>