HideBlizzard

HideBlizzard

125k Downloads

Error with hiding the MicroBar

katur239 opened this issue ยท 1 comments

commented

I'm not sure if this is caused only by Overachiver but when hiding the MicroBar it starts throwing this error.

I've solved it by adding in but I doubt this is a 'clean' way to handle it.

function AchievementMicroButton_Update() end

This is the error message

`Message: ...ns\Blizzard_AchievementUI\Blizzard_AchievementUI.lua:847: attempt to call global 'AchievementMicroButton_Update' (a nil value)
Time: Fri Apr 10 19:55:19 2020
Count: 2
Stack: ...ns\Blizzard_AchievementUI\Blizzard_AchievementUI.lua:847: attempt to call global 'AchievementMicroButton_Update' (a nil value)
[string "=[C]"]: in function `AchievementMicroButton_Update'
[string "@Interface\AddOns\Blizzard_AchievementUI\Blizzard_AchievementUI.lua"]:847: in function <...ns\Blizzard_AchievementUI\Blizzard_AchievementUI.lua:788>
[string "=[C]"]: in function `LoadAddOn'
[string "@Interface\FrameXML\UIParent.lua"]:457: in function `UIParentLoadAddOn'
[string "@Interface\FrameXML\UIParent.lua"]:576: in function `AchievementFrame_LoadUI'
[string "@Interface\AddOns\Overachiever\Overachiever.lua"]:1340: in function `ToastFakeAchievement'
[string "@Interface\AddOns\Overachiever\Calendar.lua"]:421: in function `ToastForEvents'
[string "@Interface\AddOns\Overachiever\Overachiever.lua"]:1521: in function <Interface\AddOns\Overachiever\Overachiever.lua:1520>`
commented

@katur239 Sounds like a possible conflict of addons. Can you test with other disabled and see if errors show? Are you doing any actions?