Tercioo / Details-Damage-Meter

Addon for World of Warcraft, does combat analyzes offering clean visual data for the player
Other
183 stars 135 forks source link

SoD Battleground issues #659

Open drmaddux opened 10 months ago

drmaddux commented 10 months ago

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 "@Details/classes/class_damage.lua"]:2246: in function RefreshWindow' [string "@Details/classes/class_instance.lua"]:335: in functionRefreshData' [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 }

nwardoh commented 10 months ago

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

Tercioo commented 10 months ago

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

drmaddux commented 10 months ago

That seems to have fixed it, thank you