Bagnon

Bagnon

122M Downloads

LUA Error on mouseover since updating to 8.1.3

Benedictum opened this issue · 3 comments

commented

Running Software (please complete the following information):

  • Game patch - 8.1.0.29235
  • Addon version - 8.1.3

Describe the bug
Ever since I updated bagnon to 8.1.3 , get a crapton of lua errors on mouseover of any items

To Reproduce
Steps to reproduce the behavior:
mouseover item
get lua error
get frustrated
report to mod author

Expected behavior
i expect mods not to blow up my lua error logs when i just mouse over an item

Error Logs
83x ...Bagnon\external\Wildpants\features\tooltipCounts.lua:119: attempt to compare number with nil
...Bagnon\external\Wildpants\features\tooltipCounts.lua:119: in function <...Bagnon\external\Wildpants\features\tooltipCounts.lua:58>
...Bagnon\external\Wildpants\features\tooltipCounts.lua:140: in function <...Bagnon\external\Wildpants\features\tooltipCounts.lua:137>
[C]: in function OnTooltipSetItem' Enchantrix\EnxMain.lua:232: in function <Enchantrix\EnxMain.lua:228> [C]: ? [C]: ? Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:408: in function <Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402> [C]: in function SetHyperlink'
Rematch\Widgets\Toolbar.lua:224: in function `ButtonOnEnter'
[string ":OnEnter"]:1: in function <[string ":OnEnter"]:1>

Locals:
tooltip = GameTooltip {
0 =
SetQuestLogRewardSpell = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
SetExistingSocketGem = defined =[C]:-1
SetCurrencyToken = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
SetShapeshift = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
hasMoney = 1
SetVoidDepositItem = defined =[C]:-1
Hide = defined =[C]:-1
LibExtraTipRight =

{
}
SetQuestRewardSpell = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
LibExtraTipLeft =
{
}
SetInboxItem = defined =[C]:-1
comparing = false
SetSocketGem = defined =[C]:-1
template = "Transparent"
Show = defined =[C]:-1
shownMoneyFrames = 1
SetPetAction = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
SetUnitDebuff = defined =[C]:-1
SetHeirloomByItemID = defined =[C]:-1
SetLootItem = defined =[C]:-1
SetQuestItem = defined =[C]:-1
SetTrainerService = defined =[C]:-1
numMoneyFrames = 2
__tamedCounts = false
SetRecipeReagentItem = defined =[C]:-1
SetBuybackItem = defined =[C]:-1
shoppingTooltips =
{
}
SetVoidWithdrawalItem = defined =[C]:-1
SetMerchantItem = defined =[C]:-1
SetQuestLogItem = defined =[C]:-1
SetVoidItem = defined =[C]:-1
BottomOverlay = {
}
SetTalent = defined @Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:402
SetTradePlayerItem = defined =[C]:-1
SetItemByID = defined =[C]:-1
SetSendMailItem = defined =[C]:-1
SetUnitBuff = defined =[C]:-1
updateTooltip = 0.108000
SetInventoryItem = defined =[C]:-1
SetTradeTargetItem = defined =[C]:-1
SetAuctionItem = defined =[C]:-1
SetLootRollItem = defined =[C]:-1
SetUnitAura = defined =[C]:-1
ignoreUpdates = true
SetAuctionSellItem = defined =[C]:-1
SetBagItem = defined =[C]:-1
needsReset = true
SetGuildBankItem = defined =[C]:-1
TopOverlay = {
}
SetHyperlink = defined =[C]:-1
SetRecipeResultItem = defined =[C]:-1
}
link = "|cffffffff|Hitem:98112::::::::120:62::::::|h[Lesser Pet Treat]|h|r"
itemID = 98112
players = 0
total = 0
(for generator) = defined @bagnon\external\Wildpants\libs\LibItemCache-2.0\LibItemCache-2.0.lua:96
(for state) = nil
(for control) = "® The Last Nine"
owner = "® The Last Nine"
info =
{
isguild = true
name = "The Last Nine"
faction = "Horde"
cached = false
realm = "Doomhammer"
}
color = "|cfffad000%s|r"
count = nil
text = nil
(*temporary) = false
(*temporary) = 1.410000
(*temporary) = 325.531915
(*temporary) = "|cfffad000%s|r"
(*temporary) = "%s|r"
(*temporary) = 250.659574
(*temporary) = 208.340426
(*temporary) = 0
(*temporary) = "|cfffad000"
(*temporary) = 255
(*temporary) = 0
(*temporary) = 3
(*temporary) = nil
(*temporary) = 0
(*temporary) = "attempt to compare number with nil"
Addon =
{
GetOwnerColorString = defined @bagnon\external\Wildpants\core\owners.lua:56
SearchFrame = {
}
EnableModule = defined @bagnon\external\Wildpants\libs\AceAddon-3.0\AceAddon-3.0.lua:363
modules =
{
}
ToggleFrame = defined @bagnon\external\Wildpants\core\frames.lua:43
IterateEmbeds = defined @bagnon\external\Wildpants\libs\AceAddon-3.0\AceAddon-3.0.lua:473
UpdateFrames = defined @bagnon\external\Wildpants\core\frames.lua:39
ShowBag = defined @bagnon\external\Wildpants\core\frames.lua:83
SetDefaultModulePrototype = defined @bagnon\external\Wildpants\libs\AceAddon-3.0\AceA

commented

I have the same issue and mine has been closed too.... no explanation, helpful.

commented

btw, reverting to 8.1.2 resolves issue

commented

Awesome, I'll do that. Thanks