
[Bug] Compatibility Issue with Fzzy Config
fzzyhmstrs opened this issue ยท 2 comments
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.
May be the same issue referenced in #69
Also has come up in fzzyhmstrs/pc#20, and potentially fzzyhmstrs/pc#21