Seamless Loading Screen (Forge)

Seamless Loading Screen (Forge)

2M Downloads

Crash on startup

GeorgeOrwell1 opened this issue ยท 2 comments

commented

latest.log

"Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [seamless_loading_screen.mixins.json:WorldLoadProgressScreenMixin] from phase [DEFAULT] in config [seamless_loading_screen.mixins.json] FAILED during APPLY"

I have some mods installed other than this one, and I suspect it has something to do with Sodium Reforged.

commented

Found the conflict. Until I find a solution, you can temporarily resolve this by adding the line mixin.features.gui.fast_loading_screen=false into the sodium-mixins.properties file under the config folder

commented

Thank you!