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

SReplay Conflicts With Lithium In 1.16.5 #4

Open
111inhistory opened this issue Dec 9, 2021 · 1 comment
Open

SReplay Conflicts With Lithium In 1.16.5 #4

111inhistory opened this issue Dec 9, 2021 · 1 comment

Comments

@111inhistory
Copy link

111inhistory commented Dec 9, 2021

As title says.Crash report and server log attached.Only use lithium and SReplay.Use Dragonwell JDK 11
crash-2021-12-09_10.31.03-server.txt

2021-12-09-7.log.gz

@Hadron67
Copy link
Member

This is caused by that Lithium overwrites net.minecraft.server.world.ThreadedAnvilChunkStorage#updatePosition where SReplay also mixins a redirect into (source). This mixin point is part of the configurable watch distance feature. It's seems non-trivial to workaround since Lithium rewrites most of the player chunk position update logic. A simple but maybe undesirable fix might be disable this feature when Lithium is present.

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

2 participants