LXGaming / MixinBootstrap

MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.
Apache License 2.0
54 stars 4 forks source link

Game crashes without opening #38

Closed vizthex123 closed 4 years ago

vizthex123 commented 4 years ago

Environment

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

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

LXGaming commented 4 years ago

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 commented 4 years ago

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

LXGaming commented 4 years ago

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