Bagnon Not Working
felbrex opened this issue ยท 15 comments
Which software were you running?
- Addon version name: 11.0.1.zip
- Client used: Retail
Have you read the changelog?
Yes
Please describe the bug.
After the new update today, I can't open my bags by clicking, using shift-b, or any other option. Even after turning Bagnon off, when I log back in, it will only open my main backpack.
Please describe how to reproduce it.
- Click on backpack
- Nothing happens
Confirmed bug in Add-on after today's server restart. Bags will not even open and the previous workaround to comment out the Button Line in the Pancho-2.0 file does not work to get around it this time either.
Bagbrother | Bagnon
Really annoying having it disabled altogether, but...yeah; I can confirm that it's completely broken.
Can also confirm after today's update addon no longer works. Can't open my bags etc.
Can also confirm after today's update addon no longer works. Can't open my bags etc.
Disable "Bagbrother" as a workaround (reverts to native wow bag manager)
It seems like today's update deprecated a bunch of APIs (something that addon authors have apparently had months to prepare for), so this really looks like a pretty bad lack of maintenance.
jut go around and comment out/default to false all depcrecated calls, they all are about lib management, which i think was a stupid idea to use anyway in such a small addon
E:\games\World of Warcraft_retail_\Interface\AddOns\Bagnon\src\frame.lua:158
replace a call with false
function Frame:HasOptionsToggle()
return false
end
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\core\classes\item.lua:177
just replace a call with false
elseif Addon.sets.glowSets and false then
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\libs\C_Everywhere\C_Everywhere.lua:104
comment out
--if not C_Addons then
-- C.Addons.GetAddOnEnableState = function(addon, character)
-- return GetAddOnEnableState(character, addon)
-- end
--end
Once again Bagnon is broken not even 4 days after being fixed. At this point the addon is down/broken more than it is up/working. Jaliborc, you do good work, but you don't do it fast enough, you gotta be on top of this stuff man. You can't just get it working for 4 days and bounce for months.
jut go around and comment out/default to false all depcrecated calls, they all are about lib management, which i think was a stupid idea to use anyway in such a small addon
E:\games\World of Warcraft_retail_\Interface\AddOns\Bagnon\src\frame.lua:158
replace a call with false
function Frame:HasOptionsToggle() return false end
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\core\classes\item.lua:177
just replace a call with false
elseif Addon.sets.glowSets and false then
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\libs\C_Everywhere\C_Everywhere.lua:104
comment out
--if not C_Addons then -- C.Addons.GetAddOnEnableState = function(addon, character) -- return GetAddOnEnableState(character, addon) -- end --end
You are beast man , tyvm <3
jut go around and comment out/default to false all depcrecated calls, they all are about lib management, which i think was a stupid idea to use anyway in such a small addon
E:\games\World of Warcraft_retail_\Interface\AddOns\Bagnon\src\frame.lua:158
replace a call with false
function Frame:HasOptionsToggle() return false end
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\core\classes\item.lua:177
just replace a call with false
elseif Addon.sets.glowSets and false then
E:\games\World of Warcraft_retail_\Interface\AddOns\BagBrother\libs\C_Everywhere\C_Everywhere.lua:104
comment out
--if not C_Addons then -- C.Addons.GetAddOnEnableState = function(addon, character) -- return GetAddOnEnableState(character, addon) -- end --end
Thank you, these 3 changes did the trick :)
Anyone can cloud this with fixes in ?!
So we can download
Still having issues on lines > 311 item.lua after doing these
Anyone can cloud this with fixes in ?!
So we can download
Still having issues on lines > 311 item.lua after doing these
i maybe fixed problem on line 311. Just replace C.Addons.IsAddOnLoaded with C_AddOns.IsAddOnLoaded
Anyone can cloud this with fixes in ?!
So we can download
Still having issues on lines > 311 item.lua after doing thesei maybe fixed problem on line 311. Just replace C.Addons.IsAddOnLoaded with C_AddOns.IsAddOnLoaded
with change line 311