Interaction stopping ElvUI settings.
Aerlionyx opened this issue ยท 13 comments
Most recent update has caused some issues with the interaction of the settings menu on ELVUI. I have slowly been disabling and enabling addons for the larger part of the morning trying to track down what was stopping me from accessing the left side pannel of elvui settings and tracked it down to Silver Dragon. While disabled I can edit settings but while enabled I get a full blackout of the left panel meaning I cannot access anything. The only meaningful fix which I am currently using is to just disable Silver dragon while I am editing ElvUI.
https://i.imgur.com/ldIAki9.png - Settings not working on ElvUI while Silver Dragon is enabled.
I've tried turning them on but everytime I do it just turns all my add ons off. If its not happening for everyone its all good. Could be an interaction with another addon and silver dragon.
Nevermind disabled all addons aside from Silver Dragon and Elvui and still get the same thing happen.
Installing BugGrabber and BugSack temporarily would be a good way to be confident that you're seeing lua errors, without having to fiddle with your config.
https://i.imgur.com/CxehMgV.png still getting nothing will keep you updated if i see anything.
Having done some research, I think this is that a change in AceGUI is causing some issues for ElvUI. If I'm right, SilverDragon is only at fault in the sense that it's the only addon you've got which bundles Ace which has made a fresh release in the last 24-ish hours, and the fixing would be down to either the Ace maintainers adjusting things or the ElvUI maintainers adjusting things.
Same issue as @Aerlionyx, have been disabling and enabling addons until I narrowed it down to SilverDragon. I used curseforge to install SilverDragon-v90002.15.zip and the issue went away, I was able to edit my ElvUI settings with SilverDragon enabled.
Short term fix: you can probably just delete lib/AceGUI-3.0 from inside the SilverDragon directory. It'll likely fall back on an older copy somewhere else. (Or you might have to install the standalone Ace3 addon.)
Long term, this is going to spread as other addons update.
I've made a merge request to ElvUI to fix it on their side: https://git.tukui.org/elvui/elvui/-/merge_requests/296