Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalAccessError: org/dimdev/vanillafix/mixins/MixinUtil$1 #21

Closed
Bneboy opened this issue May 16, 2018 · 6 comments
Closed
Labels
caused by dependency The issue is caused by a dependency, not the project itself

Comments

@Bneboy
Copy link

Bneboy commented May 16, 2018

Hey, I get this crash when I tried to get into my world.
The crash message said the possible mod that caused the crash was unknown.
Juding by the crash report, it seems like it's VanillaFix itself? Though I don't know for sure.

Crash report:
https://pastebin.com/JTALgGHP

@Runemoro Runemoro added the bug Something isn't working label May 16, 2018
@DatrixTHLK
Copy link

DatrixTHLK commented May 16, 2018

I have a similar issue located on ArtixAllMighty's Github page with Vanilla Fix Issue 34 Just incase it might be on his side

@Runemoro
Copy link
Member

Does it also happen without Telepads installed?

@Zer0Lyfe
Copy link

also happened to me:
https://paste.dimdev.org/dosugokomo.txt

@Runemoro Runemoro changed the title Crash when loading up my world java.lang.IllegalAccessError: tried to access class org.dimdev.vanillafix.mixins.MixinUtil$1 from class net.minecraft.util.Util May 16, 2018
@Runemoro Runemoro changed the title java.lang.IllegalAccessError: tried to access class org.dimdev.vanillafix.mixins.MixinUtil$1 from class net.minecraft.util.Util java.lang.IllegalAccessError: org/dimdev/vanillafix/mixins/MixinUtil$1 May 16, 2018
@DatrixTHLK
Copy link

DatrixTHLK commented May 17, 2018

It does not happen unless that mod is installed.

Edit: Strange thing though that it doesn't crash if Vanilla Fix isn't in my mods folder. All the mods I have installed work just fine without Vanilla Fix. I'm going to have to lean towards your mod giving a false positive or there is an incompatibility.

@Runemoro
Copy link
Member

Fixed in the latest dev build.

@Runemoro Runemoro added fixed caused by dependency The issue is caused by a dependency, not the project itself labels May 17, 2018
@Runemoro
Copy link
Member

Runemoro commented May 17, 2018

Note: This seems to be a bug with Mixin, similar to SpongePowered/Mixin#31. I replaced the switch with an if-else as a workaround.

@Runemoro Runemoro removed the bug Something isn't working label May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
caused by dependency The issue is caused by a dependency, not the project itself
Projects
None yet
Development

No branches or pull requests

4 participants