New error with Df phase 2 patch #107


Open
  • bumqtv created this issue Nov 15, 2022

    531x BankItems/BankItems.lua:3941: attempt to call upvalue 'GetContainerNumSlots' (a nil value)
    [string "@BankItems/BankItems.lua"]:3941: in function `BankItems_SaveInvItems'
    [string "@BankItems/BankItems.lua"]:968: in function <BankItems/BankItems.lua:941>

    Locals:
    bagID = nil
    startBag = -1
    endBag = 4
    _ = nil
    count = nil
    link = nil
    (for index) = 0
    (for limit) = 4
    (for step) = 1
    bagNum = 0
    bagString = "Bag0"
    oldLink = nil
    (*temporary) = <table> {
    icon = "Interface\Buttons\Button-Backpack-Up"
    12 = <table> {
    }
    size = 20
    }
    (*temporary) = nil
    (*temporary) = 0
    (*temporary) = "attempt to call upvalue 'GetContainerNumSlots' (a nil value)"
    isBankOpen = false
    selfPlayer = <table> {
    money = 62075579
    Bag102 = <table> {
    }
    Bag100 = <table> {
    }
    Bag101 = <table> {
    }
    VerNum = 9000203
    Bag3 = <table> {
    }
    faction = "Horde"
    location = "Dalaran"
    Bag4 = <table> {
    }
    Bag0 = <table> {
    }
    Bag1 = <table> {
    }
    Bag2 = <table> {
    }
    Bag104 = <table> {
    }
    TOC = 100002
    NumBankSlots = 0
    }
    format = <function> defined =[C]:-1
    newTable = <function> defined @BankItems/BankItems.lua:2834
    GetContainerNumSlots = nil
    GetInventoryItemLink = <function> defined =[C]:-1
    delTable = <function> defined @BankItems/BankItems.lua:2841
    bankPlayer = nil
    BagContainerAr = <table> {
    }
    GetContainerItemInfo = nil
    ICON_Equipped_Items = "Interface\Icons\INV_Shirt_White_01"
    GetInventoryItemCount = <function> defined =[C]:-1


To post a comment, please login or register a new account.