Disabled all addons and still getting this Lua Error

All my addons are off. I’ve reset the WTF, Interface, Cache, etc. When I click from the AH to my map or quest list I get the below error:

Message: …lizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua:624: :SetScale(): Scale must be > 0
Time: Thu Feb 20 22:21:34 2020
Count: 1
Stack: …lizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua:624: :SetScale(): Scale must be > 0
[string “=[C]”]: in function SetScale' [string "@Interface\AddOns\Blizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua"]:624: in function InstantPanAndZoom’
[string “@Interface\AddOns\Blizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua”]:614: in function ResetZoom' [string "@Interface\AddOns\Blizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua"]:423: in function OnCanvasSizeChanged’
[string “@Interface\AddOns\Blizzard_MapCanvas\MapCanvas_ScrollContainerMixin.lua”]:407: in function SetMapID' [string "@Interface\AddOns\Blizzard_MapCanvas\Blizzard_MapCanvas.lua"]:33: in function SetMapID’
[string “@Interface\AddOns\Blizzard_WorldMap\Blizzard_WorldMap.lua”]:242: in function <…rface\AddOns\Blizzard_WorldMap\Blizzard_WorldMap.lua:240>
[string “=[C]”]: in function Show' [string "@Interface\FrameXML\UIParent.lua"]:2739: in function SetUIPanel’
[string “@Interface\FrameXML\UIParent.lua”]:2570: in function ShowUIPanel' [string "@Interface\FrameXML\UIParent.lua"]:2452: in function <Interface\FrameXML\UIParent.lua:2448> [string "=[C]"]: in function SetAttribute’
[string “@Interface\FrameXML\UIParent.lua”]:3306: in function ShowUIPanel' [string "@Interface\FrameXML\QuestLogOwnerMixin.lua"]:103: in function SetDisplayState’
[string “@Interface\FrameXML\QuestLogOwnerMixin.lua”]:51: in function HandleUserActionToggleQuestLog' [string "@Interface\AddOns\Blizzard_WorldMap\Blizzard_WorldMap.lua"]:428: in function ToggleQuestLog’
[string “TOGGLEQUESTLOG”]:1: in function <[string “TOGGLEQUESTLOG”]:1>

Locals: (*temporary) = {
0 =
TiledBackground = {
}
}
(*temporary) = 0

Do you use an addon manager like the Twitch app? You didn’t mention exiting that as well, and it’ll just re-download your addons after you move them which will keep throwing that error.

1 Like

I do, but yes, I had also tried that with no addons installed at all.

Just so were clear u did all this

1 Like

Yus sir… I have to admit it’s one of my least favorite things to do given how long it takes to reset all of my addons, but yeah.

The last few suggestions I can make are either repairing, or if that doesn’t work, a complete reinstall of the game.

And if those don’t work, you may ultimately need to reach out in the Tech Support forums.

1 Like

Ok, I’ll give those a shot and report back later. Thank you!

Hey there Zohra,

Thanks for reaching out! LUA errors such as the one you’re getting can certainly be annoying, and almost always indicate some sort of corruption within your local game files or UI. I see that you’ve already tried the standard User Interface Reset, so if the Scan & Repair doesn’t fix the issue, I recommend temporarily uninstall the Twitch app then hitting it with another User Interface Reset (just to ensure that your primary game files are fresh). Once you’ve loaded back into the game, type the command below into your chat window:

/console cvar_default

If you’re still getting the error, as a last resort you can always disable LUA errors using the following in-game command:

/console scriptErrors 0

To re-enable LUA errors, replace the “0” with “1”.

I hope this helps!