Addon errors during load and config not working
roband7 opened this issue · 1 comments
Config.lua needs AceConfigDialog-3.0 which needs AceGUI-3.0
AceGUI-3.0 is missing from libs!
Not sure how this ever worked.
After I added AceGUI-3.0 and added it to _manifest.xml before AceConfig-3.0 all is fine.
Thanks for catching that! 😅
You're absolutely right — AceGUI-3.0 should’ve been in libs from the start. Without it, AceConfigDialog-3.0 just won’t work. How it was working before is a bit of a mystery in the "WoW addon magic" department 😄
Great job adding it yourself and getting everything working. I’ll make sure to add AceGUI-3.0 to the repo and update the manifest to avoid this issue in the future.
Thanks again!