Buuz135 / Together-Forever

MIT License
7 stars 2 forks source link

Disconnect on Sync #14

Closed KoshiirRa closed 6 years ago

KoshiirRa commented 6 years ago

Sevtech user here. A lot of us on the server I'm playing on are getting disconnected with the error "java.io.IOException: An existing connection was forcibly closed by the remote host" when advances try to sync on login. We're unable to use the /tf leave command as well to try and get the game to stop syncing advancements since it appears that nothing we type in chat goes through in the time between the mod reporting that it will sync soon and when it tries to sync.

Buuz135 commented 6 years ago

If I dont get I log I cant do much

KoshiirRa commented 6 years ago

Sorry about that, here's a client log from AT Launcher. I can get the server logs, I just have to wait for the server admin to show up again.

[03/6/2018 22:12:29 PM] [main/INFO] [jei]: Ingredients are being added at runtime: 71 net.minecraftforge.fluids.FluidStack [03/6/2018 22:12:29 PM] [main/INFO] [Item Stages]: Finished JEI Sync, took 2735ms. 5434 hidden, 11262 shown. [03/6/2018 22:12:33 PM] [22:12:33] [Netty Client IO #7/INFO] [Waila]: Received server authentication msg. Remote sync will be activated [03/6/2018 22:12:33 PM] [main/INFO] [HorsePower]: Synced recipes from server [03/6/2018 22:12:33 PM] [22:12:33] [Netty Client IO #7/INFO] [Mekanism]: Received config from server. [03/6/2018 22:12:33 PM] [22:12:33] [Netty Client IO #7/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (19 total) [03/6/2018 22:12:33 PM] [main/INFO] [Prestige]: Recieved client update from server. [03/6/2018 22:12:33 PM] [main/INFO] [dimensionalcontrol]: Received sync message from server with preset SevTech_V2. [03/6/2018 22:12:33 PM] [22:12:33] [Netty Client IO #7/INFO] [journeymap]: Login Packet received [03/6/2018 22:12:33 PM] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] §6Syncing team data in 20 seconds! [03/6/2018 22:12:33 PM] [main/INFO] [Actually Additions]: Receiving (new or changed) Player Data for player MINECRAFTUSERNAME. [03/6/2018 22:12:33 PM] [22:12:33] [Netty Client IO #7/INFO] [scannable]: Building block state lookup table... [03/6/2018 22:12:34 PM] [22:12:34] [Netty Client IO #7/INFO] [scannable]: Built block state lookup table in 202 ms. [03/6/2018 22:12:34 PM] [22:12:34] [Netty Client IO #7/INFO] [tconstruct-Config]: Syncing Config with Server [03/6/2018 22:12:34 PM] [main/INFO] [waterstrainer]: Importing waterstrainer_loottables.cfg ... [03/6/2018 22:12:34 PM] [main/INFO] [waterstrainer]: No errors were found! [03/6/2018 22:12:35 PM] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 263 advancements [03/6/2018 22:12:37 PM] [main/INFO] [foamfix]: Unloaded world <net.minecraft.client.multiplayer.WorldClient@2a9d031f 0 MultiplayerChunkCache: 961, 961> is still hanging around after 60 seconds. [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/ERROR] [FML]: NetworkDispatcher exception [03/6/2018 22:12:48 PM] java.io.IOException: An existing connection was forcibly closed by the remote host [03/6/2018 22:12:48 PM] at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_131] [03/6/2018 22:12:48 PM] at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_131] [03/6/2018 22:12:48 PM] at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_131] [03/6/2018 22:12:48 PM] at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_131] [03/6/2018 22:12:48 PM] at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_131] [03/6/2018 22:12:48 PM] at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-all-4.1.9.Final.jar:4.1.9.Final] [03/6/2018 22:12:48 PM] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131] [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Astral Sorcery]: [AstralSorcery] Cleaning client cache... [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Astral Sorcery]: [AstralSorcery] Cleared cached client data! Disconnected from server. [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -30 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -20 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -21 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -15 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -22 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -29 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -13 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -18 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -19 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -16 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -17 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -31 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -37 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -35 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -34 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -38 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -43 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -32 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -28 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -41 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -33 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -39 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -40 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -42 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [Galacticraft]: Unregistered Dimension: -36 [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [scannable]: Building block state lookup table... [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [scannable]: Built block state lookup table in 116 ms. [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [waterstrainer]: Importing waterstrainer_loottables.cfg ... [03/6/2018 22:12:48 PM] [22:12:48] [Netty Client IO #7/INFO] [waterstrainer]: No errors were found! [03/6/2018 22:12:48 PM] [main/INFO] [journeymap]: Mapping halted in USERSDIR\Instances\SevTechAges\journeymap\data\mp\AppTac\DIM0 [03/6/2018 22:12:48 PM] [main/WARN] [journeymap]: Existing color palette's resource packs no longer match current loadout. [03/6/2018 22:12:48 PM] [main/INFO] [journeymap]: WAS: Soartex3142017.zip:zip [03/6/2018 22:12:48 PM] NOW: Default [03/6/2018 22:12:50 PM] [main/INFO] [foamfix]: JEI search tree manager injection complete! [03/6/2018 22:12:50 PM] [main/INFO] [FML]: Applying holder lookups [03/6/2018 22:12:50 PM] [main/INFO] [FML]: Holder lookups applied [03/6/2018 22:12:50 PM] [main/INFO] [Actually Additions]: Unloaded WorldData! [03/6/2018 22:12:50 PM] [main/INFO] [Mekanism]: Reloaded config.

KoshiirRa commented 6 years ago

I'm also starting to think this isn't being caused by Together Forever. I managed to stay in long enough to drop my team by spamming the command, and it still kicks me out after ~30 seconds. Gonna close this issue, sorry about this.

vyder commented 3 years ago

Reviving an old thread - but did you ever find a resolution? @KoshiirRa

We're having the same issue with 3 players - and on of the players consistently disconnects right when it says syncing team data.