Can't click quest items #17


  • Defect
  • Declined
Closed
Assigned to _ForgeUser405586
  • Mythris created this issue Jun 18, 2014

    This only happens once in a while. When it happens I can't click quest items anymore in the tracker. It just keeps giving me this error.

    1x [ADDON_ACTION_FORBIDDEN] AddOn 'RoleIcons' tried to call the protected function 'UseQuestLogSpecialItem()'.
    !BugGrabber\BugGrabber.lua:586: in function <!BugGrabber\BugGrabber.lua:586>
    [C]: in function `UseQuestLogSpecialItem'
    FrameXML\WatchFrame.lua:1400: in function `WatchFrameItem_OnClick'
    [string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

    Locals:
    nil

  • Mythris added the tags New Defect Jun 18, 2014
  • DefectiveTank posted a comment Jun 23, 2014

    I happened onto this same issue. I just spent a LOT of time investigating it. Do you have multiple chat window tabs open? Do you have "/ri system" or "/ri chat" turned on?

    If the answer to both is yes then the following might apply to you.

    Apparently the chat filtering appears to contain a bug on Blizzard's end. It starts with WATCHFRAME_NUM_POPUPS global variable and spreads from there with the right chain of events. It prevents quest items from being clicked in the quest tracker and talent/glyph changes.

    I fixed it by turning off "/ri system" and "/ri chat" but I came across this forum thread with a different approach to fixing it:

    http://forums.wowace.com/showthread.php?t=20452

  • _ForgeUser405586 posted a comment Jun 23, 2014

    It's a generic bug with Blizzard's Chat tabs and any addons that use chat filters.

    Recommended workaound is: http://www.wowace.com/addons/blizzbugssuck/ (which includes LibChatAnim)

  • _ForgeUser405586 removed a tag New Jun 23, 2014
  • _ForgeUser405586 added a tag Declined Jun 23, 2014
  • _ForgeUser405586 closed issue Jun 23, 2014

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