Skip to content

Player cast bar gets moved on top of pet frame #215

@martinboy1974

Description

@martinboy1974

On my warlock I sometimes get this bug, where my player castbar gets moved on top of my pet frame causing these lua errors. The player cast bar is set to "lock to player frame". Only way to clear it is to reload ui.

Screenshot: https://imgur.com/a/cl7LNOf

1x [ADDON_ACTION_BLOCKED] AddOn 'EditModeExpanded' tried to call the protected function 'PlayerFrameBottomManagedFramesContainer:SetSize()'.
[!BugGrabber/BugGrabber.lua]:532: in function '?'
[!BugGrabber/BugGrabber.lua]:516: in function <!BugGrabber/BugGrabber.lua:516>
[C]: in function 'SetSize'
[Blizzard_SharedXML/LayoutFrame.lua]:265: in function 'Layout'
[Blizzard_UnitFrame/Shared/PlayerFrame.lua]:5: in function <...aceBlizzard_UnitFrame/Shared/PlayerFrame.lua:4>
[C]: in function 'Layout'
[Blizzard_UIParent/Shared/UIParent.lua]:222: in function 'RemoveManagedFrame'
[Blizzard_UIParent/Shared/UIParent.lua]:125: in function 'OnHide'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:131: in function <...faceBlizzard_UnitFrame/Mainline/PetFrame.lua:129>
[C]: in function 'HideBase'
[Blizzard_EditMode/Shared/EditModeSystemTemplates.lua]:163: in function <...Blizzard_EditMode/Shared/EditModeSystemTemplates.lua:158>
[tail call]: ?
[C]: in function 'SetShown'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:169: in function 'UpdateShownState'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:73: in function 'Update'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:104: in function 'OnEvent'
[Blizzard_UnitFrame/Mainline/UnitFrame.lua]:991: in function <...aceBlizzard_UnitFrame/Mainline/UnitFrame.lua:989>

Locals:
self =

{
}
event = "ADDON_ACTION_BLOCKED"
addonName = "EditModeExpanded"
addonFunc = "PlayerFrameBottomManagedFramesContainer:SetSize()"
name = "EditModeExpanded"
badAddons =
{
EditModeExpanded = true
}
L =
{
NO_DISPLAY_2 = "|cffffff00The standard display is called BugSack, and can probably be found on the same site where you found !BugGrabber.|r"
ERROR_DETECTED = "%s |cffffff00captured, click the link for more information.|r"
BUGGRABBER_STOPPED = "|cffffff00There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.|r"
USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|r"
STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
NO_DISPLAY_STOP = "|cffffff00If you don't want to be reminded about this again, run /stopnag.|r"
NO_DISPLAY_1 = "|cffffff00You seem to be running !BugGrabber with no display addon to go along with it. Although a slash command is provided for accessing error reports, a display can help you manage these errors in a more convenient way.|r"
ERROR_UNABLE = "|cffffff00!BugGrabber is unable to retrieve errors from other players by itself. Please install BugSack or a similar display addon that might give you this functionality.|r"
ADDON_CALL_PROTECTED = "[%s] AddOn '%s' tried to call the protected function '%s'."
}

1x [ADDON_ACTION_BLOCKED] AddOn 'EditModeExpanded' tried to call the protected function 'PetFrame:ClearAllPointsBase()'.
[!BugGrabber/BugGrabber.lua]:532: in function '?'
[!BugGrabber/BugGrabber.lua]:516: in function <!BugGrabber/BugGrabber.lua:516>
[C]: in function 'ClearAllPointsBase'
[Blizzard_EditMode/Shared/EditModeSystemTemplates.lua]:154: in function 'ClearAllPoints'
[Blizzard_UIParent/Shared/UIParent.lua]:152: in function 'UpdateFrame'
[Blizzard_UIParent/Shared/UIParent.lua]:183: in function 'AddManagedFrame'
[Blizzard_UIParent/Shared/UIParent.lua]:121: in function 'OnShow'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:126: in function <...faceBlizzard_UnitFrame/Mainline/PetFrame.lua:122>
[C]: ?
[C]: in function 'Show'
[Blizzard_EditMode/Shared/EditModeSystemTemplates.lua]:168: in function <...Blizzard_EditMode/Shared/EditModeSystemTemplates.lua:166>
[C]: in function 'SetShown'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:169: in function 'UpdateShownState'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:73: in function 'Update'
[Blizzard_UnitFrame/Mainline/PetFrame.lua]:104: in function 'OnEvent'
[Blizzard_UnitFrame/Mainline/UnitFrame.lua]:991: in function <...aceBlizzard_UnitFrame/Mainline/UnitFrame.lua:989>

Locals:
self =

{
}
event = "ADDON_ACTION_BLOCKED"
addonName = "EditModeExpanded"
addonFunc = "PetFrame:ClearAllPointsBase()"
name = "EditModeExpanded"
badAddons =
{
EditModeExpanded = true
}
L =
{
NO_DISPLAY_2 = "|cffffff00The standard display is called BugSack, and can probably be found on the same site where you found !BugGrabber.|r"
ERROR_DETECTED = "%s |cffffff00captured, click the link for more information.|r"
BUGGRABBER_STOPPED = "|cffffff00There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.|r"
USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|r"
STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
NO_DISPLAY_STOP = "|cffffff00If you don't want to be reminded about this again, run /stopnag.|r"
NO_DISPLAY_1 = "|cffffff00You seem to be running !BugGrabber with no display addon to go along with it. Although a slash command is provided for accessing error reports, a display can help you manage these errors in a more convenient way.|r"
ERROR_UNABLE = "|cffffff00!BugGrabber is unable to retrieve errors from other players by itself. Please install BugSack or a similar display addon that might give you this functionality.|r"
ADDON_CALL_PROTECTED = "[%s] AddOn '%s' tried to call the protected function '%s'."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions