Packet Fixer

Packet Fixer

21M Downloads

[1.20.1] Can't join server with connectivity

Closed this issue ยท 3 comments

commented

Hello, I made a custom modpack for
Minecraft 1.20.1 forge 47.2.0
and I can't join my server, everything starts, but it throw an error when I log to my server, it seems to be related to connectivity + packetFixer :

[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet not registered: ClientboundLoginDisconnectPacket
[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet:ClientboundLoginDisconnectPacket 
[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet data:
{
  "f_134809_": "translation{key='disconnect.genericReason', args=[Internal Exception: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered]}"
}

PacketFixer is on v1.2.0.

Here's the debug log from the server :
debug.log

commented

Hello, I made a custom modpack for Minecraft 1.20.1 forge 47.2.0 and I can't join my server, everything starts, but it throw an error when I log to my server, it seems to be related to connectivity + packetFixer :

[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet not registered: ClientboundLoginDisconnectPacket
[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet:ClientboundLoginDisconnectPacket 
[19:20:03] [Netty Client IO #2/WARN] [co.co.Connectivity/]: Packet data:
{
  "f_134809_": "translation{key='disconnect.genericReason', args=[Internal Exception: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered]}"
}

PacketFixer is on v1.2.0.

Here's the debug log from the server : debug.log

Test this version: PacketFixer-1.2.0.1-1.20.1.zip

commented

Fixed in 1.2.1

commented

Yes, everything works fine, thank you