Baganator

Baganator

11M Downloads

Bag won't open while addon is enabled

Closed this issue ยท 5 comments

commented

What version(s) of WoW are you using?

Retail

What version of Baganator?

latest version from 8/6/2025

What version of Syndicator?

latest, from 8/2/2025

What isn't working? What was supposed to happen?

Since the new patch was released my bag won't open when I press B until I disable the addon

Are you experiencing any lua errors

No response

Anything else?

No response

commented

Please run

/console scriptErrors 1

reload, and then post the error message that appears when you try to open your bags

commented

Message: ...e/AddOns/Baganator/ItemViewCommon/ContainerSlots.lua:486: bad argument #1 to 'SetID' (Usage: self:SetID(id))
Time: Wed Aug 6 22:42:38 2025
Count: 1
Stack:
[Interface/AddOns/Baganator/ItemViewCommon/ContainerSlots.lua]:486: in function <...e/AddOns/Baganator/ItemViewCommon/ContainerSlots.lua:408>
[C]: in function 'CreateFrame'
[Interface/AddOns/Baganator/ItemViewCommon/BankView.lua]:25: in function <...terface/AddOns/Baganator/ItemViewCommon/BankView.lua:5>
[C]: in function 'CreateFrame'
[Interface/AddOns/Baganator/ViewManagement/Initialize.lua]:217: in function <...rface/AddOns/Baganator/ViewManagement/Initialize.lua:214>
[Interface/AddOns/Baganator/ViewManagement/Initialize.lua]:614: in function <...rface/AddOns/Baganator/ViewManagement/Initialize.lua:613>
[C]: in function 'xpcall'
[Interface/AddOns/Baganator/ViewManagement/Initialize.lua]:613: in function 'GenerateFrameGroup'
[Interface/AddOns/Baganator/Skins/Main.lua]:46: in function <Interface/AddOns/Baganator/Skins/Main.lua:41>

Locals:
self = Frame {
liveBagSlots =

{
}
config = "bank_view_show_bag_slots"
mode = "bank"
cachedBagSlots =
{
}
updateBagSlotsNeeded = true
}
bagSlotsCount = 7
bagIndexes =
{
}
cachedBagSlotCounter = 0
(for index) = 1
(for limit) = 7
(for step) = 1
index = 1
bb = Button {
isBag = true
IconOverlay = Texture {
}
IconBorder = Texture {
}
icon = Baganator_CategoryViewBankViewFrameelvuiIconTexture {
}
IsSkinned = true
HighlightTexture = Texture {
}
PixelSnapDisabled = true
hover = Texture {
}
PushedTexture = Texture {
}
Count = Baganator_CategoryViewBankViewFrameelvuiCount {
}
searchOverlay = Baganator_CategoryViewBankViewFrameelvuiSearchOverlay {
}
IconOverlay2 = Texture {
}
pushed = Texture {
}
cornerPlugins =
{
}
widgetContainer = Frame {
}
NormalTexture = Baganator_CategoryViewBankViewFrameelvuiNormalTexture {
}
ItemContextOverlay = Texture {
}
added = true
backdrop = Frame {
}
showMatchHighlight = true
bgrElvUISkin = true
Stock = Baganator_CategoryViewBankViewFrameelvuiStock {
}
SlotBackground = Texture {
}
}
addonTable =
{
InventoryTracking =
{
}
Dialogs =
{
}
Constants =
{
}
Transfers =
{
}
ItemViewCommon =
{
}
Help =
{
}
sortItemFieldMap =
{
}
ViewManagement =
{
}
API =
{
}
CustomiseDialog =
{
}
BagTransfers =
{
}
Config =
{
}
Search =
{
}
CallbackRegistry =
{
}
CategoryViews =
{
}
Locales =
{
}
json =
{
}
SlashCmd =
{
}
SingleViews =
{
}
Utilities =
{
}
Core =
{
}
NewItems = Frame {
}
Compatibility =
{
}
Skins =
{
}
ItemButtonUtil =
{
}
Sorting =
{
}
}

commented

Your version of Syndicator is out of date and telling Baganator that the bank tabs don't exist.

Please reinstall Syndicator (even if your app says its up to date)

commented

The issue is fixed, thanks a lot

commented

You're welcome