Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 13 forks source link

Shadowlands Error #37

Closed Justw8 closed 3 years ago

Justw8 commented 4 years ago
Error: 
...nterface\AddOns\AdvancedInterfaceOptions\tempfix.lua:18: <unnamed>:CreateFontString(): Couldn't find inherited node "GameFontNormalHugeOutline2"

Stack:
[string "=[C]"]: in function `CreateFontString'
[string "@Interface\AddOns\AdvancedInterfaceOptions\tempfix.lua"]:18: in main chunk

Locals:
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = nil
(*temporary) = "ARTWORK"
(*temporary) = "GameFontNormalHugeOutline2"

Seems fixed by just changing GameFontNormalHugeOutline2 into GameFontNormalHugeOutline; although I am not sure if that is the right solution :)

MetalHeadSeven commented 4 years ago

I was getting the same error and the fix worked for me too.