owo-lib 0.10.4 incompatibilities with Fancy menu
NantaArthur123 opened this issue · 2 comments
I'm playing in 1.19.4 Fabric modloader
How to reproduce:
- Install latest mod of owo and Fancy menu.
- Open multiplayer screen, go back
- Open singleplayer screen, go back
- Open option screen, go back
- Press "Miscellaneous" from fancy menu option
- Press "Open Connect Screen" from "Miscellaneous"
While I can in fact reproduce this issue, I find it highly unlikely to be caused by owo. As evidenced by the crash, FancyMenu is somehow causing the screen passed by Fabric API's render event to become null
, which isn't a valid state and thus not something owo needs to handle gracefully - in fact, it demonstrates that FancyMenu is somehow broken.
If you'd like to see this fixed, I'd recommend you report it on the FancyMenu repository instead so the maintainer can look into what's causing this
I'll keep the issue open in the time being, although we won't be actively working on this
Cheers