MixinBooter

MixinBooter

7M Downloads

Crash on launch: IllegalAccessError: tried to access class MixinProcessor from class Loader

Krutoy242 opened this issue ยท 17 comments

commented

After updating from 3.0 -> 3.1 i can't load game anymore.
MC crashes early on load with this error:

Initializing game

java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.Loader
    at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(ModMixinLoader.java:1139)

Downgrading to 3.0 fixes this issue.
debug.log

commented

Unf... I could try.

commented

Thanks, much appreciated.

commented

Seems like an incompatibility with Integrated Proxy. Can you try without it?

commented

I disabled Integrated Proxy, but have same error.
debug.log

commented

Some other mod is doing the same hack as Integrated Proxy ๐Ÿ’ค hmm, I'll try write a check for this.

commented

Im testing it on my modpack E2E-E. Since it hosted on CF, you can install it to test on, if it would help.

commented

I'll do that, thanks

commented

Should be fixed in cade0f9, curse build uploading...

commented

New 3.2 version wouldn't help.
debug.log

commented

Rename the mixinbooter you downloaded by removing the . in front of it. I can't fix this other than doing that, this is other mods doing stupid stuff.

commented

I would stay on 3.0 i guess. I can rename it on my instance, but as far as i know, i cant distribute modpack on CF with renamed files.

commented

I hate mods doing stupid shit, I'll upload a thin jar.

commented

@Krutoy242 can you distribute if I upload the file as an additional file?: https://www.curseforge.com/minecraft/mc-mods/mixin-booter/files/3614763

commented

Oof, i don't know how to do that.
I'm using CurseForge launcher to select mods and it automatically download jar associated with this mod. I dont know how to select another file, other than main one.

commented

It's fine, if that jar works for you I'll upload it as a separate version.

commented

I would test it during next month. Already publishing pack with 3.0 version.

commented

Seems like problem fixed by itself.
Using .mixinbooter-4.1 and load game fine.