Bufflehead

Bufflehead

7.5k Downloads

Broken in patch 11.0.2

xathian opened this issue ยท 5 comments

commented

I'm not an addon programmer but I do know that 11.0.2 deprecated a bunch of UI API functions and it seems this has completely killed Bufflehead. It's now spewing about 40 errors per second.

Message: Interface/AddOns/Bufflehead/Main.lua:880: attempt to call upvalue 'UnitAura' (a nil value)
Time: Wed Aug 14 13:29:49 2024
Count: 5936
Stack: Interface/AddOns/Bufflehead/Main.lua:880: attempt to call upvalue 'UnitAura' (a nil value)
[string "@Interface/AddOns/Bufflehead/Main.lua"]:880: in function <Interface/AddOns/Bufflehead/Main.lua:863>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_FrameXML/SecureGroupHeaders.lua"]:767: in function <...face/AddOns/Blizzard_FrameXML/SecureGroupHeaders.lua:735>
[string "@Interface/AddOns/Blizzard_FrameXML/SecureGroupHeaders.lua"]:1087: in function `SecureAuraHeader_Update'
[string "@Interface/AddOns/Blizzard_FrameXML/SecureGroupHeaders.lua"]:703: in function <...face/AddOns/Blizzard_FrameXML/SecureGroupHeaders.lua:698>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_FrameXML/SecureStateDriver.lua"]:101: in function <...rface/AddOns/Blizzard_FrameXML/SecureStateDriver.lua:95>
[string "@Interface/AddOns/Blizzard_FrameXML/SecureStateDriver.lua"]:127: in function <...rface/AddOns/Blizzard_FrameXML/SecureStateDriver.lua:119>
commented

@xathian got it to work?

commented

YW, i am not a coder so had yoloed it. Glad it could be a help.

commented

With v1.1.9 the addon should run properly again.

Thanks @TheAzkas for the temp fix, it made it a lot simpler for me to implement a full solution ๐Ÿ˜Š

commented

I was pleasantly surprised by how unaffected Bufflehead has been so far... I've got right around 0 hours of development time on Bufflehead, but I'll try to have a look later this week.

commented

I did mange to make a fix for it until @Dicebar gets around to make an official fix.

https://github.com/TheAzkas/Bufflehead-11.0.2-unoffcialFix/