BlizzHUDTweaks

BlizzHUDTweaks

155k Downloads

[BUG]

Sythr4l opened this issue ยท 3 comments

commented

Description

This error appeared in game when starting a mythic plus dungeon. It occurred right when the first enemy was encountered.

Optional Context (e.g. Screenshots)

1x [ADDON_ACTION_BLOCKED] AddOn 'BlizzHUDTweaks' tried to call the protected function 'PlayerFrameBottomManagedFramesContainer:SetPoint()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function SetPoint' [string "@BlizzHUDTweaks/ClassResource.lua"]:58: in function SetPoint'
[string "@BlizzHUDTweaks/ClassResource.lua"]:38: in function RestorePosition' [string "@BlizzHUDTweaks/ClassResource.lua"]:123: in function Restore'
[string "@BlizzHUDTweaks/EventHandler.lua"]:192: in function ?' [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...igs/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109> [string "=[C]"]: ? [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...igs/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15> [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function Fire'
[string "@BlizzHUDTweaks/Libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...ns/BlizzHUDTweaks/Libs/AceEvent-3.0/AceEvent-3.0.lua:119>

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

commented

This is caused due to protected functions i am calling. Those will be protected by the ui in some circumstances and there is not much i can do about it. I tried solving it but wasn't able to in the time invested.

I'll have a look when the next big patch/addon comes out. But until then i don't think i'll be able to fix it.

commented

Has this happened more than once? It sometimes happens when other addons interfere with what BHT is doing. If it's reproducible, I'll take a look.

commented

Hello, sorry for delay in response. This happened again at the start of a mythic plus again.

1x [ADDON_ACTION_BLOCKED] AddOn 'BlizzHUDTweaks' tried to call the protected function 'PlayerFrameBottomManagedFramesContainer:SetPoint()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function SetPoint' [string "@BlizzHUDTweaks/ClassResource.lua"]:58: in function SetPoint'
[string "@BlizzHUDTweaks/ClassResource.lua"]:38: in function RestorePosition' [string "@BlizzHUDTweaks/ClassResource.lua"]:123: in function Restore'
[string "@BlizzHUDTweaks/EventHandler.lua"]:192: in function ?' [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...igs/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109> [string "=[C]"]: ? [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...igs/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15> [string "@BigWigs/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function Fire'
[string "@BlizzHUDTweaks/Libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...ns/BlizzHUDTweaks/Libs/AceEvent-3.0/AceEvent-3.0.lua:119>

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