Jump to content

Forge Server Disconnecting Me


Aidan5750

Recommended Posts

I recently made a forge server to play on with a few friends. At first, I attempted to run the server on my computer as I was playing. I was unable to join the server using my ipv4, public ip, and "localhost", so I got a small computer to host the server. Now, every time I attempt to join the server it kicks me after a few seconds. this is the exact thing the server has said every time: 

 

[15:01:58] [User Authenticator #3/INFO] [minecraft/NetHandlerLoginServer]: UUID of player Aidan5750 is d0f5846f-e0ad-4dd8-ba9d-b1203716b4a8
[15:01:59] [Netty Server IO #6/INFO] [FML]: Client protocol version 2
[15:01:59] [Netty Server IO #6/INFO] [FML]: Client attempting to join with 68 mods : mowziesmobs@1.5.4,dldungeonsjbg@1.13.2,cgm@0.15.3,creativecoredummy@1.0.0,jei@4.15.0.291,doggytalents@1.15.1.5,mekanism@1.12.2-9.8.3.390,neat@1.4-17,opencomputers@1.7.5.192,mcp@9.42,journeymap@1.12.2-5.7.1,naturescompass@1.8.5,forgelin@1.8.4,bookshelf@2.3.590,familiarfauna@1.0.11,ironbackpacks@1.12.2-3.0.8-12,xreliquary@1.12.2-1.3.4.796,llibrary@1.7.19,darkutils@1.8.230,iceandfire@1.9.1,mekanismgenerators@1.12.2-9.8.3.390,guideapi@1.12-2.1.8-63,jeresources@0.9.2.60,forge@14.23.5.2854,twilightforest@3.10.1013,refinedstorage@1.6.16,orelib@3.6.0.1,dsurround@3.6.1.0,cyclicmagic@1.20.2,minecraft@1.12.2,industrialforegoing@1.12.2-1.12.2,ambientsounds@3.0,biomesoplenty@7.0.1.2441,silentlib@3.0.13,baubles@1.5.2,creativecore@1.10.0,advancedrocketry@1.7.0.-221,silentgear@0.6.5,lycanitesmobs@2.0.7.2 - MC 1.12.2,teslacorelib_registries@1.0.17,actuallyadditions@1.12.2-r151,roguelike@1.8.0,potioncore@1.9_for_1.12.2,quark@r1.6-179,patchouli@1.0-20,rats@3.2.11,advancedrocketrycore@1,securitycraft@v1.8.18.2,autoreglib@1.3-32,teslacorelib@1.0.17,libraryex@1.1.3,FML@8.0.99.99,obfuscate@0.4.2,structurize@1.12.2-0.10.277-RELEASE,mekanismtools@1.12.2-9.8.3.390,minecolonies@1.12.2-0.11.804-RELEASE,libvulpes@0.4.2.-75,appleskin@1.0.9,cfm@6.3.1,aether_legacy@1.4.4,opencomputers|core@1.7.5.192,aquaculture@1.6.8,silentgems@2.8.18,codechickenlib@3.2.3.358,fastleafdecay@v14,dynamictrees@1.12.2-0.9.8,netherex@2.1.7,betterfoliage@2.3.1
[15:01:59] [Netty Server IO #6/INFO] [journeymap]: CLIENT
[15:01:59] [Netty Server IO #6/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config.
[15:02:07] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[15:02:07] [Server thread/INFO] [minecraft/PlayerList]: Aidan5750[/10.10.10.248:49971] logged in with entity id 3619 at (177.5, 64.0, 285.5)
[15:02:07] [Server thread/INFO] [dsurround]: Player [Aidan5750] connected with Dynamic Surroundings 3.6.1.0
[15:02:07] [Server thread/INFO] [minecraft/DedicatedServer]: Aidan5750 joined the game
[15:02:07] [Server thread/INFO] [Silent's Gems]: Recalculating tool and armor stats for Aidan5750
[15:02:07] [Server thread/INFO] [Actually Additions]: Sending Player Data to player Aidan5750 with UUID d0f5846f-e0ad-4dd8-ba9d-b1203716b4a8.
[15:02:07] [Server thread/INFO] [Mekanism]: Sent config to 'Aidan5750.'
[15:02:14] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2073ms behind, skipping 41 tick(s)
[15:02:23] [Netty Server IO #6/ERROR] [FML]: NetworkDispatcher exception
java.io.IOException: An existing connection was forcibly closed by the remote host
        at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_251]
        at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_251]
        at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[PooledUnsafeDirectByteBuf.class:?]
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[AbstractByteBuf.class:?]
        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[NioSocketChannel.class:?]
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [AbstractNioByteChannel$NioByteUnsafe.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [NioEventLoop.class:?]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[15:02:23] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Aidan5750 lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
[15:02:23] [Server thread/INFO] [minecraft/DedicatedServer]: Aidan5750 left the game

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.