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

Crash on start #43

Closed
Kevadroz opened this issue May 27, 2018 · 3 comments
Closed

Crash on start #43

Kevadroz opened this issue May 27, 2018 · 3 comments
Labels
caused by other mod The issue is caused by another mod

Comments

@Kevadroz
Copy link

Kevadroz commented May 27, 2018

I can't start Minecraft beacause of a weird mixin related bug

Pastebin

@Runemoro
Copy link
Member

This is not caused by VanillaFix

org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException

Another one of your coremods loaded the World class before Minecraft startup. Try finding which one (search for "coremod" in the log to see which of your mods are coremods, or look at the top of a crash report), and report it to them.

Also, remove F5fix, since VanillaFix already includes F5fix's fix.

@Runemoro Runemoro added the caused by other mod The issue is caused by another mod label May 27, 2018
@Kevadroz
Copy link
Author

I found that F5fix and vanillafix are incompatible, so removing any of the two solved the issue, so i removed F5fix

@Runemoro
Copy link
Member

Yes, and VanillaFix also fixes the same bug fixed by F5fix, so you're not losing anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
caused by other mod The issue is caused by another mod
Projects
None yet
Development

No branches or pull requests

2 participants