
Bank does not open past 11.2.2
Closed this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
I've been following #2084 but OP never provided any lua errors and closed the issue themselves. I check each new release of Bagnon but they all have the same issue and I have to roll back to 11.2.2 to have a usable bank.
Tested with all other addons off, with bugsack to grab errors.
Bagnon Version
11.2.6
World of Warcraft Flavor
Retail
World of Warcraft Region
US/NA
Tested with only Bagnon
I got this issue with only Bagnon enabled
Lua Error
26x BagBrother/core/classes/tabGroup.lua:56: attempt to index local 'rule' (a nil value)
[BagBrother/core/classes/tabGroup.lua]:56: in function 'SetActive'
[BagBrother/core/classes/tabGroup.lua]:18: in function <BagBrother/core/classes/tabGroup.lua:13>
[tail call]: ?
[BagBrother/core/classes/frameBase.lua]:116: in function 'GetWidget'
[Bagnon/src/frame.lua]:247: in function <Bagnon/src/frame.lua:243>
[tail call]: ?
[Bagnon/src/frame.lua]:59: in function 'Layout'
[BagBrother/core/classes/frameBase.lua]:75: in function 'UpdateVisuals'
[BagBrother/core/classes/frameBase.lua]:56: in function 'Update'
[BagBrother/core/classes/frameBase.lua]:31: in function <BagBrother/core/classes/frameBase.lua:25>
[C]: in function 'Show'
[BagBrother/core/api/frames.lua]:32: in function 'Show'
[BagBrother/core/features/autoDisplay.lua]:48: in function <...faceBagBrother/core/features/autoDisplay.lua:47>
[BagBrother/core/features/autoDisplay.lua]:83: in function 'ShowFrame'
[Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.lua]:241: in function <...Panels_Game/Shared/PlayerInteractionFrameManager.lua:238>
Locals:
self = Frame {
rules = <table> {
}
buttons = <table> {
}
id = "sidebar"
frame = BagnonBank1 {
}
}
rule = nil
(*temporary) = <table> {
}
(*temporary) = "sidebar"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'rule' (a nil value)"
Reproduction Steps
Interact with a banker, bags may open and screen may stutter, but bank will not open.
Last Working Version
11.2.2
Screenshots
No response
Just had the same issue. I've been staring at the 11.2.3 patch note about using the first filter selected and wondering why it wasn't working for me. I tried re-adding the "All" filter again and reloading. Then I did it again when I realized how the filters were ordered. Reloaded again and poof, no more bank. Exact same error as the OP.
Fortunately doing a clean reinstall of the addon got it working again - you need to use the "Delete saved variables" option in CurseForge, if that's what you're using. Bit of a hassle but that feature now works as advertised.
Update as of reloading about 2 minutes later: that feature no longer works as advertised. Exact same behaviour as before, except repeating those steps above didn't break it again. Very strange.