isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
96 stars 37 forks source link

Crash with YACL 3.0.1 and Some Mods #78

Closed jetblackrx89 closed 1 year ago

jetblackrx89 commented 1 year ago

I found that for some reason, this combination of mods causes a crash on 1.19.4:

When clicking any menu button from the main screen, the attached crash is observed. What's weird is removing Blur fixes it, but so does having Blur and a mod called "First-person (Fabric)" installed in combination seems to for some reason avoid it.

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector modifyChildrenCall(Lnet/minecraft/class_350;)Ljava/util/List; in #yet_another_config_lib:yacl.mixins.json:AbstractSelectionListMixin from mod yet_another_config_lib failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap yet-another-config-lib-common-refmap.json

crash-2023-06-11_22.10.30-client.txt

bop34 commented 1 year ago

Also experiencing this, although I am not certain whether or not yacl is actually causing the issue.

Officialy commented 1 year ago

Yeah can confirm I'm getting this too. Same way to crash too, any UI button = crash.

pPingu7 commented 1 year ago

Yes, I also had that problem, where the game crashed after pressing any button in the start menu with version 3.0 and 3.1. But when I just changed YACL to version 2.5, it didn't crash anymore. In the log was something about the essential mod which I have intalled, so maybe this one is also incompatible...

isXander commented 1 year ago

3.0.3 fixed this