Jump to content

Server Crash: [14:02:25] [Netty IO #5/ERROR] [FML/]: NetworkDispatcher exception java.io.IOException


Recommended Posts

Posted

I start up my server everything boots fine were playing good but then it kicks everyone (4 players usually 5 at most) with this in the console. Its not just one person it happens to everyone

Spoiler

[14:02:25] [Netty IO #5/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_161]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_161]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_161]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_161]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_161]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]

 

Heres the Bat file code and the Specs,

Spoiler

java -Xmx6g -Xms2g -jar forge-1.7.10-10.13.4.1558-1.7.10-universal.jar nogui
PAUSE

Processor: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (4 CPUs), ~2.2GHz

Memory: 8192MB RAM
Available OS Memory: 8106MB RAM

Card name: NVIDIA GeForce 940M

Here is the full DxDiag: https://pastebin.com/5i8n614q

 

I have made new server files and just bought the world over, i have messed around with ram. Its not even lag it just stops working kicks everyone and we get back on. I have no clue what the problem is. Heres the mod li

Spoiler

Minecraft Coder Pack - 9.05
Forge Mod Loader - 7.10.99.99
Minecraft Forge - 10.13.4.1558
Applied Energistics 2 Core - rv3-beta-6
CodeChicken Core - 1.0.7. 
Not Enough Items - 1.0.5.120
Baubles - 1.0.1.10 
Adventure Backpack - 1.7.10-0.8b
Applied Energistics 2 - rv3-beta-6
BiblioCraft - 1.11.5
Biomes O' Plenty - 2.1.0
Blood Magic: Alchemical Wizardry - v1.3.3
Thaumcraft - 4.2.3.5
Botania - r1.8-249
Brandon's Core - 1.0.0.12
BuildCraft - 7.1.23
BC Transport - 7.1.23
BC Factory - 7.1.23
BC Silicon - 7.1.23
BC Robotics - 7.1.23
BC Energy - 7.1.23 
BC Builders - 7.1.23
The Twilight Forest - 2.3.7
Chisel - 2.9.4.10
Carpenter's Blocks - 3.3.8.1
DrZhark's CustomSpawner - 3.3.0
Draconic Evolution - 1.0.2h
DrZhark's Mo'Creatures Mod - 6.3.1
EnderCore - 1.7.10-0.2.0.35_beta
Waila - 1.5.10
Ender IO - 1.7.10-2.3.0.427_beta
Extra Utilities - 1.2.12
IndustrialCraft 2 - 2.2.816-experimental
Forestry for Minecraft - 3.6.3.20
Iron Chest - 6.0.62.742
Mantle - 1.7.10-0.3.2.jenkins184
Morpheus - [email protected]
Pam's HarvestCraft - 1.7.10j
Storage Drawers - 1.7.10-1.3.9
Tinkers' Construct - 1.7.10-1.8.8.build988
Witchery - 0.24.1

 

 

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • So i have a forge modded aternos server that worked just fine for a month untill today it suddenly crashes most of the time giving errors and idk which mod is causing the error or its smth else here is the crash log link https://mclo.gs/gGkzGKT
    • Struggling to decipher a crash report I'm getting in a custom modpack I'm tinkering with. The crash happens on startup, but weirdly, only some of the time. It seems to be related to Steves Carts, but weirdly it only started happening recently, and I can't identify if another mod is conflicting, or why it is only happening some of the time:   java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.player.Player.m_20202_()" because "player" is null at vswe.stevescarts.events.OverlayEventHandler.onRenderTick(OverlayEventHandler.java:24) ~[stevescarts-1.20.1-1.1.14.jar%23527!/:1.20.1-1.1.14] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onRenderTickEnd(ForgeEventFactory.java:919) ~[forge-1.20.1-47.1.106-universal.jar%23581!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.potential_spawns_alloc.ForgeEventFactoryMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1148) ~[client-1.20.1-20230612.114412-srg.jar%23576!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23576!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[minecraft-1.20.1-client.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}     Including some extra info in case any of it is relevant^. Appreciate any ideas/advice!    
  • Topics

×
×
  • Create New...

Important Information

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