ShestakUI (Classic)

ShestakUI (Classic)

33.7k Downloads

lua error on combat log icon warrior HS

nanzi opened this issue · 1 comments

commented
Message: ...ace\AddOns\ShestakUI\Modules\Blizzard\CombatText.lua:912: attempt to concatenate local 'icon' (a nil value)
Time: Fri Aug  9 09:58:55 2019
Count: 2
Stack: ...ace\AddOns\ShestakUI\Modules\Blizzard\CombatText.lua:912: attempt to concatenate local 'icon' (a nil value)
...ace\AddOns\ShestakUI\Modules\Blizzard\CombatText.lua:912: in function <...ace\AddOns\ShestakUI\Modules\Blizzard\CombatText.lua:776>

Locals: self = <unnamed> {
 0 = <userdata>
}
event = "COMBAT_LOG_EVENT_UNFILTERED"
msg = nil
icon = nil
_ = 1565315935.058000
eventType = "SPELL_MISSED"
_ = false
sourceGUID = "Player-4499-00021CF2"
_ = "格斗家"
sourceFlags = 1297
_ = 0
destGUID = "Creature-0-4503-0-1011-38-00024CD3A7"
spellId = 0
_ = "英勇打击"
_ = 1
missType = "PARRY"
(*temporary) = "招架"
(*temporary) = " "
(*temporary) = "16"
(*temporary) = ":"
(*temporary) = "16"
(*temporary) = ":0:0:64:64:5:59:5:59"
(*temporary) = 0
(*temporary) = 0
(*temporary) = "英勇打击"
(*temporary) = 1
(*temporary) = "PARRY"
(*temporary) = false
(*temporary) = false
(*temporary) = "attempt to concatenate local 'icon' (a nil value)"
ct = <table> {
 justify_2 = "RIGHT"
 dmgcolor = <table> {
 }
 blank = "Interface\AddOns\ShestakUI\Media\Textures\Blank.tga"
 frames = <table> {
 }
 unit = "player"
 pguid = "Player-4499-00021CF2"
 SpamQueue = <function> defined @Interface\AddOns\ShestakUI\Modules\Blizzard\CombatText.lua:715
 locked = true
 justify_4 = "RIGHT"
 justify_3 = "CENTER"
 justify_1 = "LEFT"
}
C = <table> {
 nameplate = <table> {
 }
 stats = <table> {
 }
 general = <table> {
 }
 loot = <table> {
 }
 aura = <table> {
 }
 toppanel = <table> {
 }
 threat = <table> {
 }
 pulsecooldown = <table> {
 }
 enemycooldown = <table> {
 }
 tooltip = <table> {
 }
 raidframe = <table> {
 }
 announcements = <table> {
 }
 unitframe = <table> {
 }
 position = <table> {
 }
 raidcooldown = <table> {
 }
 media = <table> {
 }
 combattext = <table> {
 }
 minimap = <table> {
 }
 automation = <table> {
 }
 skins = <table> {
 }
 reminder = <table> {
 }
 filger = <table> {
 }
 togglemainmenu = <table> {
 }
 toggleaddons = <table> {
 }
 normal_font = <table> {
 }
 bag = <table> {
 }
 toggleprefix = <table> {
 }
 options = <table> {
 }
 filger_spells = <table> {
 }
 chat = <table> {
 }
 actionbar = <table> {
 }
 font = <table> {
 }
 unitframe_class_bar = <table> {
 }
 error = <table> {
 }
 misc = <table> {
 }
}
gflags = 8465
select = <function> defined =[C]:-1
T = <table> {
 SkinCheckBox = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:460
 PostCreateIcon = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:1429
 RaidDebuffsReverse = <table> {
 }
 SetFontString = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:757
 Scale = <function> defined @Interface\AddOns\ShestakUI\Core\PixelPerfect.lua:25
 class = "WARRIOR"
 RaidBuffs = <table> {
 }
 SkinExpandOrCollapse = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:626
 white_list = <table> {
 }
 SkinHelpBox = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:680
 level = 5
 MoverFrames = <table> {
 }
 CheckChat = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:43
 ShiftBarUpdate = <function> defined @Interface\AddOns\ShestakUI\Modules\ActionBars\Core.lua:249
 merge = <table> {
 }
 CheckPlayerBuff = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:122
 UpdateManaLevel = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:1072
 ShortValue = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:11
 Role = "Melee"
 DebuffBlackList = <table> {
 }
 MoveUnitFrames = <function> defined @Interface\AddOns\ShestakUI\Libs\oUF\Modules\MovableFrames.lua:418
 HideAuraFrame = <function> defined @Interface\AddOns\ShestakUI\Core\Functions.lua:1413
 SetModifiedBackdrop = <function> defined @Interface\AddOns\ShestakUI\Core\API.lua:257
 PlateBlacklist = <table> {
 }
 CustomCastDelayText = <function> defined @Interface\AddOns\ShestakUI\Core\Functio
commented

This was broken by Blizzard in recent builds. I've since pushed a fix which should prevent future errors, but there will be no icons for any spells for the time being until I build a reference table.