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

    • I also just tried with iron's spellbooks removed, since that seemed related, but i am still having the same problem, even in newly created worlds. https://mclo.gs/AtrAfaj 
    • My Gradle Project for my Minecraft mod isn't building. Terminal: * Where: Settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle' line: 2 * What went wrong: Could not compile settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle'. > startup failed:   settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle': 2: The pluginManagement {} block must appear before any other statements in the script.   For more information on the pluginManagement {} block, please refer to https://docs.gradle.org/9.0.0/userguide/plugins.html#sec:plugin_management in the Gradle documentation.    @ line 2, column 1.      pluginManagement {      ^   1 error * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to generate a Build Scan (Powered by Develocity). > Get more help at https://help.gradle.org.   Setting.Gradle File:   rootProject.name = 'fusion-lucky-block' pluginManagement {     repositories {         gradlePluginPortal()         maven { url "https://maven.minecraftforge.net/" }         mavenCentral()     } }
    • no change still. here's a new log  https://mclo.gs/RXwiZmn 
    • Whenever I go to build my it says "Build failed in " how many seconds   Here is what is said in my terminal * Where: Build file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\build.gradle' line: 3 * What went wrong: Plugin [id: 'net.minecraftforge.gradle', version: '6.1.51'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Included Builds (No included builds contain this plugin) - Plugin Repositories (could not resolve plugin artifact 'net.minecraftforge.gradle:net.minecraftforge.gradle.gradle.plugin:6.1.51')   Searched in the following repositories:     Gradle Central Plugin Repository     MinecraftForge(https://maven.minecraftforge.net/) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org.   Here is what is in my build.gradle file plugins {     id 'java'     id 'net.minecraftforge.gradle' version '6.1+' }   group = 'io.github.csonnic03.fusionlucky' version = '1.0.0' archivesBaseName = 'fusionlucky'   java {     toolchain {         languageVersion = JavaLanguageVersion.of(17)     } }   repositories {     mavenCentral()     maven {         name "forgeMaven"         url "https://maven.minecraftforge.net/<repository>" } }   dependencies {     minecraft 'net.minecraftforge:forge:1.20.1-47.1.0' }   minecraft {     mappings channel: 'official', version: '1.20.1'     runs {         client {             workingDirectory project.file('run')         }         server {             workingDirectory project.file('run')         }     } }   tasks.withType(JavaCompile) {     options.encoding = 'UTF-8' }   jar {     manifest {         attributes(             "Specification-Title": "Fusion Lucky Block",             "Specification-Vendor": "example",             "Implementation-Title": project.name,             "Implementation-Version": project.version,             "Implementation-Vendor": "example",             "ModLauncher-TargetFMLVersion": "[47,)"         )     } }  
  • Topics

×
×
  • Create New...

Important Information

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