I have an open LAN world I can't seem to keep others connected to. After X amount of time they get kicked.
Working on Forge 2511 Playing Project Ozone Lite
Things I have done:
Region Fixer
Fresh install of Minecraft/Modpack
Reset Player data
Launching from Twitch launcher and native launcher
I am not skilled enough (at all) to translate the output logs so I have posted them below (as well as the world) for others to help me learn how to debug this issue.
LAN World Logs from point of log in to the kick
16:45:37 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell joined the game16:45:37 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell joined the game16:45:37 ProjectE Server thread info Sent EMC data packets to: Tinktrbell16:45:37 ProjectE Server thread info Sent knowledge and bag data to Tinktrbell16:45:37 EnderCore Server thread info Sending server configs to client for com.enderio.core.common.config.ConfigHandler16:45:37 Mekanism Server thread info Sent config to 'TextComponent{text='', siblings=[TextComponent{text='Tinktrbell', siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/msg Tinktrbell '}, hoverEvent=HoverEvent{action=SHOW_ENTITY, value='TextComponent{text='{name:"Tinktrbell",id:"0e9a0aef-d529-4031-bc67-ed4847045f66"}', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}'}, insertion=Tinktrbell}}], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/msg Tinktrbell '}, hoverEvent=HoverEvent{action=SHOW_ENTITY, value='TextComponent{text='{name:"Tinktrbell",id:"0e9a0aef-d529-4031-bc67-ed4847045f66"}', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}'}, insertion=Tinktrbell}}.'16:45:37 p455w0rd's Things Server thread info Sending Configs to Tinktrbell16:45:37 mcjty.lib.varia.Logging Server thread info SMP: Player logged in: Sync diminfo to clients16:45:37 mcjty.lib.varia.Logging Server thread info Sync dimension info to clients!16:45:37 mcjty.lib.varia.Logging Server thread info Send dimlet rules to the client16:45:37 mcjty.lib.varia.Logging Server thread info Rules packet size: 5785 of 819216:45:37 mcjty.lib.varia.Logging Client thread info Received dimension information from server16:45:38 chancecubes Thread-28 error Chance Cubes failed to get the list of users with custom rewards!16:45:51 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)16:45:51 journeymap Client thread error java.lang.NullPointerException at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176) at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98) at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193) at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176) at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265) at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1093_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884) at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)16:45:56 FML Server thread info Unloading dimension -1132516:45:56 FML Server thread info Unloading dimension 616:45:56 FML Server thread info Unloading dimension -116:45:56 FML Server thread info Unloading dimension 116:46:13 net.minecraft.network.NettyPacketEncoder Netty Server IO #3 error java.util.ConcurrentModificationException16:46:13 FML Netty Server IO #3 error NetworkDispatcher exceptionjava.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:192) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) at java.lang.Thread.run(Thread.java:745)16:46:13 net.minecraft.network.NetHandlerPlayServer Server thread info Tinktrbell lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An established connection was aborted by the software in your host machine], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}16:46:13 net.minecraft.server.MinecraftServer Server thread info Tinktrbell left the game16:46:13 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell left the game16:46:20 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)16:46:20 journeymap Client thread error java.lang.NullPointerException at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176) at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98) at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193) at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176) at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265) at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1093_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884) at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Logs of Player being kicked
16:45:34 FML Netty Client IO #1 info Server protocol version 2
16:45:34 FML Netty Client IO #1 info Injecting existing block and item data into this client instance
16:45:34 FML Netty Client IO #1 warn The ID 1321 is currently locally mapped - it will be replaced with air for this session
16:45:35 FML Netty Client IO #1 info Applying holder lookups
16:45:35 FML Netty Client IO #1 info Holder lookups applied
16:45:35 FML Netty Client IO #1 info [Netty Client IO #1] Client side modded connection established
16:45:35 mcjty.lib.varia.Logging Netty Client IO #1 info DimensionSyncPacket: Registering: 2
16:45:35 journeymap Netty Client IO #1 info Client features set for player by server: {"dimension":0,"policyMap":{"Radar.HostileMob":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.HostileMob","allowed":true,"timestamp":1515368737391},"Radar.PassiveMob":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.PassiveMob","allowed":true,"timestamp":1515368737391},"MapType.Biome":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Biome","allowed":true,"timestamp":1515368737391},"Display.Fullscreen":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Fullscreen","allowed":true,"timestamp":1515368737391},"MapType.Underground":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Underground","allowed":true,"timestamp":1515368737391},"Display.WaypointBeacon":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.WaypointBeacon","allowed":true,"timestamp":1515368737391},"MapType.Day":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Day","allowed":true,"timestamp":1515368737391},"Radar.Player":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Player","allowed":true,"timestamp":1515368737391},"Display.WaypointManager":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.WaypointManager","allowed":true,"timestamp":1515368737391},"Display.Webmap":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Webmap","allowed":true,"timestamp":1515368737391},"MapType.Topo":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Topo","allowed":true,"timestamp":1515368737391},"Radar.NPC":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.NPC","allowed":true,"timestamp":1515368737391},"Radar.Waypoint":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Waypoint","allowed":true,"timestamp":1515368737391},"Radar.Vehicle":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Vehicle","allowed":true,"timestamp":1515368737391},"Display.Compass":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Compass","allowed":true,"timestamp":1515368737391},"MapType.Night":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Night","allowed":true,"timestamp":1515368737391},"Display.Minimap":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Minimap","allowed":true,"timestamp":1515368737391},"Action.Teleport":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Action.Teleport","allowed":false,"timestamp":1515368737391}}}
16:45:39 solarfluxreborn Netty Client IO #1 info Accepting client configs...
16:45:39 Hammer Core Netty Client IO #1 info Registering raytrace plugin: com.mrdimka.solarfluxreborn.intr.hammercore.SFRHammerCoreRaytrace ...
16:45:39 Hammer Core Netty Client IO #1 info Registered raytrace plugin: com.mrdimka.solarfluxreborn.intr.hammercore.SFRHammerCoreRaytrace in 3 ms
16:45:39 Hammer Core Netty Client IO #1 info Registering raytrace plugin: com.mrdimka.hammercore.common.blocks.multipart.HammerCoreRaytracePlugin ...
16:45:39 Hammer Core Netty Client IO #1 info Registered raytrace plugin: com.mrdimka.hammercore.common.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
16:45:39 Mekanism Netty Client IO #1 info Received config from server.
16:45:39 Mekanism Netty Client IO #1 info Received Cardboard Box blacklist entries from server (15 total)
16:45:40 ProjectE ProjectE Update Checker Client info Mod is updated.
16:45:41 NotEnoughItems Client thread error Missing container for bibliocraft
16:45:41 NotEnoughItems Client thread error Missing container for mekanism
16:45:41 NotEnoughItems Client thread error Missing container for projecte
16:45:41 NotEnoughItems Client thread error Missing container for mekanismgenerators
16:45:41 NotEnoughItems Client thread error Missing container for enderstorage
16:45:41 NotEnoughItems Client thread error Missing container for forge
16:45:41 NotEnoughItems Client thread error Missing container for simplelabels
16:45:41 NotEnoughItems Client thread error Missing container for baubles
16:45:41 NotEnoughItems Client thread error Missing container for botania
16:45:41 NotEnoughItems Client thread error Missing container for chickenchunks
16:45:41 NotEnoughItems Client thread error Missing container for enderio
16:45:41 NotEnoughItems Client thread error Missing container for storagedrawers
16:45:41 NotEnoughItems Client thread error Missing container for mekanismtools
16:45:41 NotEnoughItems Client thread error Missing container for aroma1997sdimension
16:45:44 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] InvTweaks: Configuration loaded.
16:45:46 ProjectE Client thread info Receiving EMC data from server.
16:45:46 ProjectE Client thread info Received all packets!
16:45:47 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:95]: Loading scripts
16:45:47 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file oredict.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file projecte_default.zs
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file TConstruct.zs
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file flair.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:147]: MineTweaker: Loading group intermod
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file Avaritia.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file furnace.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file p455w0rdsthings_default.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file recipes.zs
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:49 FTBLib Client thread info Reloaded CLIENT on packmode 'default'
16:45:49 SimplyJetpacks Client thread info Received server configuration
16:45:49 p455w0rd's Things Client thread info Server Configs Synced Successfully
16:45:49 p455w0rd's Things Client thread info Successfully synced player data to client
16:45:49 mcjty.lib.varia.Logging Client thread info Received dimension information from server
16:45:49 mcjty.lib.varia.Logging Client thread info Received dimlet rules from server
16:45:52 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)
16:45:52 journeymap Client thread error java.lang.NullPointerException
at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176)
at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98)
at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193)
at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176)
at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265)
at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1095_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:52 journeymap Client thread info Loading journeymap.topo.config
16:45:52 journeymap Client thread info Loaded 5 waypoints from C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\waypoints
16:45:52 journeymap Client thread info Mapping started in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0. Memory: 2189MB total, 1179MB free
16:45:52 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] 呈JourneyMap:呂 Press [呆J呂]
16:45:52 journeymap Client thread info JourneyMap: Press [J]
16:45:53 journeymap JM-task-4 warn Unable to get any texture to use as color for thermaldynamics:ThermalDynamics_0[meta=5]
16:46:10 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)
16:46:10 journeymap Client thread error java.lang.NullPointerException
at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176)
at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98)
at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193)
at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176)
at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265)
at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1095_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:46:11 FML Netty Client IO #1 error NetworkDispatcher exception
io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Thread.java:745)
Caused by: net.minecraft.util.ReportedException: Loading NBT data
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:484)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312)
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40)
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249)
... 23 more
Caused by: java.io.EOFException
at io.netty.buffer.ByteBufInputStream.readByte(ByteBufInputStream.java:147)
at net.minecraft.nbt.NBTTagCompound.func_152447_a(NBTTagCompound.java:460)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:45)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
... 34 more
16:46:11 EnderCore Netty Client IO #1 info Reset configs to client values for com.enderio.core.common.config.ConfigHandler
16:46:11 SimplyJetpacks Netty Client IO #1 info Loading configuration files
16:46:11 journeymap Client thread info Mapping halted in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0
16:46:13 FML Client thread info Applying holder lookups
16:46:13 FML Client thread info Holder lookups applied
16:46:17 Mekanism Client thread info Finished loading Cardboard Box blacklist (loaded 0 entries)
16:46:17 Mekanism Client thread info Reloaded config.
16:46:32 net.minecraft.client.Minecraft Client thread info Stopping!
16:46:32 net.minecraft.client.audio.SoundManager Client thread info SoundSystem shutting down...
Any and all help is appreciated!!!
Any Questions or want more logs, or have ideas, please quote me so that I can reply back faster.
This will not only help myself, but I have yet to see any errors similar in nature ever get solved when searching this messaging.
Was able to pin point the error that keeps kicking players here:
[18:53:18] [Netty Server IO #5/ERROR]: java.util.ConcurrentModificationException[18:53:18] [Netty Server IO #5/ERROR]: java.util.ConcurrentModificationException[18:53:18] [Netty Server IO #5/ERROR]: NetworkDispatcher exceptionjava.io.IOException: An existing connection was forcibly closed by the remote host at sun.nio.ch.SocketDispatcher.write0(Native Method) ~[?:1.8.0_25] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) ~[?:1.8.0_25] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) ~[?:1.8.0_25] at sun.nio.ch.IOUtil.write(IOUtil.java:51) ~[?:1.8.0_25] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:470) ~[?:1.8.0_25] at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:270) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:315) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:676) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1059) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.flush(NetworkDispatcher.java:549) ~[NetworkDispatcher.class:?] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:718) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at net.minecraft.network.NetworkManager$4.run(NetworkManager.java:247) [eo$4.class:?] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-all-4.0.23.Final.jar:4.0.23.Final] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25][18:53:18] [Server thread/INFO]: Tinktrbell lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}[18:53:18] [Server thread/INFO]: Tinktrbell left the game[18:53:18] [Client thread/INFO]: [CHAT] Tinktrbell left the game
Player logs literally 1 sec later:
[18:53:17] [Netty Client IO #0/ERROR]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: net.minecraft.util.ReportedException: Loading NBT data
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:484) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132) ~[ea.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87) ~[ea.class:?]
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312) ~[eq.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40) ~[fw.class:?]
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40) ~[er.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
... 23 more
Caused by: java.io.EOFException
at io.netty.buffer.ByteBufInputStream.readByte(ByteBufInputStream.java:147) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at net.minecraft.nbt.NBTTagCompound.func_152447_a(NBTTagCompound.java:460) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:45) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132) ~[ea.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87) ~[ea.class:?]
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312) ~[eq.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40) ~[fw.class:?]
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40) ~[er.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
... 23 more
[18:53:17] [Netty Client IO #0/INFO]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
[18:53:17] [Netty Client IO #0/INFO]: Loading configuration files
[18:53:17] [Client thread/INFO]: Mapping halted in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0
[18:53:18] [Client thread/INFO]: Applying holder lookups
[18:53:18] [Client thread/INFO]: Holder lookups applied
Something in the Netty-all files of the mod pack
I am currently trying to reinstall the pack and reload the world to see if that helps
But by all mean if you can find anything new to add!
Edit:
More testing:
Moved world to other players computer and ran it off of their profile, this time I got kicked with mirrored logs, so we now know it IS the world/server causing this issue.
There is an item or block in the world which has NBT data which is too lengthly for the client to receive. I know Tinker's construct's upgraded tools caused an issue with another user a little while ago.
Rollback Post to RevisionRollBack
My Github ด้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้дด็็็็็้้้้้็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้
Perhaps it is best to try to reset the world to avoid further complications.
When hosting modded worlds, especially with a lot of mods, they take up a lot of memory and CPU and thus, could make a mistake in the processing and saving of information.
I would never recommend LAN-hosted servers because most people don't have the RAM or CPU power to host a modded world for their friends. I do recommend if you can, to invest in a host that can backup your files (just incase something goes wrong) and that can host the server for you.
The Meaning of Life, the Universe, and Everything.
Join Date:
11/11/2017
Posts:
97
Location:
Inside of Minecraft's code
Minecraft:
timoreo
Member Details
journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)16:45:51 journeymap Client thread error java.lang.NullPointerException at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176)
I think that there is a position that when a player load it, journey map crashes the game. ( from the point of view of the server)
(form the point of view of the client)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
jei crashes because a non-exsiting stack got in by a aroma1997 mod (precisely at the 43 line of the ShapedAromicRecipeWrapper class, it's a null ingedient of a craft)
There is an item or block in the world which has NBT data which is too lengthly for the client to receive. I know Tinker's construct's upgraded tools caused an issue with another user a little while ago.
Removed all Tinker's Tools, and still getting kicked.
The only thing I can tell from this is that there is a block that journeymap is trying to render. When journeymap tries to render it, it reads the NBT. The client thinks the server sent an end of file signal too early, meaning the client and server disagree on the size or structure of the NBT data that was sent.
Literally anything could cause this, my only suggestion is to back up the world, and then just start removing blocks until it works. Note that the type of block you are looking to remove is anything which is a Tile Entity, including Chests, ME systems, automatic tables, tinker's construct workbenches, smelteries, mob spawners, etc.
The block is visible from the sky, and is within the logging-in player's render distance.
The only thing I can tell from this is that there is a block that journeymap is trying to render. When journeymap tries to render it, it reads the NBT. The client thinks the server sent an end of file signal too early, meaning the client and server disagree on the size or structure of the NBT data that was sent.
Literally anything could cause this, my only suggestion is to back up the world, and then just start removing blocks until it works. Note that the type of block you are looking to remove is anything which is a Tile Entity, including Chests, ME systems, automatic tables, tinker's construct workbenches, smelteries, mob spawners, etc.
The block is visible from the sky, and is within the logging-in player's render distance.
Would it be plausible to just build a cover over everything then, or even to just remove Journey Map if we wanted?
Or would that still cause an issue with something else?
Edit:
Removed Journey Map and still same issue.... At this point I just need new ideas to troubleshoot this since the issue isn't obvious enough.
Is there any other debug/output/crash logs I don't know about that might help find out what is going on?
Copied world and saved to desktop and ran as a server...... no fatal errors, no kicks (Thus far *Knocks on wood*)
I don't have great internet so running the server is still quite taxing on my network, so I would still like to fine a solution to keep this world as just an open LAN world.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have an open LAN world I can't seem to keep others connected to. After X amount of time they get kicked.
Working on Forge 2511 Playing Project Ozone Lite
Things I have done:
Region Fixer
Fresh install of Minecraft/Modpack
Reset Player data
Launching from Twitch launcher and native launcher
I am not skilled enough (at all) to translate the output logs so I have posted them below (as well as the world) for others to help me learn how to debug this issue.
LAN World Logs from point of log in to the kick
16:45:37 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell joined the game16:45:37 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell joined the game16:45:37 ProjectE Server thread info Sent EMC data packets to: Tinktrbell16:45:37 ProjectE Server thread info Sent knowledge and bag data to Tinktrbell16:45:37 EnderCore Server thread info Sending server configs to client for com.enderio.core.common.config.ConfigHandler16:45:37 Mekanism Server thread info Sent config to 'TextComponent{text='', siblings=[TextComponent{text='Tinktrbell', siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/msg Tinktrbell '}, hoverEvent=HoverEvent{action=SHOW_ENTITY, value='TextComponent{text='{name:"Tinktrbell",id:"0e9a0aef-d529-4031-bc67-ed4847045f66"}', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}'}, insertion=Tinktrbell}}], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/msg Tinktrbell '}, hoverEvent=HoverEvent{action=SHOW_ENTITY, value='TextComponent{text='{name:"Tinktrbell",id:"0e9a0aef-d529-4031-bc67-ed4847045f66"}', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}'}, insertion=Tinktrbell}}.'16:45:37 p455w0rd's Things Server thread info Sending Configs to Tinktrbell16:45:37 mcjty.lib.varia.Logging Server thread info SMP: Player logged in: Sync diminfo to clients16:45:37 mcjty.lib.varia.Logging Server thread info Sync dimension info to clients!16:45:37 mcjty.lib.varia.Logging Server thread info Send dimlet rules to the client16:45:37 mcjty.lib.varia.Logging Server thread info Rules packet size: 5785 of 819216:45:37 mcjty.lib.varia.Logging Client thread info Received dimension information from server16:45:38 chancecubes Thread-28 error Chance Cubes failed to get the list of users with custom rewards!16:45:51 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)16:45:51 journeymap Client thread error java.lang.NullPointerException at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176) at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98) at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193) at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176) at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265) at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1093_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884) at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)16:45:56 FML Server thread info Unloading dimension -1132516:45:56 FML Server thread info Unloading dimension 616:45:56 FML Server thread info Unloading dimension -116:45:56 FML Server thread info Unloading dimension 116:46:13 net.minecraft.network.NettyPacketEncoder Netty Server IO #3 error java.util.ConcurrentModificationException16:46:13 FML Netty Server IO #3 error NetworkDispatcher exceptionjava.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:192) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) at java.lang.Thread.run(Thread.java:745)16:46:13 net.minecraft.network.NetHandlerPlayServer Server thread info Tinktrbell lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An established connection was aborted by the software in your host machine], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}16:46:13 net.minecraft.server.MinecraftServer Server thread info Tinktrbell left the game16:46:13 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] Tinktrbell left the game16:46:20 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)16:46:20 journeymap Client thread error java.lang.NullPointerException at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176) at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98) at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193) at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556) at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317) at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176) at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265) at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1093_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884) at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Logs of Player being kicked
16:45:34 FML Netty Client IO #1 info Server protocol version 2
16:45:34 FML Netty Client IO #1 info Injecting existing block and item data into this client instance
16:45:34 FML Netty Client IO #1 warn The ID 1321 is currently locally mapped - it will be replaced with air for this session
16:45:35 FML Netty Client IO #1 info Applying holder lookups
16:45:35 FML Netty Client IO #1 info Holder lookups applied
16:45:35 FML Netty Client IO #1 info [Netty Client IO #1] Client side modded connection established
16:45:35 mcjty.lib.varia.Logging Netty Client IO #1 info DimensionSyncPacket: Registering: 2
16:45:35 journeymap Netty Client IO #1 info Client features set for player by server: {"dimension":0,"policyMap":{"Radar.HostileMob":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.HostileMob","allowed":true,"timestamp":1515368737391},"Radar.PassiveMob":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.PassiveMob","allowed":true,"timestamp":1515368737391},"MapType.Biome":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Biome","allowed":true,"timestamp":1515368737391},"Display.Fullscreen":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Fullscreen","allowed":true,"timestamp":1515368737391},"MapType.Underground":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Underground","allowed":true,"timestamp":1515368737391},"Display.WaypointBeacon":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.WaypointBeacon","allowed":true,"timestamp":1515368737391},"MapType.Day":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Day","allowed":true,"timestamp":1515368737391},"Radar.Player":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Player","allowed":true,"timestamp":1515368737391},"Display.WaypointManager":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.WaypointManager","allowed":true,"timestamp":1515368737391},"Display.Webmap":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Webmap","allowed":true,"timestamp":1515368737391},"MapType.Topo":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Topo","allowed":true,"timestamp":1515368737391},"Radar.NPC":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.NPC","allowed":true,"timestamp":1515368737391},"Radar.Waypoint":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Waypoint","allowed":true,"timestamp":1515368737391},"Radar.Vehicle":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Radar.Vehicle","allowed":true,"timestamp":1515368737391},"Display.Compass":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Compass","allowed":true,"timestamp":1515368737391},"MapType.Night":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"MapType.Night","allowed":true,"timestamp":1515368737391},"Display.Minimap":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Display.Minimap","allowed":true,"timestamp":1515368737391},"Action.Teleport":{"origin":"jm.common.server_config_op_global","event":"Update","feature":"Action.Teleport","allowed":false,"timestamp":1515368737391}}}
16:45:39 solarfluxreborn Netty Client IO #1 info Accepting client configs...
16:45:39 Hammer Core Netty Client IO #1 info Registering raytrace plugin: com.mrdimka.solarfluxreborn.intr.hammercore.SFRHammerCoreRaytrace ...
16:45:39 Hammer Core Netty Client IO #1 info Registered raytrace plugin: com.mrdimka.solarfluxreborn.intr.hammercore.SFRHammerCoreRaytrace in 3 ms
16:45:39 Hammer Core Netty Client IO #1 info Registering raytrace plugin: com.mrdimka.hammercore.common.blocks.multipart.HammerCoreRaytracePlugin ...
16:45:39 Hammer Core Netty Client IO #1 info Registered raytrace plugin: com.mrdimka.hammercore.common.blocks.multipart.HammerCoreRaytracePlugin in 0 ms
16:45:39 Mekanism Netty Client IO #1 info Received config from server.
16:45:39 Mekanism Netty Client IO #1 info Received Cardboard Box blacklist entries from server (15 total)
16:45:40 ProjectE ProjectE Update Checker Client info Mod is updated.
16:45:41 NotEnoughItems Client thread error Missing container for bibliocraft
16:45:41 NotEnoughItems Client thread error Missing container for mekanism
16:45:41 NotEnoughItems Client thread error Missing container for projecte
16:45:41 NotEnoughItems Client thread error Missing container for mekanismgenerators
16:45:41 NotEnoughItems Client thread error Missing container for enderstorage
16:45:41 NotEnoughItems Client thread error Missing container for forge
16:45:41 NotEnoughItems Client thread error Missing container for simplelabels
16:45:41 NotEnoughItems Client thread error Missing container for baubles
16:45:41 NotEnoughItems Client thread error Missing container for botania
16:45:41 NotEnoughItems Client thread error Missing container for chickenchunks
16:45:41 NotEnoughItems Client thread error Missing container for enderio
16:45:41 NotEnoughItems Client thread error Missing container for storagedrawers
16:45:41 NotEnoughItems Client thread error Missing container for mekanismtools
16:45:41 NotEnoughItems Client thread error Missing container for aroma1997sdimension
16:45:44 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] InvTweaks: Configuration loaded.
16:45:46 ProjectE Client thread info Receiving EMC data from server.
16:45:46 ProjectE Client thread info Received all packets!
16:45:47 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:95]: Loading scripts
16:45:47 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file oredict.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file projecte_default.zs
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file TConstruct.zs
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: manyullyn
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: electrum
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: alumite
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: knightslime
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: signalum_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: enderium_plustic
16:45:48 STDOUT Client thread info [modtweaker.brackets.util.MCMaterial:<init>:17]: added: infinity_avaritia_plustic
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file flair.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:147]: MineTweaker: Loading group intermod
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file Avaritia.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file furnace.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file p455w0rdsthings_default.zs
16:45:48 STDOUT Client thread info [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file recipes.zs
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:48 JEI Client thread error Null stacks
java.lang.NullPointerException
at mezz.jei.util.StackHelper.getAllSubtypes(StackHelper.java:265)
at mezz.jei.plugins.vanilla.ingredients.ItemStackHelper.expandSubtypes(ItemStackHelper.java:24)
at mezz.jei.util.Ingredients.setInputLists(Ingredients.java:32)
at aroma1997.core.integration.jei.recipe.ShapedAromicRecipeWrapper.getIngredients(ShapedAromicRecipeWrapper.java:43)
at mezz.jei.RecipeRegistry.getIngredients(RecipeRegistry.java:288)
at mezz.jei.RecipeRegistry.removeRecipeUnchecked(RecipeRegistry.java:387)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:358)
at mezz.jei.RecipeRegistry.removeRecipe(RecipeRegistry.java:329)
at minetweaker.mods.jei.JEIRecipeRegistry.removeRecipe(JEIRecipeRegistry.java:44)
at minetweaker.mc1102.recipes.MCRecipeManager$ActionRemoveRecipes.apply(MCRecipeManager.java:348)
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:52)
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:137)
at minetweaker.mc1102.recipes.MCRecipeManager.remove(MCRecipeManager.java:105)
at Recipes.__script__(recipes.zs:37)
at __ZenMain__.run(recipes.zs)
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:153)
at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:508)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.handle(MineTweakerLoadScriptsHandler.java:25)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler.lambda$onMessage$0(MineTweakerLoadScriptsHandler.java:16)
at minetweaker.mc1102.network.MineTweakerLoadScriptsHandler$$Lambda$1122/869728622.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:49 FTBLib Client thread info Reloaded CLIENT on packmode 'default'
16:45:49 SimplyJetpacks Client thread info Received server configuration
16:45:49 p455w0rd's Things Client thread info Server Configs Synced Successfully
16:45:49 p455w0rd's Things Client thread info Successfully synced player data to client
16:45:49 mcjty.lib.varia.Logging Client thread info Received dimension information from server
16:45:49 mcjty.lib.varia.Logging Client thread info Received dimlet rules from server
16:45:52 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)
16:45:52 journeymap Client thread error java.lang.NullPointerException
at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176)
at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98)
at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193)
at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176)
at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265)
at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1095_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:45:52 journeymap Client thread info Loading journeymap.topo.config
16:45:52 journeymap Client thread info Loaded 5 waypoints from C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\waypoints
16:45:52 journeymap Client thread info Mapping started in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0. Memory: 2189MB total, 1179MB free
16:45:52 net.minecraft.client.gui.GuiNewChat Client thread info [CHAT] 呈JourneyMap:呂 Press [呆J呂]
16:45:52 journeymap Client thread info JourneyMap: Press [J]
16:45:53 journeymap JM-task-4 warn Unable to get any texture to use as color for thermaldynamics:ThermalDynamics_0[meta=5]
16:46:10 journeymap Client thread error Error during MiniMap.drawMap(): null (SUPPRESSED)
16:46:10 journeymap Client thread error java.lang.NullPointerException
at journeymap.client.api.model.TextProperties.getOffsetX(TextProperties.java:176)
at journeymap.client.render.draw.DrawPolygonStep.updatePositions(DrawPolygonStep.java:98)
at journeymap.client.render.draw.BaseOverlayDrawStep.isOnScreen(BaseOverlayDrawStep.java:193)
at journeymap.client.render.draw.DrawPolygonStep.draw(DrawPolygonStep.java:53)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:556)
at journeymap.client.render.map.GridRenderer.draw(GridRenderer.java:536)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:317)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:176)
at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:265)
at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:111)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1095_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:884)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:117)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1072)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
16:46:11 FML Netty Client IO #1 error NetworkDispatcher exception
io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Thread.java:745)
Caused by: net.minecraft.util.ReportedException: Loading NBT data
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:484)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312)
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40)
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249)
... 23 more
Caused by: java.io.EOFException
at io.netty.buffer.ByteBufInputStream.readByte(ByteBufInputStream.java:147)
at net.minecraft.nbt.NBTTagCompound.func_152447_a(NBTTagCompound.java:460)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:45)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
... 34 more
16:46:11 EnderCore Netty Client IO #1 info Reset configs to client values for com.enderio.core.common.config.ConfigHandler
16:46:11 SimplyJetpacks Netty Client IO #1 info Loading configuration files
16:46:11 journeymap Client thread info Mapping halted in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0
16:46:13 FML Client thread info Applying holder lookups
16:46:13 FML Client thread info Holder lookups applied
16:46:17 Mekanism Client thread info Finished loading Cardboard Box blacklist (loaded 0 entries)
16:46:17 Mekanism Client thread info Reloaded config.
16:46:32 net.minecraft.client.Minecraft Client thread info Stopping!
16:46:32 net.minecraft.client.audio.SoundManager Client thread info SoundSystem shutting down...
Any and all help is appreciated!!!
Any Questions or want more logs, or have ideas, please quote me so that I can reply back faster.
This will not only help myself, but I have yet to see any errors similar in nature ever get solved when searching this messaging.
Was able to pin point the error that keeps kicking players here:
[18:53:18] [Netty Server IO #5/ERROR]: java.util.ConcurrentModificationException[18:53:18] [Netty Server IO #5/ERROR]: java.util.ConcurrentModificationException[18:53:18] [Netty Server IO #5/ERROR]: NetworkDispatcher exceptionjava.io.IOException: An existing connection was forcibly closed by the remote host at sun.nio.ch.SocketDispatcher.write0(Native Method) ~[?:1.8.0_25] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) ~[?:1.8.0_25] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) ~[?:1.8.0_25] at sun.nio.ch.IOUtil.write(IOUtil.java:51) ~[?:1.8.0_25] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:470) ~[?:1.8.0_25] at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:270) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:315) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:676) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1059) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.flush(NetworkDispatcher.java:549) ~[NetworkDispatcher.class:?] at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:718) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at net.minecraft.network.NetworkManager$4.run(NetworkManager.java:247) [eo$4.class:?] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-all-4.0.23.Final.jar:4.0.23.Final] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25][18:53:18] [Server thread/INFO]: Tinktrbell lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}[18:53:18] [Server thread/INFO]: Tinktrbell left the game[18:53:18] [Client thread/INFO]: [CHAT] Tinktrbell left the game
Player logs literally 1 sec later:
io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-all-4.0.23.Final.jar:4.0.23.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: net.minecraft.util.ReportedException: Loading NBT data
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:484) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132) ~[ea.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87) ~[ea.class:?]
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312) ~[eq.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40) ~[fw.class:?]
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40) ~[er.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
... 23 more
Caused by: java.io.EOFException
at io.netty.buffer.ByteBufInputStream.readByte(ByteBufInputStream.java:147) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at net.minecraft.nbt.NBTTagCompound.func_152447_a(NBTTagCompound.java:460) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:45) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132) ~[ea.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87) ~[ea.class:?]
at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312) ~[eq.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148837_a(SourceFile:40) ~[fw.class:?]
at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40) ~[er.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
... 23 more
[18:53:17] [Netty Client IO #0/INFO]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
[18:53:17] [Netty Client IO #0/INFO]: Loading configuration files
[18:53:17] [Client thread/INFO]: Mapping halted in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0
[18:53:18] [Client thread/INFO]: Applying holder lookups
[18:53:18] [Client thread/INFO]: Holder lookups applied
Something in the Netty-all files of the mod pack
I am currently trying to reinstall the pack and reload the world to see if that helps
But by all mean if you can find anything new to add!
Edit:
More testing:
Moved world to other players computer and ran it off of their profile, this time I got kicked with mirrored logs, so we now know it IS the world/server causing this issue.
There is an item or block in the world which has NBT data which is too lengthly for the client to receive. I know Tinker's construct's upgraded tools caused an issue with another user a little while ago.
My Github ด้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้дด็็็็็้้้้้็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้
Hi!
Perhaps it is best to try to reset the world to avoid further complications.
When hosting modded worlds, especially with a lot of mods, they take up a lot of memory and CPU and thus, could make a mistake in the processing and saving of information.
I would never recommend LAN-hosted servers because most people don't have the RAM or CPU power to host a modded world for their friends. I do recommend if you can, to invest in a host that can backup your files (just incase something goes wrong) and that can host the server for you.
Regards.
I think that there is a position that when a player load it, journey map crashes the game. ( from the point of view of the server)
(form the point of view of the client)
jei crashes because a non-exsiting stack got in by a aroma1997 mod (precisely at the 43 line of the ShapedAromicRecipeWrapper class, it's a null ingedient of a craft)
How would I go about fixing this? MCEdit and remove the said item/block?
I reset the dimension of that mod where I believe the issue to be as that mod only adds that dimension.
Removed all Tinker's Tools, and still getting kicked.
The only thing I can tell from this is that there is a block that journeymap is trying to render. When journeymap tries to render it, it reads the NBT. The client thinks the server sent an end of file signal too early, meaning the client and server disagree on the size or structure of the NBT data that was sent.
Literally anything could cause this, my only suggestion is to back up the world, and then just start removing blocks until it works. Note that the type of block you are looking to remove is anything which is a Tile Entity, including Chests, ME systems, automatic tables, tinker's construct workbenches, smelteries, mob spawners, etc.
The block is visible from the sky, and is within the logging-in player's render distance.
My Github ด้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้дด็็็็็้้้้้็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้
Would it be plausible to just build a cover over everything then, or even to just remove Journey Map if we wanted?
Or would that still cause an issue with something else?
Edit:
Removed Journey Map and still same issue.... At this point I just need new ideas to troubleshoot this since the issue isn't obvious enough.
Is there any other debug/output/crash logs I don't know about that might help find out what is going on?
i think that a amora portal sould break some thing
make a backup of your world then try to remove the amora mod and his core and when you launch the server forge should remove any amora blocks
New Info:
Removed Journey map and Aroma1997 mods (both Core and Main)
Even renamed the world per Mod Pack creator to no avail
Here is the new logs with all that
LAN server
https://pastebin.com/QdnudRL1
Kicked Player:
https://pastebin.com/KXtZWWyJ
Some more, new info:
Copied world and saved to desktop and ran as a server...... no fatal errors, no kicks (Thus far *Knocks on wood*)
I don't have great internet so running the server is still quite taxing on my network, so I would still like to fine a solution to keep this world as just an open LAN world.