This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
No idea what's causing this. Raiding in Firelands.
96x <event>ADDON_ACTION_BLOCKED:AddOn 'ShadowedUnitFrames' tried to call the protected function 'CompactRaidFrame6:Show()'.<in C code>: in function `Show'Interface\FrameXML\CompactUnitFrame.lua:260: in function `CompactUnitFrame_UpateVisible':Interface\FrameXML\CompactUnitFrame.lua:220: in function `CompactUnitFrame_UpdateAll':Interface\FrameXML\CompactUnitFrame.lua:139: in function <Interface\FrameXML\CompactUnitFrame.lua:139>:
nil
Locals:nil
96x <event>ADDON_ACTION_BLOCKED:AddOn 'ShadowedUnitFrames' tried to call the protected function 'CompactRaidFrame5:Show()'.<in C code>: in function `Show'Interface\FrameXML\CompactUnitFrame.lua:260: in function `CompactUnitFrame_UpateVisible':Interface\FrameXML\CompactUnitFrame.lua:220: in function `CompactUnitFrame_UpdateAll':Interface\FrameXML\CompactUnitFrame.lua:139: in function <Interface\FrameXML\CompactUnitFrame.lua:139>:
84x <event>ADDON_ACTION_BLOCKED:AddOn 'ShadowedUnitFrames' tried to call the protected function 'CompactRaidFrame3:Show()'.<in C code>: in function `Show'Interface\FrameXML\CompactUnitFrame.lua:260: in function `CompactUnitFrame_UpateVisible':Interface\FrameXML\CompactUnitFrame.lua:220: in function `CompactUnitFrame_UpdateAll':Interface\FrameXML\CompactUnitFrame.lua:139: in function <Interface\FrameXML\CompactUnitFrame.lua:139>:
Happens in the "old" raids too (had it in Blackrock Descent). Only had it once (in Blackrock Descent shortly before Atramedes), asides from the lua error SUF worked still fine. Did not have it in Firelands myselves.
I have it all the time, my buggrabber is going crazy with it.
Seems to happen for groups that don't exist in your current raid. (ie if you are in a ten man groups 3-8)
Seems reasonable, our backup players sometimes remain in group 6.
Seems on the forum someone posted a workaround (Rhey80), a little change in ShadowedUnitFrames.lua (at least myselves I no longer had the issue after I modified the file as described).
welcome to 4.2 screwing up the compact raid frame. they added even more events to dumb thing showing without asking, then made the thing a protected function. it's so hard to fully get rid of it without tainting. i've yet to find a clean solution myself
i did find if you hooksecurefunc("CompactRaidFrameManager_UpdateShown",function() you could still safely kill CompactRaidFrameManager:Show
but that doesn't help too much when i haven't found a way to do same with CompactRaidFrameContainer:Show
To post a comment, please login or register a new account.