Jaliborc / Bagnon

Single window displays for you items
189 stars 107 forks source link

Setting one bag visible makes all of my inventory disappear #1857

Open mojowarez opened 5 months ago

mojowarez commented 5 months ago

Which software were you running?

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.

Screenshot 2024-01-17 at 11 15 59 AM

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).

Screenshot 2024-01-17 at 11 15 46 AM

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]": 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 functionIsUnusable' [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 "@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 "@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 "@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 functionSendSignal' [string "@Interface/AddOns/BagBrother/core/classes/base.lua"]:25: in function SendFrameSignal' [string "@Interface/AddOns/BagBrother/core/classes/bag.lua"]:189: in functionToggle' [string "@Interface/AddOns/BagBrother/core/classes/bag.lua"]:143: in function <Interface/AddOns/BagBrother/core/classes/bag.lua:139>

Locals: (*temporary) = defined =[C]:-1

rionshin commented 5 months ago

Yeah, its same as https://github.com/Jaliborc/Bagnon/issues/1856

mojowarez commented 5 months ago

Problem seems to have resolved itself today. Blizzard pushed an update to 10.2.5.52968, so maybe it was something on their end. Will update if the problem comes back.