Centias / BankItems

Keep track of you inventory, bank, reagant bank, void storage and more across all your characters. Fork of the original BankItems on Curse/WowAce. Credit to XinHuan/Burstroc and anyone else who worked on the original.
26 stars 2 forks source link

Error in 11.0.2 #41

Open jgleigh opened 3 months ago

jgleigh commented 3 months ago

1x ...eBlizzard_MoneyFrame/Mainline/MoneyFrame.lua:337: attempt to perform arithmetic on local 'money' (a nil value) [string "@Blizzard_MoneyFrame/Mainline/MoneyFrame.lua"]:337: in function MoneyFrame_Update' [string "@BankItems/BankItems.lua"]:1423: in function <BankItems/BankItems.lua:1418> [string "=[C]"]: in functionShow' [string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:880: in function ShowUIPanel' [string "@BankItems/BankItems.lua"]:8841: in functionBankItems_DisplayAccountBank' [string "@BankItems/BankItems.lua"]:453: in function <BankItems/BankItems.lua:449>

Locals: frameName = "BankItems_ABFrame_MoneyFrame" money = nil forceShow = nil frame = BankItems_ABFrame_MoneyFrame { CopperButton = BankItems_ABFrame_MoneyFrameCopperButton { } info =

{ } small = 1 GoldButton = BankItems_ABFrame_MoneyFrameGoldButton { } trialErrorButton = BankItems_ABFrame_MoneyFrameTrialErrorButton { } SilverButton = BankItems_ABFrame_MoneyFrameSilverButton { } moneyType = "STATIC" } info =
{ showSmallerCoins = "Backpack" collapse = 1 canPickup = 0 } (temporary) = 10000 (temporary) = 100 (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = "attempt to perform arithmetic on local 'money' (a nil value)"

jgleigh commented 3 months ago

Occurs if you open your Warband bank (in BankItems) right after login. It will also show Warband bank as unpurchased and blank.

jgleigh commented 3 months ago

If you open your Warband at the bank before viewing it in BankItems (on a new login), the error doesn't occur.