Azilroka / ProjectAzilroka

Other
18 stars 9 forks source link

SMB not functioning, gives .lua error upon login #88

Open penguinsane opened 2 months ago

penguinsane commented 2 months ago

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
Azilroka commented 2 months ago

Do you know what addon is causing said issue?

deikun commented 2 months ago

Switch to the alpha release. That fixed it for me.

penguinsane commented 2 months ago

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!

Azilroka commented 2 months ago

I just need the addon to fix it on my end. So I can prevent this error.