-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NBT tag too Big #137
Comments
Hi, can you share both the client and server log files in full from a session where this issue occurred? You can remove any personal information like folder paths etc. if you want, of course. |
Hi, I also get this problem, i have to replace the capabilities.dat file with an older one, when looking inside it has a few hundred 'items' in the pretty pipes section which i think is the issue, so just too many items being transferred in the pipe network |
I'd like to join in on this problem, I have encountered a capabilities.dat file that has 1678 prettypipe:network items in it that reaches the packet size limit. I've attached a parsed file with the error from the server: Most data seems to be spent on {
"path": [
{"axis":"y", "value":5},
{"axis":"x", "value":-4},
{"axis":"z", "value":1},
]
} |
Hi! I'll need a bit more context for the error you posted, @aofekiko. It seems like a big packet is being sent here that features forge capabilities for the world from multiple mods? By default (at least when I first made the mod), Forge's Level capabilities aren't ever sent to the client automatically, and Pretty Pipes doesn't do so or require them to be either. Can you try to reproduce this issue with just Pretty Pipes installed? There might be a mod that sends all capability data to the client, no matter what mods it comes from. It might also be that I'm misunderstanding what specific packet this is, and so the full stack trace would be very useful! |
I am running the FTB Inferno modpack. I will work on trying to reproduce this. |
I managed to reproduce the issue.
Client logs show no error. capabilities.dat file: World file used for reproduction: Minecraft verison: 1.18.2 |
Thanks for investigating! This looks like it'll help a lot :) |
FYI: introducing this Packet Fixer mod solved this for me. |
I keep getting this error when using pretty pipes well i be leave this is but not 100 % sure tho "Internal Exception: io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097175bytes where max allowed: 2097152"
I am using prettypipes with minecolonies to move items into a sorter so it could be a minecolonies item going into pipes triggering error.
and I am playing through lan server so if you need any log files i would need to get them off the other computer since it hosts minecraft
The text was updated successfully, but these errors were encountered: