Kick when accessing Furnace controller of a too high Furnace
DemonGamingLP opened this issue ยท 2 comments
Minecraft Version
1.12.2
Forge Version
14.23.5.2855
Mantle Version
1.3.3.55
Tinkers' Construct Version
2.13.0.183
Describe your issue
when building a furnace thats higher than anyone would need it, you get kicked (at least for server, idk what singleplayer does, however i assume youll get the same error) with the message; "Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NegativeArraySizeException" Timestamp in debug log file: [21:06:42]
Modpack: Insanecraft.
Crash Report
not crash; debug: https://gist.github.com/DemonGamingLP/4ae4b67b08d25f9202621627c5452c73
Reproduced with only Tinkers' Construct?
No
Other mods required
No response
- Confirm you have searched the tracker to see if your issue already exists
- Confirm you are not using performance enhancers, such as optifine
- Confirm you have tested without external core mods/mixins
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: VarInt too big
Looks like something is too big, probably the number of slots in the furnace (as its 4x the size and the size can get big). Probably not fixable, especially since 1.12 is only receiving minor fixes if it ever gets another build and I suspect that is deep within mojang code where the size is encoded. Make a smaller seared furnace.