Elytrium / LimboHub

Get a virtual hub directly on Velocity proxy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with the new 1.20.5/1.20.6 protocol "Network Protocol Error"

Emibergo02 opened this issue · comments

it seems like the client couldn't load the chunk packet from LimboHub (we are using the 1.0.5 branch)

Failed to handle packet adu@7317d0ee
java.lang.IllegalArgumentException: No value with id 6
	at jn.b(SourceFile:19)
	at duo.a(SourceFile:83)
	at dus.a(SourceFile:175)
	at dul.a(SourceFile:159)
	at duk.a(SourceFile:458)
	at fxt.a(SourceFile:117)
	at fxy.a(SourceFile:787)
	at fxy.a(SourceFile:752)
	at adu.a(SourceFile:53)
	at adu.a(SourceFile:14)
	at zz.a(SourceFile:25)
	at bpm.d(SourceFile:162)
	at bpq.d(SourceFile:23)
	at bpm.A(SourceFile:136)
	at bpm.bA(SourceFile:121)
	at ffh.c(SourceFile:1275)
	at ffh.f(SourceFile:888)
	at net.minecraft.client.main.Main.main(SourceFile:265)

This is the client error
I searched here for any "adu" class
and it says that the error is related to ClientboundLevelChunkWithLightPacket

Can you try to reproduce this issue with the latest limboapi devbuild?

Works well thanks!