Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LithiumHashPalette Network Protocol Error Lithium #546

Open
Sugar-Pink opened this issue Aug 12, 2024 · 8 comments
Open

LithiumHashPalette Network Protocol Error Lithium #546

Sugar-Pink opened this issue Aug 12, 2024 · 8 comments

Comments

@Sugar-Pink
Copy link


1.21.0

lithium-fabric-mc1.21-0.12.7

Reproduction Steps

  1. Load into singleplayer world
  2. Explore the world
  3. Get network protocol error code

https://mclo.gs/IUBHMzN

I do have a lot of mods installed as shown in log, however I keep getting this error and lithium is what I see popping up in the log so figured Id just share. Thanks.

@2No2Name 2No2Name changed the title Network Protocol Error Lithium LithiumHashPalette Network Protocol Error Lithium Aug 15, 2024
@2No2Name
Copy link
Member

Relevant part, maybe some mod is causing invalid chunks or lithium is doing something differently
net.minecraft.class_6558: Missing Palette entry for index 28.
at me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette.method_12288(LithiumHashPalette.java:132)

@2No2Name
Copy link
Member

Maybe related #531

@MylesGit
Copy link

Crash on 1.21.1, seems to be the same issue. Possible incompatibility with BetterSnowCoverage?

https://mclo.gs/5PEGB6R

@2No2Name
Copy link
Member

2No2Name commented Aug 30, 2024

Probably not related to Better Snow unless they are accessing neighboring chunks in an unsafe manner

@2No2Name
Copy link
Member

I think they are directly accessing the client world from the chunk building threads on the client, which is not safe, but I am not an expert on that.

@MCRcortex
Copy link

reading should ™️ be ok, it might cause corruption on the chunk building thread but not the main thread if your just reading
(as far as i am aware, it depends on how its done however, since mc is strange and even things that look like just reads arnt)

@FelixAgairu
Copy link

I got Missing Palette entry for index
Then Network Protocol Error and disconnect from server
After update to Lithium Beta

MC 1.21.1
Fabric Loader 0.16.7
Sodium 0.5.11+mc1.21

Client (Also on Server) With Lithium 0.14.0 (Beta 1) for Fabric install on, I tp to respawnpoint then got this error.
Seems no error like output on server, just lost connection: multiplayer.disconnect.generic; multiplayer.player.left;
But if client back to Lithium 0.13.1 everythings works.

might same?
#562
#546

@2No2Name
Copy link
Member

Try to set mixin.chunk.palette=false in the lithium.properties in the config directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants