Incompatible with Super Secret Revival mod
Aces-and-Jacks opened this issue ยท 34 comments
I believe this issue has been fixed in the newer version (it appears that you are using latest release, and the issue has been fixed in commits), could you try running latest build?
Note, however, that many avatars will not work in this build because of changes introduced in the time since last release.
used figura-0.1.0-rc.13+1.19.2.jar but issue still occurred
If you know how to do it, could you add JVM flag -Dmixin.debug = true and send output of that? It would show which mod added the mixin that causes the error.
Yes, since you are using Prism Launcher it would just go in instance settings, Java, Java arguments and add -Dmixin.debug.verbose=true
into it. (oops, just figured out that with just -Dmixin.debug=true
some mods may cause game to crash)
I am confused, it appears that the function that fails is generated by mixin, but it is not created at runtime?
uhm, is there any mod that would change ui behavior (or more of sounds)?
I'm guessing it'd be something they need to do on their end so I'll just close this
I don't know what mod is using that information, but pressing any button with an icon instead of text will crash your game because their message is currently being set to null
instead of Component.empty()
.
Huh? Why would something like that mixin into base class? I'll look into what they are doing, but it does seem like not something they should be doing?
Huh? Why would something like that mixin into base class? I'll look into what they are doing, but it does seem like not something they should be doing?
As an alternative, Figrua provides functional of enabling post render effects if you wish to have that
The developer of Super Secret Revival has been contacted and confirmed that it'll fix the bug soon ("sometime later today, hopefully")
Got it, thanks. Even though this was an issue I was having and it wasn't from the figura mod, you've been an incredible help
in the future, you could always just ping me on github instead!
I've only done commenting on GitHub repositories...actually I forgot about the @ function. Any future issues I'll do that then
hi! yes - i'll fix this in the near future, sorry for the troubles!! (i'm hoping filing issues on my git instance will become a lot less difficult once federation rolls around..)
in the future, you could always just ping me on github instead!
1.3 shooould fix this unless i've royally messed something up