cant open bank
DatGeekNamedHex opened this issue ยท 30 comments
I cant open the back in dal or sw when I have the addon enabled, and when I disable it it works, plz help
I'm having the same problem. Uninstalled and reinstalled a few times. Deleted saved variables for bagnon and nothing has fixed it. It is just with my bank, guild and void storage seem to work fine.
I'm having the same problem... It started yesterday... All other banks (Void, guild) are working fine... When I try to open, I hear the dialog that the bank tab is supposedly opened, and if I move away from the teller, I hear the dialog that the bank tab is closing... But I just can't see the bank tab.
Also, I'm not sure if I remember right since I configured Bagnon a long time ago... But when I open the config window and try to change the number of colums displayed, the shown tab is not resizing live. If I remember correctly... moving the # of column slider used to change the tab dynamically on screen.
Yep, just ran into this today. I know for sure it worked yesterday but now, for some reason no bank. I tried Onebag3 and Onebank3 and they worked fine.
I am seeing this issue as well, was working fine last night now nothing on the bank, i can also confirm that guild and void banks open fine.
Same issue, my bank is not opening when i talk with an NPC, but I can look at my bank through /bagnon bank, and it shows fine but isn't useable. I hear the NPC comfirmation when I open my bank, but just can't see the bank window. Currenty disabled just the bank part nothing else seems broken.
Same issue here. I get the audio notification the bank opened and can put stuff into my bank but I just can't see the Bagnon bank frame. My bag frame works perfectly and if I disable the bank frame, the rest of the mod works perfectly.
Same problem guild bank works but not our personal bank. Tried uninstalling bagnon and reinstalling without success.
Ok glad it's not just me, but I've had this problem all day. Just like the others its only personal bank, and I've tried on multiple characters in many cities to no avail.
Problem occurs when updating other addons that use ace libraries.
Can confirm with latest weakauras alpha and also with recount.
I've had a quick look at the latest weakauras version and it seems that it included an updated version of ace libraries.
I suspect that the bank mod does not work with those updated libraries.
Confirming Neralus comment...
I got an update on both addons RECOUNT and WEAKAURAS2 in the past few days... If I disable them both... my bank frame from BAGNON comes back as it should
Commenting again, and confirming with jeehell that disabling my recount addon allowed for my bank to once again open with bagnon.
I can confirm that if I update the Ace3 libraries contained within Bagnon (Bagnon\external\Wildpants\libs) to the Alpha Ace3 libraries my Bank opens again without issue.
If this has been mentioned already, I offer my apologies: I've noticed also that, in addition to not being able to open my bank window with Bagnon loaded, I'm unable to prompt a query in the search box. Admittedly, I've become totally spoiled by that particular amenity.
Thank you
UPDATE
Only after disabling BOTH Recount and WeakAuras2 was I able to open my bank tab as well as prompt a query in the search box for all inventories.
@Jaliborc Update AceEvent in WildPants and publish a new release is the quick fix.
@funkydude by "Update AceEvent in WildPants and publish a new release is the quick fix." what do you mean by that, kinda slow :( like I found the folder and all but what do I do with it
@maiazndrew You go in your Recount or WeakAura directory, for example "World of Warcraft\Interface\AddOns\Recount\libs", you select the "AceEvent-3.0" directory and copy it ; next you go in the "World of Warcraft\Interface\AddOns\Bagnon\external\Wildpants\libs" directory and paste ; you accept to replace existing files and folders and it's done.
@AxlMun : Thanks a lot!! That helped ๐
Well, I'm not a big fan of having alpha libraries in the release build, but I guess this one will require an exception.
Thank you everyone for the quick feedback, will upload a new version right now.
@Stanzilla That is the issue? From the comments it appeared like the AceEvent version was the problem here.
You circumvented the issue by shipping the same library version as other addons but it will happen again if Ace3 updates and you don't.
@Jaliborc Ofcourse. I said updating was the quick fix, unfortunately you took years to do it.
The problem has been described by Stanzilla. You embed AceEvent in your addon, which embeds the SendMessage method, which you overwrite, which is overwritten back to AceEvent's version if there's an upgrade.
The updated version (7.2.6) is working fine for me.
(I stopped WoW and launcher, waited the end of all hidden processes (Batlle.net.exe) and cleared the cache, before updating and I accepted to replace my modifications with the new installation [I'm using Twitch for the updates])
@Jaliborc you did not fix the issue though.
You still overwrite the SendMessage function