question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tried to read NBT tag that was too big

See original GitHub issue

A player of ours keeps having issues when they put ME drives into a travler’s sack. They get the following error.

[16:47:16] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097227bytes where max allowed: 2097152

Is there something you can do on your end to resolve this or should I report this to the author of Applied Energistics?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Ellpeckcommented, Jun 22, 2018

Contrary to what everyone is saying, this is actually an issue with Actually Additions. The sack’s specific item contents should not be synced to the client via NBT, but rather just when the container gets opened (which happens automatically). This would avoid large tags exceeding the packet limit. Check the Storage Crate code for reference, as its ItemBlock does this exact thing.

0reactions
Shadows-of-Firecommented, Jun 22, 2018

Closed via ac2bc01

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tried to read NBT tag that was too big - Java Edition Support
I have a problem on my Minecraft 1.12.2 modded server, the server is running fine I play with my friend (2 players in...
Read more >
Tried to read NBT tag that was too big error. - Minehut Forums
I'd suggest you try restarting your server to fix this issue. If this doesn't work, you could try removing this (see image) including...
Read more >
Tried to read NBT tag that was too big · Issue #742 - GitHub
The chunk that causes the crash has a block with too much NBT data. This is usually caused by a bunch of apotheosis...
Read more >
Tried to read NBT tag that was too big; tried to allocate - Reddit
The server owner should check the server log for the exact location of the event that caused the player to be kicked then...
Read more >
"Tried to read NBT tag that was too big" kick loop after mining ...
How to recreate: 1. Use something like NBT Explorer or the the "/more" command on a paper server with essentials installed to create...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found