TeamMidnightDust / VisualOverhaul

Revamps the visual aspect of certain vanilla blocks.
MIT License
12 stars 9 forks source link

[Bug] Compatibility Issue with Fzzy Config #80

Open fzzyhmstrs opened 3 weeks ago

fzzyhmstrs commented 3 weeks ago

Coming from fzzyhmstrs/Emi_loot#85, Visual Overhauls "Iconic Buttons" seem to be crashing any Fzzy Config screen on launch, either causing a mod menu error as shown in the EL issue, or a full client crash.

Example log provided in my issue, as well as another example pasted below, that I replicated in my own dev world with a different widget trying to initialize.

Fzzy Config has extremely specialized button widgets with a lot of information attached to them that they use for interacting back with the config. Visual Overhauls injection of the <init> seems to be messing with this. I don't know if there's a way I can have my buttons be excluded from "overhauling", or what. End of the day, I need my actual widgets to exist with all their information intact.

latest.log

fzzyhmstrs commented 3 weeks ago

May be the same issue referenced in #69

fzzyhmstrs commented 3 weeks ago

Also has come up in fzzyhmstrs/pc#20, and potentially fzzyhmstrs/pc#21