Setting one bag visible makes all of my inventory disappear
mojowarez opened this issue · 2 comments
Which software were you running?
- Addon version name: 10.2.13 and 10.2.14 (tried both)
- Client used: Retail 10.2.5.52902
Have you read the changelog?
Yes
Please describe the bug.
If I have my second extra bag slot set to visible, my entire inventory frame is blank. No items. No slots. Just the border of the frame with no contents at all.
If I set my second bag slot to hidden, the frame populates with the contents of all my other bags (but not the second one).
I can't seem to find a way to display ALL of my bags at once.
Please describe how to reproduce it.
Happens whenever I open my bags.
Any Screenshots?
See above.
Error Logs are Important!
This is the error thrown when I click on the second bag in order to set it visible:
Message: ...erface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua:55: bad argument #1 to 'find' (string expected, got nil)
Time: Wed Jan 17 11:20:42 2024
Count: 1
Stack: ...erface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua:55: bad argument #1 to 'find' (string expected, got nil)
[string "=[C]"]: ?
[string "=[C]"]: in function find' [string "@Interface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua"]:55: in function <...erface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua:50> [string "@Interface/AddOns/BagBrother/libs/ItemSearch-1.3/API.lua"]:58: in function
IsUnusable'
[string "@Interface/AddOns/BagBrother/core/classes/item.lua"]:174: in function UpdateBorder' [string "@Interface/AddOns/BagBrother/core/classes/item.lua"]:158: in function <Interface/AddOns/BagBrother/core/classes/item.lua:153> [string "=(tail call)"]: ? [string "@Interface/AddOns/BagBrother/frames/containers/item.lua"]:72: in function
Update'
[string "@Interface/AddOns/BagBrother/core/classes/item.lua"]:45: in function <Interface/AddOns/BagBrother/core/classes/item.lua:39>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/BagBrother/core/classes/itemGroup.lua"]:102: in function ?' [string "@Interface/AddOns/APR-Core/libs/HereBeDragons/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109: in function <...eDragons/CallbackHandler-1.0/CallbackHandler-1.0.lua:109> [string "=[C]"]: ? [string "@Interface/AddOns/APR-Core/libs/HereBeDragons/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...eDragons/CallbackHandler-1.0/CallbackHandler-1.0.lua:15> [string "@Interface/AddOns/APR-Core/libs/HereBeDragons/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function
SendMessage'
[string "@Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua"]:100: in function SendSignal' [string "@Interface/AddOns/BagBrother/core/classes/base.lua"]:25: in function
SendFrameSignal'
[string "@Interface/AddOns/BagBrother/core/classes/bag.lua"]:189: in function `Toggle'
[string "@Interface/AddOns/BagBrother/core/classes/bag.lua"]:143: in function <Interface/AddOns/BagBrother/core/classes/bag.lua:139>
Locals: (*temporary) = defined =[C]:-1
Yeah, its same as #1856