WA causes BigWigs_ResumeBar to return nil value
Opened this issue ยท 0 comments
Describe the bug
Bigwigs added support to pause bars during certain encounters, the encounter in this instance is Mythic Council of Blood, for Danse Macabre.
Do you have an error log of what happened?
The error is collected by BugSack as soon as Danse Macabre ends in the mythic encounter, please see below.
WeakAuras\GenericTrigger.lua:2922: attempt to perform arithmetic on field 'remaining' (a nil value)
[string "@BigWigs_Core\BossPrototype.lua"]:2523: in function `ResumeBar'
[string "@BigWigs_CastleNathria\TheCouncilofBlood.lua"]:617: in function `?'
[string "@BigWigs_Core\BossPrototype.lua"]:533: in function <BigWigs_Core\BossPrototype.lua:499>
Locals:
Skipped (In Encounter)
To Reproduce
Have not tried this in lower difficulties, but I assume it should work in LFR for example
Steps to reproduce the behavior:
- Start Council of Blood encounter
- Phase the boss to Danse Macabre
- Once the dance is over, the error pops up.
Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?
I have not tried that yet.
Which version of WeakAuras are you using?
3.2.2
Are you on World of Warcraft Classic or Retail?
- Classic
- [X ] Retail
Was it working in a previous version? If yes, which was the last good one?
Haven't seen the error in the previous version(s), 3.2.1.
Additional Info
Using Raid Ability timeline Weakaura, which displays the bigwig bars as well as DBM in vertical lines.
I will try to disable this on the next progress attempt and see if it makes any difference.