Do a Barrel Roll

Do a Barrel Roll

3M Downloads

[Crash] 1.18.2 Forge version crashes when using this mod

DarthCaesium opened this issue ยท 5 comments

commented

I'm not entirely sure what's causing the problem, but this is what happens when using the mod for me: https://paste.ee/p/PNkvN. Mods that I suspect might cause the crash are Rubidium (unlikely but possible), Starlight, Elytra Bounce (again unlikely but possible), Better Third Person and/or Elytra Physics.

commented

This seems to be an incompatibility with Debugify, caused by how forge handles bundled modules. I'll see what I can do about it.

commented

Fix will be pushed in the next update.

commented

Alright I did a dumb with 2.0.1 and the "fix" actually broke the entire mod. Reopening this as I rolled back those changes.

commented

There is one thing that is very easy to overlook: the package name in the SPI file (in this case is META-INF/services/javax.annotation.processing.Processor) will be also added to the module.
This mod only relocates the MixinExtras itself, but does not relocate the SPI.

commented

Actual fix being published in 2.0.3, this time it shouldnt break anything.