ADDON_ACTION_BLOCKED: CompactRaidFrame3:Show() #364


  • Defect
  • Fixed
Closed
Assigned to shadowed103
  • _ForgeUser42585 created this issue Jul 3, 2011

    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>:

    nil

    Locals:
    nil

    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>:

    nil

    Locals:
    nil

  • _ForgeUser42585 added the tags New Defect Jul 3, 2011
  • _ForgeUser182925 posted a comment Jul 4, 2011

    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.

  • _ForgeUser130596 posted a comment Jul 5, 2011

    I have it all the time, my buggrabber is going crazy with it.

  • _ForgeUser180876 posted a comment Jul 11, 2011

    Seems to happen for groups that don't exist in your current raid. (ie if you are in a ten man groups 3-8)

  • _ForgeUser42585 posted a comment Jul 12, 2011

    Seems reasonable, our backup players sometimes remain in group 6.

  • _ForgeUser182925 posted a comment Jul 19, 2011

    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).

  • MysticalOS posted a comment Jul 26, 2011

    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


    Edited Jul 26, 2011
  • Shadowed103 removed a tag New Sep 19, 2011
  • Shadowed103 added a tag Fixed Sep 19, 2011
  • Shadowed103 closed issue Sep 19, 2011

To post a comment, please login or register a new account.