Questie

Questie

116M Downloads

When run with DRaidFrames & IceHUD

Boonda-P opened this issue ยท 1 comments

commented

I'm not sure if this is a Questie bug or one of the other addons but it only occurs when run with both D4KiR & IceHud.
Error started yesterday, but I don't play every day. Occurs immediately after loading up a character.

Questie version 6.3.14

Message:` ...ce\AddOns\Questie\Libs\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "UNIT_ABSORB_AMOUNT_CHANGED"
Time: Wed Jun  9 15:28:22 2021
Count: 1
Stack: ...ce\AddOns\Questie\Libs\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "UNIT_ABSORB_AMOUNT_CHANGED"
[string "=(tail call)"]: ?
[string "=[C]"]: in function `RegisterEvent'
[string "@Interface\AddOns\Questie\Libs\AceEvent-3.0\AceEvent-3.0.lua"]:33: in function `OnUsed'
[string "@Interface\AddOns\Questie\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:142: in function `RegisterEvent'
[string "@Interface\AddOns\IceHUD\modules\PlayerHealth.lua"]:122: in function `Enable'
[string "@Interface\AddOns\IceHUD\IceCore.lua"]:201: in function `Enable'
[string "@Interface\AddOns\IceHUD\IceHUD.lua"]:286: in function <Interface\AddOns\IceHUD\IceHUD.lua:278>
[string "=[C]"]: ?
[string "@Interface\AddOns\Questie\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:70: in function <...ce\AddOns\Questie\Libs\AceAddon-3.0\AceAddon-3.0.lua:65>
[string "@Interface\AddOns\Questie\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:527: in function `EnableAddon'
[string "@Interface\AddOns\Questie\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:630: in function <...ce\AddOns\Questie\Libs\AceAddon-3.0\AceAddon-3.0.lua:615>

Locals:

commented

hey @Boonda-P sorry for the late response on this.

You should report this issue to IceHUD. It seems they are using a different version of AceEvent, but it is loading Questies version of AceLib (that is how addons are using libraries) and errors out...

We are not registering a UNIT_ABSORB_AMOUNT_CHANGED event.