Common Issues: Read First!
StormFX opened this issue ยท 0 comments
This is just a quick list of common issues to help out those looking for a quick answer to simple questions. Feel free to join the Discord to get help from the community!
Masque General
Does Masque Support the Default Interface?
No. Masque is a library-based skinning engine and requires interaction from third-party add-ons to function.
Issues with Older Versions of Masque
Stop using them. Only the latest version of Masque is supported.
Masque Doesn't Support a Specific Add-On
Masque doesn't provide support for add-ons, add-ons provide support for Masque. Ask the author of the add-on.
Skins
Older Skin isn't Loading
Add the following to the top of the skin's .lua
file.
local GetAddOnMetadata = C_AddOns.GetAddOnMetadata
WeakAuras Known Issues
Some Auras/Groups not Inheriting the Right Skin
This is due to how aura buttons are created and later skinned by Masque. If a button is disabled when the parent group is changed, the disabled button will retain its original skin. To remedy this:
- Disable WeakAuras and
/reload
. - Open Masque's options and go to General Settings / Developer, click the Clean Database button and then
/reload
again. - Enable WeakAuras and /
reload
. - Select the skin you want for WeakAuras.