
Bags don't open
Closed this issue · 16 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
Just lettin ya know - restarted everything re downloaded but bags & bank don't open - updated about 8 minutes ago
Bagnon Version
bagnon-11.9.1.zip
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
Reproduction Steps
Restart game, Restart computer, redownload bagnon. switch characters, all same result
Last Working Version
No response
Screenshots
No response
I am having the same problem, can't open bags, WoW Classic Anniversary and SoD, this issue started happening this morning after the maintenance and update.
While this fix works on Retail, it has no effect for me on Classic Anniversary unfortunately, any solution? :/
[Edit]: Was able to disable the Money option IG, it works, but no way to display my gold, as the fix allows us still on Retail.
So is there a way other than the Money option for Classic Anniversary?
Here is the solution
Replace in [BagBrother/core/classes/playerMoney.lua]:48:
f.info = MoneyTypeInfo[f.Type]
with
f.info = (MoneyTypeInfo and MoneyTypeInfo[f.Type]) or { UpdateFunc = function(self) return self:GetMoney() end }
This solution worked for Retail, but not for Classic Anniversary
Checked on Classic Anniversary HС server
Okay, will double check version & do a clean delete/re-dl & edit again when I'm home then, thanks!
[Edit]: Okay, had to clean the SavedVariables it seems, some labels must have been swapped between versions so it was interfering. Seems good now.
[Edit]: Okay, had to clean the SavedVariables it seems, some labels must have been swapped between versions so it was interfering. Seems good now.
I don't know what's wrong with you, I've checked on all versions of the Classics now, it works for me, and I've also indicated this solution in another thread #2045 and it says it works.
OK
[Edit]: Okay, had to clean the SavedVariables it seems, some labels must have been swapped between versions so it was interfering. Seems good now.
I don't know what's wrong with you, I've checked on all versions of the Classics now, it works for me, and I've also indicated this solution in another thread #2045 and it says it works.
OK
Yeah I just had SavedVariables from another version, and for whatever reason it did interfere with the newest one, had to delete them (normally we never need to do that, but it seems they ran some big changes between those versions), problem is solved now, thanks!