Crash on startup [1.12]
zackeezy opened this issue ยท 9 comments
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
Crash on start up.
Steps to reproduce:
- Load the other mods I have installed with the same versions
- Watch it crash
- Some other third thing
Version (make sure you are on the latest version before reporting):
Forge: 14.21.1.2443
Mekanism: 9.4.0.318
Other relevant version: Mc Version: 1.12
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
Is loading the 1.12.1 version in 1.12 a problem? It hasn't been in the past. If so I can just move to 1.12.1. But if not I'd love to know what my problem is.
I would expect Forge to unload tools/generators so the event bus is unloaded, but apparently the bus stays loaded.
@zackeezy Could you look at your mod folder and check if there's a Mekanism-1.12.1-9.4.0.318-api.jar? If so, remove it and try again ;)
--Edit--
My guess, both errors will be solved if you remove it
That crash doesn't look like it should be possible.... @thommy101 any ideas?
Here's my fml-client-latest.log
Edit: I removed the Tools module and got this.
I agree with you @thiakil, looks impossible, but I'll look into it
Looked through the logs and found this:
[17:05:01] [main/ERROR] [mekanismgenerators/]: Skipping event FMLPreInitializationEvent and marking errored mod mekanismgenerators since required dependency mekanism has errored [17:05:01] [main/DEBUG] [FML/]: Bar Step: PreInitialization - MekanismGenerators took 0.000s [17:05:01] [main/ERROR] [mekanismtools/]: Skipping event FMLPreInitializationEvent and marking errored mod mekanismtools since required dependency mekanism has errored [17:05:01] [main/DEBUG] [FML/]: Bar Step: PreInitialization - MekanismTools took 0.000s
Looks like something is going wrong..