oωo (owo-lib)

oωo (owo-lib)

29M Downloads

Mixing Debug -> Minecraft Crash on Start (Client Fabric 1.21.1 - API 115 - 0.16.10)

suerion opened this issue · 2 comments

commented

Hey, i got an Crash on start from owo.

Please look on the Mixin Errors on Debug. Thanks

latest.log Client
https://gnomebot.dev/paste/mclogs/tgpZc6a

commented

yeah, it was a problem with the debugin from mixin, but now it work again, had only searched an bug and it got me the owo bug also

commented

Judging from how verbose this log is about mixin applications, I suspect the problem is that you used the -Dmixin.debug=true flag (or some variant of it) which forces very strict validation for all injections. This also changes behavior (likely in ways you didn't intend) and breaks the perfectly valid pair of Fabric/Quilt-specific injections of which only one must succeed under normal circumstances due to being grouped.