[1.18.2] does it fix String too big?
MSandro opened this issue ยท 1 comments
if I add some new mods to my modpack, it does not let me connect to the server:
Thu, Aug 25 2022 9:32:57 am | io.netty.handler.codec.EncoderException: String too big (was 83015 bytes encoded, max 32767)
Thu, Aug 25 2022 9:32:57 am | at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.4) ~[?:?]
Thu, Aug 25 2022 9:32:57 am | at net.minecraft.network.PacketByteBuf.writeString(PacketByteBuf:519) ~[?:?]
Thu, Aug 25 2022 9:32:57 am | at net.minecraft.network.PacketByteBuf.writeString(PacketByteBuf:513) ~[?:?]
I tried to fix with XLPackets but it does not change anything.
https://bugs.mojang.com/browse/MC-131665