Shadowlands Error
Justw8 opened this issue ยท 1 comments
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 :)