I am working in a LAN connected world of Project Ozone Lite 1.3.5 with the wife (was happening on 1.3.3 as well). I have no issues playing the modpack, but after some time she starts getting kicked with the "Internal Exception: io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data" error.
I have tried resetting her player data file, tired the chunk fixer (Minecraft Region Fixer) and still no luck.
Server and client logs below starting from a server back up to when she got kicked
Any other ideas?
Her logs:
19:09:47
FML
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
19:09:47
EnderCore
Reset configs to client values for com.enderio.core.common.config.ConfigHandler
That's the issue, that is 100% of the logs for that time.
That why I believe it to be a client side crash.
I believe I found out what it is. Too much NBT data on her Tinker's shuiken..... will update with news as and when it breaks!
Edit: deleted both of out Shurikens...... no luck, still getting kicked..... still nothing on the server side logs when it happens, still exact same (other than time stamps) on her logs.
I am working in a LAN connected world of Project Ozone Lite 1.3.5 with the wife (was happening on 1.3.3 as well). I have no issues playing the modpack, but after some time she starts getting kicked with the "Internal Exception: io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data" error.
I have tried resetting her player data file, tired the chunk fixer (Minecraft Region Fixer) and still no luck.
Server and client logs below starting from a server back up to when she got kicked
Any other ideas?
Her logs:
19:09:47
FML
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
19:09:47
EnderCore
Reset configs to client values for com.enderio.core.common.config.ConfigHandler
19:09:48
SimplyJetpacks
Loading configuration files
19:09:48
journeymap
Mapping halted in C:\Users\Burton\Documents\Curse\Minecraft\Instances\Project Ozone Lite\journeymap\data\mp\Nights_Path~POLite~1~3~\DIM0
19:09:50
FML
Applying holder lookups
19:09:50
FML
Holder lookups applied
19:09:56
Mekanism
Finished loading Cardboard Box blacklist (loaded 0 entries)
19:09:56
Mekanism
Reloaded config.
Server logs:
19:09:31
net.minecraft.server.MinecraftServer
Server backup done in 00:00:10! (170.0MB | 498.2MB)
19:09:31
net.minecraft.client.gui.GuiNewChat
[CHAT] Server backup done in 00:00:10! (170.0MB | 498.2MB)
19:09:48
net.minecraft.network.NettyPacketEncoder
java.util.ConcurrentModificationException
19:09:48
net.minecraft.network.NetHandlerPlayServer
Tinktrbell lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
19:09:48
net.minecraft.server.MinecraftServer
Tinktrbell left the game
19:09:48
net.minecraft.client.gui.GuiNewChat
[CHAT] Tinktrbell left the game
Please post the full ConcurrentModificationException that happens at 19:09:48 on the server.
My Github ด้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้дด็็็็็้้้้้็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้
That's the issue, that is 100% of the logs for that time.
That why I believe it to be a client side crash.
I believe I found out what it is. Too much NBT data on her Tinker's shuiken..... will update with news as and when it breaks!Edit: deleted both of out Shurikens...... no luck, still getting kicked..... still nothing on the server side logs when it happens, still exact same (other than time stamps) on her logs.