smaitch / Wholly

World of Warcraft addon to present quest information for the user derived from the Grail addon.
23 stars 9 forks source link

10.0 DF errors #51

Closed yoshimo closed 1 year ago

yoshimo commented 1 year ago
2x FrameXML\Bindings.xml:1 Interface/AddOns/Wholly/Wholly.xml:545 Couldn't find frame parent: InterfaceOptionsFramePanelContainer
Malivil commented 1 year ago

In my testing this seems to be fixed by just removing the parent="InterfaceOptionsFramePanelContainer" attributes from the frames at the bottom of Wholly.xml

As far as I can tell these are for the Addons options menu? And those seem to be displaying fine after just removing these attributes.

yoshimo commented 1 year ago

https://wowpedia.fandom.com/wiki/Patch_10.0.0/API_changes , some settings stuff was deprecated and changed.

Malivil commented 1 year ago

Yea, I know but just removing that attribute seems to make it work fine:

image

smaitch commented 1 year ago

The latest version of Wholly is now out and should have fixed this.