Metallurgy 4: Reforged

Metallurgy 4: Reforged

438k Downloads

Crash on World Startup

GuffeTheGreat opened this issue ยท 2 comments

commented

General Information

Crashesh on World Startup

To Reproduce:

  1. Start Game
  2. Create World
  3. Crash

Expected behavior:

To Create World


Environment Versions

Versions:

  • Metallurgy: 1.0.2
  • Conflicting mod (if regarding mod integration):
  • Other mods you think could cause issues:
  • Forge: 14.23.5.2854
  • Minecraft: 1.12.2
  • Modpack (if available): https://pastebin.com/SRT08iMa

Logging Information

Please Use gist, paste.ee, pastebin or some other log sharing service

Crash Report (if available):

https://pastebin.com/0PnD2dhJ

Latest Log (if necessary):


Additional Information

Screenshots (if available):

Additional context (optional):

While the crash doesn't it its metallurgy fault, is the world created fine without it

commented

After testing have i found out that metallurgy and soot break together

commented

The issue you're experiencing has nothing to do with metallurgy, as the stacktrace says CustomMainMenu's CustomGui Class is crashing because of a NullPointerException

java.lang.NullPointerException: Updating screen events
    at net.minecraftforge.registries.ForgeRegistry.getOverrideOwners(ForgeRegistry.java:784)
    at net.minecraftforge.registries.ForgeRegistry.makeSnapshot(ForgeRegistry.java:771)
    at net.minecraftforge.registries.RegistryManager.lambda$takeSnapshot$0(RegistryManager.java:135)
    at java.lang.Iterable.forEach(Iterable.java:75)
-- Affected screen --
Details:
    Screen name: lumien.custommainmenu.gui.GuiCustom

I'd suggest checking if your CMM json configuration is invalid, else report this to CMM's Mod dev