Compact unit frame lua error #560


  • Defect
  • Invalid
Closed
Assigned to shadowed103
  • _ForgeUser1323165 created this issue Dec 12, 2012

    I think this had something to do with the blizzard raidframe not opening and closing

            {
                ["message"] = "[ADDON_ACTION_BLOCKED] AddOn \"ShadowedUnitFrames\" tried to call the protected function \"CompactRaidFrame3:Show()\".",
                ["time"] = "2012/12/07 17:42:13",
                ["stack"] = "!BugGrabber-r188\\BugGrabber.lua:587: in function <!BugGrabber\\BugGrabber.lua:587>\n<in C code>\nFrameXML\\CompactUnitFrame.lua:276: in function \"CompactUnitFrame_UpdateVisible\"\nFrameXML\\CompactUnitFrame.lua:234: in function \"CompactUnitFrame_UpdateAll\"\nFrameXML\\CompactUnitFrame.lua:136: in function <FrameXML\\CompactUnitFrame.lua:136>",
                ["session"] = 5,
                ["counter"] = 46,
            }, -- [1]
            {
                ["message"] = "[ADDON_ACTION_BLOCKED] AddOn \"ShadowedUnitFrames\" tried to call the protected function \"CompactRaidFrame4:Show()\".",
                ["time"] = "2012/12/07 17:42:13",
                ["stack"] = "!BugGrabber-r188\\BugGrabber.lua:587: in function <!BugGrabber\\BugGrabber.lua:587>\n<in C code>\nFrameXML\\CompactUnitFrame.lua:276: in function \"CompactUnitFrame_UpdateVisible\"\nFrameXML\\CompactUnitFrame.lua:234: in function \"CompactUnitFrame_UpdateAll\"\nFrameXML\\CompactUnitFrame.lua:136: in function <FrameXML\\CompactUnitFrame.lua:136>",
                ["session"] = 5,
                ["counter"] = 46,
            }, -- [2]
            {
                ["message"] = "[ADDON_ACTION_BLOCKED] AddOn \"ShadowedUnitFrames\" tried to call the protected function \"CompactRaidFrame6:Show()\".",
                ["time"] = "2012/12/07 17:42:13",
                ["stack"] = "!BugGrabber-r188\\BugGrabber.lua:587: in function <!BugGrabber\\BugGrabber.lua:587>\n<in C code>\nFrameXML\\CompactUnitFrame.lua:276: in function \"CompactUnitFrame_UpdateVisible\"\nFrameXML\\CompactUnitFrame.lua:234: in function \"CompactUnitFrame_UpdateAll\"\nFrameXML\\CompactUnitFrame.lua:136: in function <FrameXML\\CompactUnitFrame.lua:136>",
                ["session"] = 5,
                ["counter"] = 46,
            }, -- [3]
            {
                ["message"] = "[ADDON_ACTION_BLOCKED] AddOn \"ShadowedUnitFrames\" tried to call the protected function \"CompactRaidFrame7:Show()\".",
                ["time"] = "2012/12/07 17:42:13",
                ["stack"] = "!BugGrabber-r188\\BugGrabber.lua:587: in function <!BugGrabber\\BugGrabber.lua:587>\n<in C code>\nFrameXML\\CompactUnitFrame.lua:276: in function \"CompactUnitFrame_UpdateVisible\"\nFrameXML\\CompactUnitFrame.lua:234: in function \"CompactUnitFrame_UpdateAll\"\nFrameXML\\CompactUnitFrame.lua:136: in function <FrameXML\\CompactUnitFrame.lua:136>",
                ["session"] = 5,
                ["counter"] = 46,
            },

  • _ForgeUser1323165 added the tags New Defect Dec 12, 2012
  • _ForgeUser1023648 posted a comment Dec 12, 2012

    Same issue for me, in every raid encounter those errors keep repeating so quickly that after a couple minutes the bug grabber error counter shows infinite. At this rate of errors i think this flaw can affect performance

  • Shadowed103 posted a comment Dec 12, 2012

    Are you sure it's SUF and not another addon causing it, and are you doing anything odd like say, logging in while in combat?

    Also do you have hiding of the CRF enabled, or disabled?

  • Shadowed103 posted a comment Dec 12, 2012

    Assuming you are not hiding the default CRF using SUF, try the latest alpha. That is the only part that I can see that might taint it, and only if you logged in while in combat.

  • _ForgeUser1323165 posted a comment Dec 13, 2012

    I am logging always to the combatlog during raids if that is what you mean.

    It's strange, cause I always have the blizzard unit frames disabled, but sometimes it shows up(no clue why) and I think that's when the error happens.

  • Shadowed103 posted a comment Dec 14, 2012

    Not sure what you said. You're saying that yes, you do log in while you are in a fight?

  • Shadowed103 removed a tag New Dec 17, 2012
  • Shadowed103 added a tag Declined Dec 17, 2012
  • Shadowed103 closed issue Dec 17, 2012
  • _ForgeUser1323165 posted a comment Dec 19, 2012

    @Shadowed: Go

    I do yup, for WoL analysis

  • Shadowed103 removed a tag Declined Dec 19, 2012
  • Shadowed103 added a tag Accepted Dec 19, 2012
  • Shadowed103 reopened issue Dec 19, 2012
  • Shadowed103 posted a comment Dec 19, 2012

    Ok so just to confirm:

    1) You are hiding the Blizzard CRF through SUF using the "Hide Blizzard" feature
    2) You are logging back in, in combat when this happens
    3) Logging in while outside of combat doesn't cause this issue

    Correct? If all 3 are correct, I can fix it. So it's important to know the answers.


    Edited Dec 19, 2012
  • MysticalOS posted a comment Jan 3, 2013

    This will happen with just about any mod. ace3 does it if shadowed doesn't for me. It seems to mainly be caused by attempting to draw/redraw frames while in combat. i can reproduce it consistently if i toggle windowed/full screen mode or resolution in combat. basically, force the UI to resize frames in combat.

    And this is with NOT using hide blizzard CRF or CRFC. it's a stupid annoy issue.

  • Shadowed103 posted a comment Jan 3, 2013

    That makes no sense. Toggling windowed/full screen resizing Blizzard frames wouldn't cause taint issues as long as they aren't tainted.

    If you can duplicate it *without any addons enabled* or you can duplicate it with a simple secure frame that's positioned on the screen and no other addons, then you found a bug in WoW.

  • MysticalOS posted a comment Jan 5, 2013

    I didn't say no mods, i said just about any mod. likely any mod that has tainted uidropdown. we discussed it a bit on irc but i am posting a comment here anyways. Hopefully 5.2 changes that.

  • Shadowed103 removed a tag Accepted Feb 14, 2013
  • Shadowed103 added a tag Invalid Feb 14, 2013
  • Shadowed103 closed issue Feb 14, 2013

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