[1.21.1 NeoForge] Cannot read the array length because "<local3>" is null
Doctor-Duck opened this issue ยท 3 comments
I have been getting a crash with Ars Nouvea that happens when trying to create a new world in my own custom modpack. When I'm at the Loading Terrain screen, the game crashes with the: "java.lang.NullPointerException: Cannot read the array length because "< local3 >" is null". I've tested the latest version of Ars and the version I was using previously (which is the version present in the crash log), but every version still causes the crash. I have also disabled the Neruina mod, but the crash still persists.
Ars Nouveau version: 1.21.1-5.2.7+
NeoForge version: 21.1.83
Crash Report: https://mclo.gs/Lr4QmH1
Full latest.log: https://mclo.gs/oXFrzKE
Full debug.log: https://mclo.gs/hWgjGok
Looks like something is removing the tick time history in the world. Are you spawning in a custom dimension. or have something that changes the overworld?
I shouldn't be spawning in a custom dimension. I do have other mods that change the overworld with new biomes, structures, ores, plant, crops, and more. But to my knowledge, I haven't added any new mods that could have caused the issue, but an update with one of the mods in my modpack is whats causing the issue.
I do also have KubeJS using some modified Datapacks, but after removing them to test and see if they caused the issues, and all of my other KubeJS scripts, the crash still persists.