FTBTeam / FTB-University

FTB University Issue tracker is now closed, use https://github.com/FTBTeam/FTB-Modpack-Issues
10 stars 7 forks source link

[Crash]: Getting disconnected from single player. #300

Open Avatarded opened 3 years ago

Avatarded commented 3 years ago
aaronhowser1 commented 3 years ago
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097187bytes where max allowed: 2097152

I'm not entirely sure how to figure out what nbt is that large though, unfortunately

Avatarded commented 3 years ago

What kinds of things are NBT tags? Other than enchanted books, I can't think of anything that I have in enough quantity to pose a problem.

aaronhowser1 commented 3 years ago

Basically like, anything complex. Wrench mode, RF stored, inventory contents, etc. Anything that isn't stored in the item id or metadata/damage. It could even be a dropped item that doesn't despawn that has a massively large age, though that one is a bit out there. I would think it's either a mob or a storage block that has a massive amount of items in it.

Avatarded commented 3 years ago

If I had to guess, since it's completely random, and seems to be happening in the chunk my cursed earth is in, it's probably a boss mob's name. It doesn't seem consistent enough to be an inventory problem.