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

[1.15.2] Crash on startup #12

Closed LeoNoawi closed 4 years ago

LeoNoawi commented 4 years ago

Hello, When MixinBootstrap is enabled the game crashes when launched, game starts completely normally when it's disabled. I'm also trying to use it with Optiforge 0.1.8 and preview Optifine 1.15.2 G1 pre13 but neither were enabled when launched. And i use MultiMC to launch instances if that might be an issue.

Forge: 31.1.44 (also tried with 31.1.39)

crash-2020-04-13_16.22.47-client.txt

LXGaming commented 4 years ago

Please provide your debug.log file as that will help track down root cause of this issue.

LeoNoawi commented 4 years ago

debug.log

LXGaming commented 4 years ago

Looks like the issue is due to lithium, They are attempting to change the visibility of a method which is not allowed, This is then preventing the Entity class from being loaded which is breaking other mods.

The crash report is a bit miss leading as the error is due to the Forge EventBus shutting down due to the several mods throwing errors regarding a missing Entity class.

Try setting use_optimized_data_tracker to false in the lithium config.

LeoNoawi commented 4 years ago

Worked perfectly, thank you so much!