HeroRotation

HeroRotation

6M Downloads

[Bug]: Havoc DH "attempt to index field 'ScreamingBrutality' (a nil value)

Eridemon opened this issue ยท 1 comments

commented

What version of HeroRotation are you using?

11.1.0.18

What version of HeroLib are you using?

11.1.0.06

What version of HeroDBC are you using?

11.1.0.03

What is the issue?

I am getting cascading errors with the following from BugSack, causing some lag:

1058x HeroRotation_DemonHunter/Havoc.lua:1041: attempt to index field 'ScreamingBrutality' (a nil value)
[HeroRotation_DemonHunter/Havoc.lua]:1041: in function <HeroRotation_DemonHunter/Havoc.lua:927>
[HeroRotation_DemonHunter/Havoc.lua]:1136: in function '?'
[HeroRotation/Main.lua]:476: in function <HeroRotation/Main.lua:455>

Locals:
ShouldReturn = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = true
(*temporary) = 393029
(*temporary) = true
(*temporary) = false
(*temporary) = "attempt to index field 'ScreamingBrutality' (a nil value)"
Player =

{
UseCache = true
UnitNPCID = -2
UnitCanBeAttacked = false
UnitGUID = "Player-3678-0B861FA7"
UnitID = "player"
UnitExists = true
TimeToXResourceMap =
{
}
PredictedResourceMap =
{
}
UnitName = "Eridemon"
}
S =
{
Inertia =
{
}
ArcaneTorrent =
{
}
FelBarrage =
{
}
EssenceBreak =
{
}
FuriousGazeBuff =
{
}
KeenEngagement =
{
}
ReaversMarkDebuff =
{
}
TrailofRuin =
{
}
BurningWound =
{
}
SigilofMiseryDebuff =
{
}
SoulSunder =
{
}
LooksCanKill =
{
}
BurningWoundDebuff =
{
}
UnboundChaosBuff =
{
}
GlaiveFlurryBuff =
{
}
ThrilloftheFightDmgBuff =
{
}
FoddertotheFlame =
{
}
TacticalRetreatBuff =
{
}
Blur =
{
}
AuraofPain =
{
}
DemonBlades =
{
}
ExergyBuff =
{
}
ChaosTheory =
{
}
DeathSweep =
{
}
ArtoftheGlaiveBuff =
{
}
SigilofDoom =
{
}
ConsumingFire =
{
}
FelBarrageBuff =
{
}
SigilofChains =
{
}
SigilofSilence =
{
}
NecessarySacrificeBuff =
{
}
Disrupt =
{
}
Demonsurge =
{
}
InnerDemonBuff =
{
}
SerratedGlaive =
{
}
AbyssalGaze =
{
}
ConsumingFireBuff =
{
}
AnyMeansNecessary =
{
}
BlindFury =
{
}
SpiritBurst =
{
}
SigilofMisery =
{
}
ImmolationAura =
{
}
UnhinderedAssault =
{
}
EyeBeam =
{
}
FirstoftheIllidari =
{
}
RendingStrikeBuff =
{
}
StudentofSufferingBuff =
{
}
Flamebound =
{
}
StudentofSuffering =
{
}
SigilofDoomDebuff =
{
}
ImmolationAuraBuff =
{
}
FuriousGaze =
{
}
WarbladesHungerBuff =
{
}
FelRush =
{
}
Momentum =
{
}
CycleofHatred =
{
}
MomentumBuff =
{
}
DemonsBite =
{
}
ArtoftheGlaive =
{
}
Ragefire =
{
}
MetamorphosisBuff =
{
}
BladeDance =
{
}
CycleofHatredBuff =
{
}
ChaosTheoryBuff =
{
}
UnboundChaos =
{
}
ShatteredDestiny =
{
}
TacticalRetreat =
{
}
EssenceBreakDebuff =
{
}
QuickenedSigils =
{
}
FelDesolation =
{
}
InitiativeBuff =
{
}
Initiative =
{
}
DemonsurgeBuff =
{
}
Soulrend =
{
}
Demonic =
{
}
InnerDemon =
{
}
InertiaBuff =
{
}
IsolatedPrey =
{
}
AFireInside =
{
}
FirstBlood =
{
}
SigilofFlame =
{
}
ChaoticTransformation =
{
}
FlamesofFury =
{
}
RestlessHunter =
{
}
ReaversGlaive =
{
}
CollectiveAnguish =
{
}
ThrowGlaive =
{
}
VengefulRetreat =
{
}
Metamorphosis =
{
}
ThrilloftheFightAtkBuff =
{
}
SigilofSpite =
{
}
FuriousThrows =
{
}
GlaiveTempest =
{
}
ChaosNova =
{
}
SigilofFlameDebuff =
{
}
Soulscar =
{
}
Felblade =
{
}
TheHunt =
{
}
Pool =
{
}
Annihilation =
{
}
Glide =
{
}
SoulSigils =
{
}
ChaosStrike =
{
}
SerratedGlaiveDebuff =
{
}
FelEruption =
{
}
WinningStreakBuff =
{
}
FuryoftheAldrachi =
{
}
}
Enemies12yCount = 9
VarRGDS = 0
Enemies8yCount = 8
CombatTime = 17.217000
Target =
{
UnitExists = true
UnitNPCID = 230740
UnitGUID = "Vehicle-0-3779-2773-32153-230740-00014F44AE"
UnitID = "target"
UseCache = true
UnitName = "Shreddinator 3000"
UnitCanBeAttacked = true
}
BossFightRemains = 11111
Settings =
{
General =
{
}
CommonsDS = <ta

Icon Behavior

None

commented

This is now fixed as of commit e576393