XL Packets Fabric

XL Packets Fabric

2M Downloads

[1.18.2] does it fix String too big?

MSandro opened this issue ยท 1 comments

commented

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

commented

this one is caused by the client trying to send too much info to the server which isn't possible in vanilla, a mod has bad code somewhere