More Mekanism Processing

More Mekanism Processing

2M Downloads

CRASH with the new Mekanism 10.1

Cynix32 opened this issue · 1 comments

commented

More Mekanism processing crashes at startup (fail to initialize class) with the newest release of mekanism 10.1
CRASHLOG: https://pastebin.com/DAsJACcm
Mekanism Addons also has this issue, I assume a lot of changes both on user side and internal code side were implemented with the new mekanism.

commented

In my test, MoreMekanismProcessing (MMP) has not crashed (only installed MMP, Mekanism 10.1)
In that crash, Mekanism Addon affected MMP

  1. 'Mekanism Addon' try inject mixin code to 'Mekanism'
  2. That mixin code is crashed on 'Mekansim' 10.1
  3. As a result, 'Mekanism' s class load failed
  4. by the way, 'MMP' try access to failed class
  5. Finally 'MMP' is crash too

Uninstall Mekanism Addon until updated
Then crash should not occur.
Would you like to try that?