Mekanism

Mekanism

111M Downloads

Crash on startup [1.12]

zackeezy opened this issue ยท 9 comments

commented

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:

  1. Load the other mods I have installed with the same versions
  2. Watch it crash
  3. 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)

pastebin link here

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.

commented

I would expect Forge to unload tools/generators so the event bus is unloaded, but apparently the bus stays loaded.

commented

@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

commented

That crash doesn't look like it should be possible.... @thommy101 any ideas?

commented

Here's my fml-client-latest.log

Edit: I removed the Tools module and got this.

commented

I agree with you @thiakil, looks impossible, but I'll look into it

commented

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..

commented

And forge seems to be bugging out and still calling the registration event? D:

commented

Yea the api jar was the issue.

commented

Great! Thanks for letting it know :)