JustEnoughIDs

JustEnoughIDs

13M Downloads

mixin issue on any post 0.8 version without any sponge stuff

modderchris opened this issue · 20 comments

commented

I keep getting this issue where I get an error like this
java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinTransformer from class net.minecraftforge.fml.common.Loader
yet this is the CLIENT and no sponge files exist only standard forge and I even tried older and newer than reccomended and deleted "lost cities" to attempt to fix it
yet this error exists depite NO CONFLICTING FILES on any version using mixin 0.8

commented
commented
commented

I'm getting the same issue with one of my modpacks
and JEID installed

commented
commented

Can you find me two post 0.8 mixin mods so I can see about getting the bug fixed

commented

I'm the current maintainer of the mod

commented

can I see your list of mods pls modderchris

commented

modderchris contact me on discord at Hauntedpasta1#8200

commented

modderchris are you there still

commented

ModderChris if you are there I need your mod list or two of the offending mods.

commented
commented

It is mixin bootstrap causing a crash with JEID

commented
commented
commented

This is because the MixinProcessor class was made package-private in Mixin 0.8.3, and JEID tries to access it. You'll need to use reflection to get to it now.

Ref: LXGaming/MixinBootstrap#48 (comment)

commented

How do I do reflection to get it

commented
commented

I am the coder

commented