[1.12] Crash on Gameload
MasterEnderman opened this issue ยท 2 comments
Issue description:
Minecraft doesn't load at all and crashes during the loadingscreen
Steps to reproduce:
- install Forge, mekanism and mekanism generators
- start the pack
- crash
Version (make sure you are on the latest version before reporting):
Forge: 14.23.2.2623
Mekanism: 9.4.3.330
Mekanism Generators: 9.4.3.330
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
Seems to me that a mod you use has outdated api i have tried forge 14.23.2.2623 and only Mekanism and no crashing on load and
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Mekanism (mekanism)
Caused by: java.lang.NoClassDefFoundError: mekanism/api/MekanismAPI$BoxBlacklistEvent
in your pastebin tells me that is the issue possibly but not 100% certain but if you remove mods 1 By 1 and see if it crashes and when it stops crashing you have found that which mod is makin mekanism crash with its outdated api
You seem to have a mod that's bundling our API (a no-no to begin with), but it's bundling the 1.7 version.
So yeah, you'll need to remove mods til it stops, or add them until it does, as your reproduction steps do not match your log.
Closing because this cannot possibly be us (or the mod would fail to even compile)