No cool down text and generate in game errors #1341


Closed
  • CHEN_D created this issue Sep 12, 2017

    Bartender 4 Edition: 4.7.10 downloaded from Curse/Twitch tools 

    Language : English 

    Game Version : 7.3.0

     

    Occurrence: when I was playing Holy Paladin, the add-on fails after 5 or so game play and all the buttons on the action bar loses their cool down counter either by OmniCC or by default Blizzard, this includes the GCD turning and numbers displayed. This resets every reload(/reload) and happens again. 

     

    Bug Captured: (captured by BugGrabber and recorded by Bugsack) in a M+ run (Maw of Souls 8):

     

    4370x ...er4\libs\LibActionButton-1.0\LibActionButton-1.0-70.lua:748: Attempt to access forbidden object from code tainted by an AddOn
    [C]: in function `GetOwner'
    ...er4\libs\LibActionButton-1.0\LibActionButton-1.0-70.lua:748: in function <...er4\libs\LibActionButton-1.0\LibActionButton-1.0.lua:704>

    Locals:
    InCombatSkipped

     

    // this bug happens at a high rate, the 4370x indicates that it happened 4370 times during the run 

     

    83x FrameXML\GameTooltip.lua:84: Attempt to access forbidden object from code tainted by an AddOn
    [C]: in function `SetOwner'
    FrameXML\GameTooltip.lua:84: in function `GameTooltip_SetDefaultAnchor'
    ...er4\libs\LibActionButton-1.0\LibActionButton-1.0-70.lua:1292: in function <...er4\libs\LibActionButton-1.0\LibActionButton-1.0.lua:1290>
    ...er4\libs\LibActionButton-1.0\LibActionButton-1.0-70.lua:526: in function <...er4\libs\LibActionButton-1.0\LibActionButton-1.0.lua:524>

    Locals:
    InCombatSkipped

     

    // another bug previously encountered 

  • novafigura posted a comment Sep 25, 2017

    While I lack the tools to extensively document my experience as ChenDang has, I'd like to add my voice to this bug report, which exactly describes what I've been experiencing. I've been using Bartender since I started playing the game in MoP, and first experienced this bug in 7.2, doing a M+ lower Kara.

     

    Currently, the bug is most persistent on the Desolate Host fight in Tomb of Sargeras: relogging will temporarily "fix" the issue, only for it to re-manifest within minutes of beginning the fight. (This has progressed from an occasional nuisance to, as of 7.3, something I experience 100% of the time.) My raid has me assigned to heal spirit realm; it is possible that something about the split realm nature of the fight is "aggravating" the bug—elsewhere in the game, Bartender seems to work just fine. I confirmed that Bartender was the source of the problem by testing out pulls with the addon deactivated and activated again: my ability cooldowns displayed as intended without Bartender, and the bug resumed when I reactivated it.

     

    I play a Holy Priest, and am on macOS 10.12.6.

  • peckerwood420 posted a comment Oct 5, 2017

    I can vouche for the two above posters. Im not computer savy enough to post all the items requested but everytime i do any type of dungeon or raid. The cooldowns stop showing on the action bars. Reload works. I do believe it may be an interference with other addons. I use DBM, Bartender4, Healbot, GTFO, World quest tracker. Sad to say that i have always had problems with WQT so im going to try and disable one at a time to see if i can get it to do it again

  • _ForgeUser25637699 posted a comment Nov 26, 2017
    My friend and I have the same problem, but I managed to fix it (I think).
    The problem lies with the tooltip of debuff icons above friendly nameplates being protected in combat. Everything that checks the owner of the current tooltip crashes when you mouse over this little debuff icon above an ally's nameplate. This includes the part of LibActionButton that Bartender uses to update the cooldown of abilities, so it gets stuck and will stop working. This troublesome icon only appears when friendly nameplates are enabled and you are playing a spec that can dispel a debuff that is currently on an ally. This is why it often happens while healing.
     
    But here's the part everyone cares about: To fix this, simply disable the debuff icons above ally nameplates. This is done by changing the value of CVar 'nameplateShowDebuffsOnFriendly' to 0. A simple way to do this fix is the following chat/macro command:
     
    /console nameplateShowDebuffsOnFriendly 0
     
    To turn them back on, the value is set to 1 instead of 0. There are other ways of setting CVars that you can look up, if needed.

    Edited Nov 26, 2017
  • iTzSouth posted a comment Nov 29, 2017

    Does anyone know a fix for this? I tried the /console nameplateShowDebuffsOnFriendly 0 with no luck. =[

  • kalphr posted a comment Dec 10, 2017

    I have this problem too. Can get 1000s of errors very quickly. Reloading fixes it for a a few minutes, sometimes less.

  • kalphr posted a comment Dec 12, 2017

    Was able to solve the problem by setting nameplateShowDebuffsOnFriendly 0 using Advanced Interface Options (setting with /console did not work). Got the help from Blizz UI forum thread here: https://us.battle.net/forums/en/wow/topic/20759607142?page=2

  • nevcairiel closed issue Jul 18, 2018

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