Disconnecting

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

DigitalT

New Member
Jul 29, 2019
31
0
0
I keep getting disconnected from my server. No crash logs just disconnect. Here is what the Console says -

Code:
2013-06-21 12:12:57 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: socket write error
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.socketWrite0(Native Method)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.socketWrite(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.write(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherOutputStream.write(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.BufferedOutputStream.flush(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.DataOutputStream.flush(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at ci.run(SourceFile:120)
2013-06-21 12:12:57 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: recv failed
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketInputStream.socketRead0(Native Method)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at ef.a(Packet.java:142)
2013-06-21 12:12:57 [INFO] [STDERR] at cg.i(TcpConnection.java:324)
2013-06-21 12:12:57 [INFO] [STDERR] at cg.c(TcpConnection.java:544)
2013-06-21 12:12:57 [INFO] [STDERR] at ch.run(SourceFile:93)
2013-06-21 12:12:57 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: socket write error
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.socketWrite0(Native Method)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.socketWrite(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.net.SocketOutputStream.write(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherOutputStream.write(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.BufferedOutputStream.flush(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at java.io.DataOutputStream.flush(Unknown Source)
2013-06-21 12:12:57 [INFO] [STDERR] at ci.run(SourceFile:120)
 

Ashzification

New Member
Jul 29, 2019
7,425
1
0
Please follow these instructions:
Please follow these steps exactly: http://desk.feed-the-beast.com/index.php?/Knowledgebase/Article/View/9/0/basic-troubleshooting
This is to rule out any issues with your setup.
Please attempt to launch the modpack, and open a new world save to make sure the setup is correct.
Now, continue on to check your previous saves, changes to the pack, textures, etc. until you're able to reproduce the error with the clean setup.

When the error has been repeated, please post your complete client-side (launcher) console log in debug-mode to pastebin.com and link your paste URL here.
To find your logs and prevent them from expiring: http://desk.feed-the-beast.com/inde...29/1/what-log-do-you-need-where-can-i-find-it
 
Status
Not open for further replies.