maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
687 stars 190 forks source link

Game Crashes Upon Loading Schematic #753

Open im-h opened 10 months ago

im-h commented 10 months ago

Minecraft: Fabric 1.19.4 Fabric: 0.14.22-1.19.4 Litematica: Fabric 1.19.4-0.14.3 Malilib: Fabric 1.19.4-0.15.4

The Game Crashes When i Try Loading Any Schematic

log: latest.log (Moment when i tried loading the schematic is marked with "//Tried Loading Schematic Here") mods: https://pastebin.com/kZqatwbu

maruohon commented 10 months ago

I would suspect some mod that throws an exception while loading into the world, which would prevent some of Litematica's initialization code from running. And it's currently not set to lazy initialize everything as needed, so some things will break if the first init doesn't run.

As to which mod causes that... no idea. You'd have to bisect it to find out. (i.e. remove half of the mods at a time and keep halving the set that has the issue until you narrow it down to maybe just one mod.)

im-h commented 10 months ago

https://github.com/maruohon/litematica/issues/753#issuecomment-1680871111

Alright, i'm gonna try now

im-h commented 10 months ago

Turns out its viafabricplus-2.7.5 which crashes the game