AlexModGuy / Citadel

A Library containing shared code used throughout most of my projects. Can be considered a continuation of LLibrary, of which this borrows the majority of its source code from.
24 stars 29 forks source link

1.19.2 Minecraft crash on startup #83

Open MKr4zy opened 1 year ago

MKr4zy commented 1 year ago

My minecraft modpack crashes, whenever I try to start.

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector citadel_getStarBrightness(Lnet/minecraft/client/multiplayer/ClientLevel;F)F in citadel.mixins.json:client.WorldRendererMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap citadel.refmap.json

at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]

here is by debug.log: https://gist.github.com/MKr4zy/7ad7b45360ace68de7e6f7f1a2bb679c

Hiconel commented 1 year ago

I have the same issue and it seems to be caused by Rubidium 😕

YassaaaTU commented 1 year ago

same issue here and when I removed Rubidium it was resolved. There appears to be some incompatibility between these 2 mods at the moments

Hiconel commented 1 year ago

Actually, it seems to be an issue with Rubidium Extra and they are currently trying to resolve the problem. There even is a temporary fix you can do:

https://github.com/dimadencep/sodium-extra-forge/issues/21#issue-1353153267