AddOns experiencing a large number of errors

Nah, they’re defaulted on these days.

Macros and Settings undefined/empty (I assume they fall under Config).

[added]
Looks like nameplateClassificationScale might have been the culprit given the error line number.
https://github.com/Gethe/wow-ui-source/blob/live/Interface/AddOns/Blizzard_NamePlates/Blizzard_NamePlates.lua#L634
https://github.com/Gethe/wow-ui-source/blob/live/Interface/AddOns/Blizzard_NamePlates/Blizzard_NamePlates.lua#L513C8-L513C27

I should have use Overridden rather than turned off. The settings were comming down from the old character, setting cvar_default would reset everything and save that to the server.

1 Like