DaDerpDuck / Seamless-Loading-Screen-Forge

Forge port. Takes a screenshot of the game when you leave a world or server, and displays it when you rejoin it
https://www.curseforge.com/minecraft/mc-mods/seamless-loading-screen-forge
MIT License
3 stars 0 forks source link

Crash on startup #5

Open GeorgeOrwell1 opened 3 years ago

GeorgeOrwell1 commented 3 years ago

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.

DaDerpDuck commented 3 years ago

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

GeorgeOrwell1 commented 3 years ago

Thank you!