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

Game crashes without opening #38

Closed
vizthex123 opened this issue Oct 12, 2020 · 3 comments
Closed

Game crashes without opening #38

vizthex123 opened this issue Oct 12, 2020 · 3 comments

Comments

@vizthex123
Copy link

Environment

  • MixinBootstrap version: 1.0.5
  • Forge version: 14.23.5.2854
  • Minecraft version: 1.12.2
  • Java version: Java 8 update 261
  • Mods: A lot. It happens in my new modpack.

Issue Description
The game crashes without even opening. Adding Mixin Compat fixes this issue.

Here's the log: https://pastebin.com/vC2fipVV

@LXGaming
Copy link
Owner

Looks like the issue is caused by Durability101 loading in Mixin v0.7.11 but VanillaFix requires Mixin v0.8+.
MixinCompact fixes this by having a file name which gets loaded by Forge first which then causes Mixin v0.8 to get loaded instead.

You can ether rename MixinBootstrap to be loaded first or simply remove it and just use MixinCompact.

@vizthex123
Copy link
Author

Yeah I use Mixin Compat, but it'd be nice to have this fixed in Mixin Bootstrap; if possible.

@LXGaming
Copy link
Owner

Sadly it's not something that can be fixed, The solution is to rename the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants