Packet Fixer

Packet Fixer

21M Downloads

Doesnt do anything on 1.19.2

Closed this issue · 5 comments

commented

I load up, and get the Payload may not be larger than 1048576 bytes
error on the client

Installed on both client and server

commented

I load up, and get the Payload may not be larger than 1048576 bytes error on the client

Installed on both client and server

Sorry but, this packet is not implemented, test this alpha version:
PacketSizeDoublerForge-1.0.8-1.19.x.zip

commented

I load up, and get the Payload may not be larger than 1048576 bytes error on the client
Installed on both client and server

Sorry but, this packet is not implemented, test this alpha version: PacketSizeDoublerForge-1.0.8-1.19.x.zip

now getting a new crash with the mod and supplementaries
crash-2023-03-23_14.26.05-client.txt
and tons of mods are failing to load

commented

found a fix for ya:
inside ClientboundCustomQueryPacketMixin.java
replace @mixin(ServerboundCustomQueryPacket.class) with @mixin(ClientboundCustomQueryPacket.class)

and import net.minecraft.network.protocol.login.ServerboundCustomQueryPacket;
with import net.minecraft.network.protocol.login.ClientboundCustomQueryPacket;

fixes mod startup and boots normally (even with immersive portals)

I think the issue was having Serverbound inside of the Clientbound

edit: sorry I mistook it booting up, still sadly causes payload may not be larger than ... error

commented

fixes mod startup and boots normally (even with immersive portals)

I think the issue was having Serverbound inside of the Clientbound

edit: sorry I mistook it booting up, still sadly causes payload may not be larger than ... error

I learning for fix this error, it is very rare

commented

Fixed in 1.0.8