Bank/Guild Bank (only) Issue with Install of alpha uploaded today #84


Open
  • Aurleis created this issue Oct 27, 2022

    When I'm at my guild bank doing alt+Left Click, but the chat window shows "BankStack: You must be at the bank"

     

    When I pull out my Jeeves for stacking I get the following error:

    10x Interface/AddOns/BankStack/core.lua:19: bad argument #1 to 'GetBagSlotFlag' (outside of expected range 0 to 4294967295 - Usage: local isSet = C_Container.GetBagSlotFlag(bagIndex, flag))
    [string "=[C]"]: in function `GetBagSlotFlag'
    [string "@Interface/AddOns/BankStack/core.lua"]:19: in function <Interface/AddOns/BankStack/core.lua:17>
    [string "=(tail call)"]: ?
    [string "@Interface/AddOns/BankStack/stack.lua"]:53: in function `Stack'
    [string "@Interface/AddOns/BankStack/sort.lua"]:32: in function <Interface/AddOns/BankStack/sort.lua:12>
    [string "@Interface/AddOns/BankStack/core.lua"]:510: in function `?'
    [string "@Interface/AddOns/BankStack/ldb.lua"]:68: in function <Interface/AddOns/BankStack/ldb.lua:56>
    [string "@Interface/AddOns/Titan/LDBToTitan.lua"]:290: in function <Interface/AddOns/Titan/LDBToTitan.lua:288>

    Locals:
    (*temporary) = -3
    (*temporary) = 1
    (*temporary) = "outside of expected range 0 to 4294967295 - Usage: local isSet = C_Container.GetBagSlotFlag(bagIndex, flag)"

     

     

    It's interesting to note that when I do my bags a second time BankStack won't stack and I receive the following error

    1x Interface/AddOns/BankStack/core.lua:19: bad argument #1 to 'GetBagSlotFlag' (outside of expected range 0 to 4294967295 - Usage: local isSet = C_Container.GetBagSlotFlag(bagIndex, flag))
    [string "=[C]"]: in function `GetBagSlotFlag'
    [string "@Interface/AddOns/BankStack/core.lua"]:19: in function <Interface/AddOns/BankStack/core.lua:17>
    [string "=(tail call)"]: ?
    [string "@Interface/AddOns/BankStack/stack.lua"]:53: in function `Stack'
    [string "@Interface/AddOns/BankStack/sort.lua"]:32: in function <Interface/AddOns/BankStack/sort.lua:12>
    [string "@Interface/AddOns/BankStack/core.lua"]:510: in function `?'
    [string "@Interface/AddOns/BankStack/ldb.lua"]:68: in function <Interface/AddOns/BankStack/ldb.lua:56>
    [string "@Interface/AddOns/Titan/LDBToTitan.lua"]:290: in function <Interface/AddOns/Titan/LDBToTitan.lua:288>

    Locals:
    (*temporary) = -3
    (*temporary) = 1
    (*temporary) = "outside of expected range 0 to 4294967295 - Usage: local isSet = C_Container.GetBagSlotFlag(bagIndex, flag)"

     

    This second error occurs only when I try to stack something in my regular inventory bags AFTER I have attempted to do BankStack at my bank.  If I reload UI I can BankStack my bags over and over again without issue.


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