Tried to call the protected function StatusBar:Show()
Xorag opened this issue ยท 13 comments
Started seeing this error in the last few recent versions, often when entering combat:
1x [ADDON_ACTION_BLOCKED] AddOn 'MoveAny' tried to call the protected function 'StatusBar:Show()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function Show' [string "@FrameXML/TextStatusBar.lua"]:86: in function
TextStatusBar_UpdateTextStringWithValues'
[string "@FrameXML/TextStatusBar.lua"]:72: in function TextStatusBar_UpdateTextString' [string "@FrameXML/TextStatusBar.lua"]:187: in function
TextStatusBar_OnValueChanged'
[string "@FrameXML/UnitFrame.lua"]:939: in function UnitFrameHealthBar_OnValueChanged' [string "@FrameXML/TargetFrame.lua"]:1060: in function <FrameXML/TargetFrame.lua:1059> [string "=[C]"]: in function
SetValue'
[string "@FrameXML/UnitFrame.lua"]:884: in function <FrameXML/UnitFrame.lua:872>
Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487
SetScript = defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_BLOCKED"
events =
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507
}
I can reproduce it easily with just moveany enabled going into violet hold dungeon in dalaran and just attack some of the npcs. Attached are my character and account config files:
Yes that is my error. I just tested deleting my config and there is no error. so there is an issue with my config it seems?
I believe all I am doing is moving the cast bar and target of target frame, and the totem timer is completely hidden.
I am only moving:
Target of Target Frame
Totem Timers
Castbar from Target
in my config. thanks!