
[๐]: Client crash when 2x2 crafting on server with Create 0.6
theboo opened this issue ยท 32 comments
BEFORE CONTINUING:
- Always check you are using the latest version of these mods and its dependencies
- Remove known problematic rendering mods such as Optifine, Sodium and others
Version-Loader
1.21.1-NEOFORGE
Moonlight Lib Version
moonlight-1.21-2.17.32
Describe the Issue
the following error seems to be causing a crash when players go to craft 2x2 recipes in their inventory with create 0.6 installed. This seems to only happen in an SMP scenario, the client crash does not occur in single player. Embeddium is in these logs but it happens without as well.
I have not had time to figure out a minimal instance to reproduce the issue, as it only happens on servers it is not currently trivial for me to set up a test scenario. I might have time this weekend if absolutely needed.
Log Attachment
[04Mar2025 17:58:03.271] [Render thread/ERROR] [mezz.jei.library.load.PluginCaller/]: Caught an error from mod plugin: class com.simibubi.create.compat.jei.CreateJEI create:jei_plugin java.lang.NullPointerException: Cannot invoke "net.mehvahdjukaar.moonlight.api.set.BlockType.getChild(String)" because "destinationMat" is null at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.api.set.BlockType.changeType(BlockType.java:222) ~[moonlight-1.21-2.17.32-neoforge.jar%23321!/:?] at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.api.set.BlockType.changeItemType(BlockType.java:230) ~[moonlight-1.21-2.17.32-neoforge.jar%23321!/:?] at TRANSFORMER/[email protected]
latest.log including the error: https://mclo.gs/OpQFkyE
crash report not included in the log: https://mclo.gs/pIarX4I
OPTIONAL: To Produce
No response
OPTIONAL: Which mods are affected?
moonlight lib, create, JEI and possibly EMI.
there seems to be 100+ failed recipes from every compat in the log, i was assuming(maybe wrongly) that was caused by an earlier error... i thought i found the earliest instance of the destinationMat error(the create snippet i posted above) but https://mclo.gs/OpQFkyE#L1295 is where it seems to start, i was mistaken.