Malum

Malum

2M Downloads

Crash during game loading screen

Parazouillee opened this issue ยท 2 comments

commented

Hey,
I just started to create a new modpack that inclued Malum and Lodestone. However, every time I started the game, Minecraft crashed...

Here is the crash report :
https://pastebin.com/SYnULAzs

We can see that Lodestone and Malum are the crash reason at L38/39 :

Caused by: java.lang.NullPointerException: Cannot invoke "team.lodestar.lodestone.handlers.RenderHandler$LodestoneRenderLayer.getTarget()" because "team.lodestar.lodestone.handlers.RenderHandler.DELAYED_RENDER" is null
at com.sammy.malum.client.renderer.block.SpiritCrucibleRenderer.(SpiritCrucibleRenderer.java:42) ~[malum-1.20.1-1.6.1.jar%23479!/:1.20.1-1.6.1] {re:classloading}

Minecraft Version : 1.20.1
Lodestone Version : 1.6.1
Malum Version : 1.6.1

Thanks in advance for the help ! :)

commented

That is very concerning... Some mod you have installed is causing block entities to try and render before the game is finished initializing- which is rlly bad.

commented

Having the exact same error.
Crash: https://pastebin.com/hKUs4XSM
Wonder if it's a specific mods we both might be having... I have over 1k mods so to pin point this would be a pain... Wish I added malum earlier in the modding process I might be able to find it way easier lol