SMB not functioning, gives .lua error upon login
penguinsane opened this issue ยท 4 comments
Square Minimap Buttons module seems to not be working upon logging in.
Version 1.88-54-g36e4b90
28x Texture:SetTextCoord(): Cannot set tex coords when texture has mask.
[string "=[C]"]: ?
[string "=[C]"]: in function `SetTexCoord'
[string "@ProjectAzilroka/Modules/SquareMinimapButtons.lua"]:305: in function `SkinMinimapButton'
[string "@ProjectAzilroka/Modules/SquareMinimapButtons.lua"]:364: in function `GrabMinimapButtons'
[string "@ProjectAzilroka/Modules/SquareMinimapButtons.lua"]:522: in function `?'
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@ElvUI_Libraries/Core/Ace3/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...UI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>
Locals:
(*temporary) = Texture {
PixelSnapDisabled = true
}
(*temporary) = 0.080000
(*temporary) = 0.920000
(*temporary) = 0.080000
(*temporary) = 0.920000
Do you know what addon is causing said issue?
Whoops! You are right, it appears to be another addon called "Master Collector" (https://www.curseforge.com/wow/addons/master-collector) that is screwing with it. Disabling it solved my issue. I got confused because the breaking also happened to coincide with a ProjectAzilroka update.
Sorry for the trouble!