Details! Damage Meter

Details! Damage Meter

211M Downloads

SoD Battleground issues

drmaddux opened this issue ยท 3 comments

commented

VWD 12111 RELEASE 1.15.0
WoW SOD


In a BG, once I see the enemy, I get spammed with this error. I have tried removing the addon and installing a fresh version, but I still get this error. Any help would be greatly appreciated.


167x Details/classes/class_damage.lua:160: attempt to compare string with number
[string "=[C]"]: ?
[string "@Details/classes/class_damage.lua"]:2246: in function RefreshWindow' [string "@Details/classes/class_instance.lua"]:335: in function RefreshData'
[string "@Details/core/control.lua"]:1757: in function <Details/core/control.lua:1741>
[string "=[C]"]: in function `xpcall'
[string "@Details/functions/schedules.lua"]:22: in function <Details/functions/schedules.lua:18>

Locals:
(*temporary) =

{
1 =
{
}
2 =
{
}
3 =
{
}
4 =
{
}
5 =
{
}
6 =
{
}
7 =
{
}
8 =
{
}
9 =
{
}
10 =
{
}
11 =
{
}
12 =
{
}
}
(*temporary) = defined @Details/classes/class_damage.lua:159
(*temporary) =
{
flag_original = 1300
totalabsorbed = 0.008479
BuildSpellTargetFromSpellTable = defined @Details/functions/mixin.lua:143
GetSpellContainer = defined @Details/functions/mixin.lua:27
pets =
{
}
classe = "Warrior"
total_without_pet = 0.008479
last_dps_realtime = 0
dps_started = false
total = "WARRIOR"
GetSpellTableFromContainer = defined @Details/functions/mixin.lua:67
BuildSpellTargetFromBreakdownSpellData = defined @Details/functions/mixin.lua:104
on_hold = false
total_extra = 0
IsGroupPlayer = defined @Details/functions/mixin.lua:187
pvp = true
damage_from =
{
}
targets =
{
}
grupo = true
IsNeutralOrEnemy = defined @Details/functions/mixin.lua:194
friendlyfire_total = 0
raid_targets =
{
}
aID = "5813-0225BA88"
serial = "Player-5813-0225BA88"
GetSpellContainerNames = defined @Details/functions/mixin.lua:19
GetPets = defined @Details/functions/mixin.lua:80
IsPetOrGuardian = defined @Details/functions/mixin.lua:180
IsPlayer = defined @Details/functions/mixin.lua:168
GetTargets = defined @Details/functions/mixin.lua:88
nome = "Borgors-WildGrowth"
spells =
{
}
GetSpellList = defined @Details/functions/mixin.lua:95
displayName = "Borgors"
friendlyfire =
{
}
last_dps = 0
custom = 0
tipo = 1
damage_taken = 0.008479
start_time = 0
delay = 0
last_event = 0
}
(*temporary) =
{
flag_original = 1320
totalabsorbed = 0.004067
BuildSpellTargetFromSpellTable = defined @Details/functions/mixin.lua:143
GetSpellContainer = defined @Details/functions/mixin.lua:27
pets =
{
}
classe = "UNGROUPPLAYER"
total_without_pet = 0.004067
last_dps_realtime = 0
dps_started = false
total = 0.004067
GetSpellTableFromContainer = defined @Details/functions/mixin.lua:67
BuildSpellTargetFromBreakdownSpellData = defined @Details/functions/mixin.lua:104
on_hold = false
total_extra = 0
IsGroupPlayer = defined @Details/functions/mixin.lua:187
pvp = true
damage_from =
{
}
targets =
{
}
grupo = true
IsNeutralOrEnemy = defined @Details/functions/mixin.lua:194
friendlyfire_total = 0
raid_targets =
{
}
aID = "5815-029C2791"
serial = "Player-5815-029C2791"
GetSpellContainerNames = defined @Details/functions/mixin.lua:19
GetPets = defined @Details/functions/mixin.lua:80
IsPetOrGuardian = defined @Details/functions/mixin.lua:180
IsPlayer = defined @Details/functions/mixin.lua:168
GetTargets = defined @Details/functions/mixin.lua:88
nome = "Dessed-LivingFlame"
spells =
{
}
GetSpellList = defined @Details/functions/mixin.lua:95
displayName = "Dessed"
friendlyfire =
{
}
last_dps = 0
custom = 0
tipo = 1
damage_taken = 86.004067
start_time = 0
delay = 0
last_event = 0
}

commented

Is this just not going to get fixed? It is absolutely ridiculous

commented

try this, report back if works:
/run Details.use_battleground_server_parser = false

commented

That seems to have fixed it, thank you