Bartender4

Bartender4

70M Downloads

UIParentRightManagedFrameContainer:SetPoint() protected function error

Nillx opened this issue ยท 4 comments

commented

Im often getting this error after a few mins of playtime, im not sure whats causing it and is it addon's fault or Blizz bug.

3x [ADDON_ACTION_BLOCKED] AddOn 'Bartender4' tried to call the protected function 'UIParentRightManagedFrameContainer:SetPoint()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetPoint'
[string "@Interface/SharedXML/AnchorUtil.lua"]:34: in function `SetPoint'
[string "@Interface/FrameXML/UIParent.lua"]:3086: in function `UIParentManageFramePositions'
[string "@Interface/FrameXML/UIParent.lua"]:2561: in function <Interface/FrameXML/UIParent.lua:2548>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/FrameXML/UIParent.lua"]:3104: in function `UIParent_ManageFramePositions'
[string "@Interface/FrameXML/EditModeManager.lua"]:646: in function <Interface/FrameXML/EditModeManager.lua:610>
[string "=[C]"]: in function `UpdateBottomActionBarPositions'
[string "@Interface/FrameXML/EditModeManager.lua"]:555: in function `UpdateActionBarLayout'
[string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:648: in function `UpdateGridLayout'
[string "@Interface/FrameXML/StanceBar.lua"]:73: in function `UpdateState'
[string "@Interface/FrameXML/StanceBar.lua"]:25: in function `Update'
[string "@Interface/FrameXML/ActionBarController.lua"]:81: in function <Interface/FrameXML/ActionBarController.lua:55>
commented

I cleaned up a bunch of taint issues, so hopefully this will get better. There is also a chance that other addons are carrying forward taint and Bartender is getting blamed. I have not personally experienced many of these issues lately.

commented

Yeah im not getting that many errors after the last few updates but i still get some after a few M+ runs for an example. I do use other addons so they are probably causing taint as well. Got this error after a few runs today (maybe its from Masque? Using the bar scale option from there)

1x [ADDON_ACTION_BLOCKED] AddOn 'Bartender4' tried to call the protected function 'MultiBarRight:SetScaleBase()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetScaleBase'
[string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:38: in function `SetScale'
[string "@Interface/FrameXML/EditModeManager.lua"]:585: in function `UpdateRightActionBarPositions'
[string "@Interface/FrameXML/EditModeManager.lua"]:557: in function `UpdateActionBarLayout'
[string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:655: in function `UpdateGridLayout'
[string "@Interface/FrameXML/ActionButton.lua"]:373: in function `UpdateAction'
[string "@Interface/FrameXML/ActionButton.lua"]:803: in function `OnEvent'
[string "@Interface/FrameXML/ActionButton.lua"]:216: in function <Interface/FrameXML/ActionButton.lua:213>
commented

And one more...

1x [ADDON_ACTION_BLOCKED] AddOn 'Bartender4' tried to call the protected function 'ActionButton11:SetAttribute()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/FrameXML/ActionButton.lua"]:355: in function `UpdatePressAndHoldAction'
[string "@Interface/FrameXML/ActionButton.lua"]:415: in function `Update'
[string "@Interface/FrameXML/ActionButton.lua"]:367: in function `UpdateAction'
[string "@Interface/FrameXML/ActionButton.lua"]:803: in function `OnEvent'
[string "@Interface/FrameXML/ActionButton.lua"]:216: in function <Interface/FrameXML/ActionButton.lua:213>
commented

Got this error as well

1x [ADDON_ACTION_BLOCKED] AddOn 'Bartender4' tried to call the protected function 'ActionButton1:SetShown()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetShown'
[string "@Interface/FrameXML/ActionBar.lua"]:206: in function `UpdateShownButtons'
[string "@Interface/FrameXML/ActionButton.lua"]:372: in function `UpdateAction'
[string "@Interface/FrameXML/ActionButton.lua"]:803: in function `OnEvent'
[string "@Interface/FrameXML/ActionButton.lua"]:216: in function <Interface/FrameXML/ActionButton.lua:213>