Call to protected function causes spells to sometimes not cast
bennyty opened this issue ยท 1 comments
1x [ADDON_ACTION_BLOCKED] AddOn 'BetterWardrobe' tried to call the protected function 'MultiBarBottomRight:ShowBase()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `ShowBase'
[string "@Interface/FrameXML/ActionBar.lua"]:347: in function `UpdateVisibility'
[string "@Interface/FrameXML/ActionBar.lua"]:310: in function `ShowOverride'
[string "@Interface/FrameXML/ActionBar.lua"]:300: in function `SetShown'
[string "@Interface/FrameXML/MultiActionBars.lua"]:32: in function <Interface/FrameXML/MultiActionBars.lua:30>
[string "@Interface/FrameXML/MultiActionBars.lua"]:42: in function `MultiActionBar_Update'
[string "@Interface/FrameXML/ActionBarController.lua"]:215: in function `ValidateActionBarTransition'
[string "@Interface/FrameXML/ActionBarController.lua"]:161: in function `ActionBarController_UpdateAll'
[string "@Interface/FrameXML/ActionBarController.lua"]:66: in function <Interface/FrameXML/ActionBarController.lua:55>
Its being caused by all the taint issues the new UI caused. Its most likely being caused by some other addon tainting this addon. If you disable this addon and clear buggrabbers cache you'll probably see the same error with some other addon listed. I've run this addon by its self while questing & doing dungeons and haven't encountered the issue you are reporting. At this time there is nothing really that can be done.