Kiwi Item Info

Kiwi Item Info

41.5k Downloads

Error message when mouse over aux's search results.

hu71e opened this issue · 2 comments

commented

Error message alert when the mouse hovers over aux's search results about weapon or armor.
is there any conflict with aux addon?
NO error message under the blizzard UI.

------------------------------------------
Message: Interface\AddOns\KiwiItemInfo\Tooltip.lua:769: attempt to concatenate a nil value
Time: Sat Dec 28 20:26:30 2019
Count: 8
Stack: Interface\AddOns\KiwiItemInfo\Tooltip.lua:769: attempt to concatenate a nil value
Interface\AddOns\KiwiItemInfo\Tooltip.lua:769: in function `ShowEffectiveStats'
Interface\AddOns\KiwiItemInfo\KiwiItemInfo.lua:224: in function <Interface\AddOns\KiwiItemInfo\KiwiItemInfo.lua:221>
[C]: ?
[C]: ?
[C]: in function `SetCompareItem'
Interface\FrameXML\GameTooltip.lua:716: in function `GameTooltip_ShowCompareItem'
Interface\AddOns\aux-addon\gui\auction_listing.lua:644: in function <Interface\AddOns\aux-addon\gui\auction_listing.lua:638>

Locals: tooltip = ShoppingTooltip1 {
 0 = <userdata>
 updateTooltip = 0.200000
 TopOverlay = <unnamed> {
 }
 GetBackdropColor = <function> defined @Interface\AddOns\NDui\Modules\Tooltip\Tip.lua:296
 GetBackdrop = <function> defined @Interface\AddOns\NDui\Modules\Tooltip\Tip.lua:295
 needsReset = true
 BottomOverlay = <unnamed> {
 }
 tipStyled = true
 bg = <unnamed> {
 }
 GetBackdropBorderColor = <function> defined @Interface\AddOns\NDui\Modules\Tooltip\Tip.lua:297
}
selection = <unnamed> {
 0 = <userdata>
}
name = nil
_ = "圣骑士"
_ = "PALADIN"
classID = 2
armor = 36
ch_agi = 20
_ = 20
ch_agi_pos = 0
ch_agi_neg = 0
ch_stm = 22
_ = 22
ch_stm_pos = 0
ch_stm_neg = 0
ch_str = 22
_ = 22
ch_str_pos = 0
ch_str_neg = 0
ch_int = 20
_ = 20
ch_int_pos = 0
ch_int_neg = 0
ch_spt = 22
_ = 22
ch_spt_pos = 1
ch_spt_neg = 0
agility_ap_melee = 0
agility_ap_range = 0
agility_crit = 0.150000
agility_dodge = 0.150000
agility_catform_ap_melee = 0
agility_armor = 6
eff_agility_armor = Infinite
stamina_health = 0
eff_stamina_health = Infinite
strength_ap_melee = 0
strength_block = 0
intellect_mana = 0
intellect_crit = 0
spirit_hpt = 2.400000
spirit_mpt = 0.600000
arcane_resist_p = 0
fire_resist_p = 0
frost_resist_p = 0
nature_resist_p = 0
shadow_resist_p = 0
eff_arcane_resist_p = Infinite
eff_fire_resist_p = Infinite
eff_frost_resist_p = Infinite
eff_nature_resist_p = Infinite
eff_shadow_resist_p = Infinite
eff_agility_ap_melee = 0
eff_agility_ap_range = 0
eff_agility_crit = Infinite
eff_agility_dodge = Infinite
eff_agility_catform_ap_melee = 0
eff_strength_ap_melee = Infinite
eff_strength_block = Infinite
eff_intellect_mana = Infinite
eff_intellect_crit = Infinite
eff_spirit_hpt = 300.000000
eff_spirit_mpt = 300.000000
eff_armor = 0
eff_agi = Infinite
eff_stm = Infinite
eff_str = Infinite
eff_int = Infinite
eff_spt = 300
queue = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
 7 = <table> {
 }
 8 = <table> {
 }
}
dirty = true
send_line = <function> defined @Interface\AddOns\KiwiItemInfo\Tooltip.lua:692
blank_if_dirty = <function> defined @Interface\AddOns\KiwiItemInfo\Tooltip.lua:696
(*temporary) = <function> defined @Interface\AddOns\KiwiItemInfo\Tooltip.lua:692
(*temporary) = "敏捷"
(*temporary) = ": "
(*temporary) = <function> defined =[C]:-1
(*temporary) = "%s"
(*temporary) = nil
(*temporary) = "%"
(*temporary) = "%d+%.?%d?%d?"
(*temporary) = nil
(*temporary) = "统计贡献:"
(*temporary) = "attempt to concatenate a nil value"
att1 = <table> {
 dps = 11.900000
 max_dmg = 52
 min_dmg = 34
}
basic1 = <table> {
 Intellect = 0
 Agility = 3
 Stamina = 0
 Strength = 0
 Spirit = 3
}
resist1 = <table> {
 Shadow_Resist = 0
 Arcane_Resist = 0
 Nature_Resist = 0
 Frost_Resist = 0
 Fire_Resist = 0
}
def1 = <table> {
 Armor = 0
 Block = 0
 Durability = 0
}
L = <table> {
 TOOLTIP_STACK = "整组售价:"
 Custom iLvl Color: = "自定义装等颜色:"
 KIWIII_RESET = "重置"
 COMMAND_SEARCH_ONE_HANDED = "单手 "
 COMMAND_SEARCH_TWO_HANDED = "双手 "
 TOOLTIP_EX_RES_ARCANE = "奥术抗性: "
 TOOLTIP_IC_ARCANE = "奥术抗性"
 COMMAND_SET_ERROR_STRING = "Kiwi 需要一个字符串值. Sorry."
 TOOLTIP_EX_RES_SHADOW = "暗影抗性: "
 COMMAND_SEARCH_ARG_LEN = "Kiwi Item Info: 参数长度无效"
 COMMAND_HELP3 = "命令用法: /kiwiii [重载] [重置] [变数] [aci]"
 COMMAND_SEARCH_2H = "双"
 TOOLTIP_EX_AGI_AR = "敏捷/ 护甲: "
 TOOLTIP_ITEM_COMPARE
commented

I'll check it out. Enjoying the holidays atm.

commented

This was due to a divide by zero error due to lack of resistance data because of a custom tooltip. Is this still present in the current version v2.3.5 Release?