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

Crashes on startup, no crash report #45

Closed TopOnPC closed 3 years ago

TopOnPC commented 3 years ago

Environment

Issue Description

I'm trying to install Phosphor and Lithium, which requires MixinBootstrap for 1.15.2, but when I put the mod into the mods folder and start up minecraft it instantly crashes with exit code 0. I've tried with no other mods installed yet it still crashes, any idea why? Thanks!

debug.log latest.log

LXGaming commented 3 years ago

This issue was fixed in v1.0.3, However you can simply remove MixinBootstrap as the Mixin library is included by Forge.

TopOnPC commented 3 years ago

Thanks! So I tried it with no other mods, and it does work, but when I put the mods in, it crashes when starting a singleplayer world. Any idea why? Thanks! latest.log crash-2021-04-22_03.19.27-server.txt debug.log

LXGaming commented 3 years ago

Looks like a compatibility issue with Lithium and Performant

Remove Lithium as it's no longer being updated.

TopOnPC commented 3 years ago

Yep, that fixed it, thank you so much!