Edit Mode Expanded

Edit Mode Expanded

662k Downloads

Lua error when exiting pet battle while in combat

teelolws opened this issue ยท 1 comments

commented

Really niche issue, only happens if the game bugs and kicks the player out of a pet battle (which shouldnt be possible), or the player finishes a battle and immediately gets in combat before the UI finishes updating. Don't know if it can be fixed.

3x [ADDON_ACTION_BLOCKED] AddOn 'EditModeExpanded' tried to call the protected function 'CompactRaidFrameManager:originalHide()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function originalHide' [string "@Blizzard_FrameXMLBase/Mainline/FrameLocks.lua"]:137: in function <Blizzard_FrameXMLBase/Mainline/FrameLocks.lua:113> [string "@Blizzard_FrameXMLBasqe/Mainline/FrameLocks.lua"]:156: in function <Blizzard_FrameXMLBase/Mainline/FrameLocks.lua:151> [string "@Blizzard_FrameXMLBase/Mainline/FrameLocks.lua"]:198: in function RemoveFrameLock'
[string "@Blizzard_PetBattleUI/Blizzard_PetBattleUI.lua"]:480: in function `PetBattleFrame_Remove'
[string "@Blizzard_PetBattleUI/Blizzard_PetBattleUI.lua"]:135: in function <Blizzard_PetBattleUI/Blizzard_PetBattleUI.lua:108>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events =

{
}

commented

May need to move CompactRaidFrameManager hide code to the registerSecureFrameHideable setup, but have to find a consistent way to test the bug first