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

Schematic Placement Rendering Crashes the Game #885

Open
MEEPofFaith opened this issue Aug 30, 2024 · 1 comment
Open

Schematic Placement Rendering Crashes the Game #885

MEEPofFaith opened this issue Aug 30, 2024 · 1 comment

Comments

@MEEPofFaith
Copy link

Provide at least the following information

  • Minecraft version - 1.21
  • litematica version - litematica-fabric-1.21.1-0.19.50.jar
  • malilib version - malilib-fabric-1.21.1-0.21.0.jar

When I placed the attached schematic into the world, the game crashes. I believe it has something to do with entities in the schematic since looking at blocks in the schematic do not crash the game.
Firework Farm.zip
crash-2024-08-29_19.27.28-client.txt

Since I'm playing with a kgjhillion client-side mods, it's possible that it's an incompatibility issue with some other mod.
I've tried with disabling sodium, iris, and entity model/texture features and the crash still occurs, so I do not know which mod that's causing it.

@maruohon
Copy link
Owner

It's an issue in something called Polytone. It's trying to do something while entities in Litematica's schematic world are being rendered, and it tries to cast the schematic world to a vanilla ClientWorld, but the schematic world does not extend the ClientWorld, so it crashes.

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