Auctionator

Auctionator

141M Downloads

Another error with tooltips (i think)

Nillx opened this issue ยท 5 comments

commented
3x Auctionator\Source\Tooltips\Main.lua:44: attempt to perform arithmetic on local 'sellPrice' (a nil value)
[string "@Auctionator\Source\Tooltips\Main.lua"]:44: in function `ShowTipWithPricing'
[string "@Auctionator\Source\Tooltips\Hooks.lua"]:10: in function <Auctionator\Source\Tooltips\Hooks.lua:3>
[string "=[C]"]: ?
[string "=[C]"]: in function `SetBagItem'
[string "@FrameXML\ContainerFrame.lua"]:1413: in function `ContainerFrameItemButton_OnEnter'
[string "@Bagnon\common\Wildpants\classes\item.lua"]:358: in function `ShowTooltip'
[string "@Bagnon\common\Wildpants\classes\item.lua"]:329: in function `UpdateTooltip'
[string "@Bagnon\common\Wildpants\classes\item.lua"]:174: in function <...faceBagnon\common\Wildpants\classes\item.lua:173>

Locals:
tooltipFrame = GameTooltip {
 0 = <userdata>
 numMoneyFrames = 1
 hasMoney = 1
 SetInboxItem = <function> defined =[C]:-1
 SetRecipeReagentItem = <function> defined =[C]:-1
 SetBuybackItem = <function> defined =[C]:-1
 shoppingTooltips = <table> {
 }
 ItemTooltip = <unnamed> {
 }
 SetQuestLogItem = <function> defined =[C]:-1
 SetGuildBankItem = <function> defined =[C]:-1
 BottomOverlay = <unnamed> {
 }
 SetHyperlink = <function> defined =[C]:-1
 SetTradePlayerItem = <function> defined =[C]:-1
 copyHook = true
 SetSendMailItem = <function> defined =[C]:-1
 SetTradeTargetItem = <function> defined =[C]:-1
 updateTooltip = 0.150000
 SetInventoryItem = <function> defined =[C]:-1
 comparing = false
 SetLootRollItem = <function> defined =[C]:-1
 TopOverlay = <unnamed> {
 }
 SetBagItem = <function> defined =[C]:-1
 needsReset = true
 SetMerchantItem = <function> defined =[C]:-1
 SetLootItem = <function> defined =[C]:-1
 SetQuestItem = <function> defined =[C]:-1
 SetRecipeResultItem = <function> defined =[C]:-1
}
itemId = 113264
itemCount = 19
showStackPrices = false
countString = ""
auctionPrice = 27500
name = nil
link = nil
rarity = nil
level = nil
minLevel = nil
itemType = nil
itemSubType = nil
stackCount = nil
equipLocation = nil
icon = nil
sellPrice = nil
classID = nil
unused = nil
cannotAuction = nil
(*temporary) = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'sellPrice' (a nil value)"

commented

@Nillx

  1. Do you recall what you moused over to see this (item or empty bag slot?)
  2. If an item, which item?
  3. Had you completed a full scan (trying to determine if the item was in your Auctionator database)?
commented

I opened my bag, opened tailoring menu and searched for Gorgrond Flytrap and Sumptuous Fur by shift clicking them. Sadly i cannot recreate it.

commented

Ah i found out why. Error appears when i start searching for an item while its still scanning the AH.

commented

Nothing to do with that. I can now replicate it with a crafting window open, no AH active.

commented

Viewing the tooltip for a tinker will trigger it
image