(cata) lua error
crossfactioninstancedpvp opened this issue ยท 10 comments
1x [ADDON_ACTION_BLOCKED] AddOn 'FrameSort' tried to call the protected function 'CompactRaidFrame3:Show()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function Show' [string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:378: in function
CompactUnitFrame_UpdateVisible'
[string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:304: in function <Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua:302>
[string "=[C]"]: in function `CompactUnitFrame_UpdateAll'
[string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:136: in function <Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua:59>
Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:491
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:491
SetScript = defined @!BugGrabber/BugGrabber.lua:491
}
event = "ADDON_ACTION_BLOCKED"
events =
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:557
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:557
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:551
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:566
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:511
}
Secure I believe. Not at pc atm. The first one at the top on the sorting method tab.
I have no idea how this happened.
The stack trace is Blizzard code so it probably meants FrameSort tainted the raid frames somehow which shouldn't happen when using Secure sort mode.
If it keeps happening please let me know as I need more clues!
happened again here, can't recall when. thank you.
1x [ADDON_ACTION_BLOCKED] AddOn 'FrameSort' tried to call the protected function 'CompactRaidGroup1Member2:Show()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function Show' [string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:378: in function
CompactUnitFrame_UpdateVisible'
[string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:304: in function <Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua:302>
[string "=[C]"]: in function `CompactUnitFrame_UpdateAll'
[string "@Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua"]:136: in function <Blizzard_UnitFrame/Wrath/CompactUnitFrame.lua:59>
Locals:
Skipped (In Encounter)
I've received more information about this from other users: it happens when summoning a pet during combat.
Narrowed it down to the following line of code causing taint:
This issue is caused by a Blizzard bug in cata (issue doesn't happen in retail).
Have logged a bug report with blizzard for this: Stanzilla/WoWUIBugs#596
In the meantime, I'm trying some workarounds to avoid taint but haven't found a solution yet.