Bartender4

Bartender4

72M Downloads

Bright green boxes around bags.

Motowatch opened this issue ยท 7 comments

commented

Starting with the latest update my bags have bright green boxes that surround them with a thick border, obscuring the bags them selves. This happens in 'show all bags" and in "show one bag" modes

Image

commented

Are you using a skinning mod like Masque?

commented

Same problem as of today! And for some weird reason, even manually downgrade bartender to older verstion did not fix it. I done almost anything. Downgrade to older versions, disabled any other addon. Wiping WTF folder entirely. Even after I remove Interface and WTF folders, and then installing OLNY bartender4, even 4.15.2 version - there is still greenbox at bag bar.

commented

I do not believe I am using any 'skinning' adds, and I do not run Masque. The green boxes do go away if I don't load Bartender4, but it could still be an addon conflict.

commented

Image

Got the same error.

commented

Also getting this, even with Bartender as the only non-Blizzard addon loaded. Just started today in both Classic Era and Cataclysm Classic.

Doesn't happen on initial startup. Creeps in after zone change or ui reload.

Tried WTF reset and game scan/repair. Still happens.

Image

commented

Issue lies within line 121 of BagBarClassic.lua
removing/commenting out this line fixed it for me

v:SetNormalTexture("") -> --v:SetNormalTexture("")

commented

Yep. I can confirm that commenting line 121 in BagBarClassic.lua fix this issue. Thank you very much, ElegantSerr!