frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
119 stars 25 forks source link

LUA Error #152

Closed Teseus7 closed 1 year ago

Teseus7 commented 1 year ago

4x [ADDON_ACTION_BLOCKED] AddOn 'TipTac' tried to call the protected function 'ActionButton8:SetAttribute()'. [string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480> [string "=[C]"]: in function SetAttribute' [string "@FrameXML/ActionButton.lua"]:350: in functionUpdatePressAndHoldAction' [string "@FrameXML/ActionButton.lua"]:412: in function Update' [string "@FrameXML/ActionButton.lua"]:362: in functionUpdateAction' [string "@FrameXML/ActionButton.lua"]:821: in function `OnEvent' [string "@FrameXML/ActionButton.lua"]:216: in function <FrameXML/ActionButton.lua:213>

fgmenth commented 1 year ago

1x [ADDON_ACTION_BLOCKED] AddOn 'TipTac' tried to call the protected function 'MultiBarBottomRightButton6:SetAttribute()'. [string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480> [string "=[C]"]: in function SetAttribute' [string "@FrameXML/ActionButton.lua"]:350: in functionUpdatePressAndHoldAction' [string "@FrameXML/ActionButton.lua"]:412: in function Update' [string "@FrameXML/ActionButton.lua"]:362: in functionUpdateAction' [string "@FrameXML/ActionButton.lua"]:821: in function `OnEvent' [string "@FrameXML/ActionButton.lua"]:216: in function <FrameXML/ActionButton.lua:213>

Same thing happens to me. It happens every time I level up and apply a talent point, guaranteed. It's probably a taint happening somewhere but I can't seem to pinpoint exactly where.

StormFX commented 1 year ago

I'm having a similar issue, but it only happens on my Shaman. I've attached a taint.log. taint.log

fgmenth commented 1 year ago

It's reproducible for me whenever I manually change my talents (not applying a preset). Leveling up doesn't make a difference, so disregard that part of my previous comment.

frozn commented 1 year ago

Do you have an addon active to customize the action bars. Dominos perhaps?

StormFX commented 1 year ago

Yeah, I looked through the taint log, it only mentions Dominos a time or two. Not sure what is causing it, just thought I'd let you know.

fgmenth commented 1 year ago

I'm playing with the default UI, not using any action bar addons. It's just weird that it's only doing it after I select a talent.

frozn commented 1 year ago

Should be fixed with latest release v23.01.23. Please try again with this version.