-
Notifications
You must be signed in to change notification settings - Fork 220
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
NullPointerException when rendering a schematic placement #898
Comments
This is probably another case of some mod throwing an exception when loading into the world, which prevents some of Litematica's code from running that would come after that mod. You can try adding |
Would it possibly be one of these mods?
|
The only way to really know is to try without them, for example first without all of them and if it doesn't crash then you can narrow down which mod exactly. |
sorry i only copied half of it on accident
|
alright I'm going to go do this now |
Litematica 0.15.4, Malilib 0.16.3
the mod file name is just the version of mc and version of the mod (stable build)
litematica-fabric-1.20.1-0.15.4.jar
If it helps to know, I also have Syncmatica, Litemoretica, Litematica E.C. Materials, Litematica Printer, Litematica Printer Easyplace Extension, Loosen Litematica, and Litematica Server Paster. (all at the latest versions as of 10.6.2024 12:30 gmt-6).
I am fairly sure it is not one of these as disabling them all doesn't stop the crash.
I also use Iris, but it is not that either as turning off shaders/completely disabling iris doesn't fix the crash.
Litematica crashes when rendering a schematic placement because of a null variable not being updated. I am a developer myself but have no clue why it doesn't update this variable. in litematica/src/main/java/fi/dy/masa/litematica/render/schematic
/WorldRendererSchematic.java
Here is my full crash log
crash-2024-10-06_12.15.21-client.txt
The text was updated successfully, but these errors were encountered: