Interface\AddOns\oUF\events.lua:146: Attempt to register unknown event "PLAYER_TALENT_UPDATE"
cikichen opened this issue ยท 11 comments
Interface\AddOns\oUF\events.lua:146: Attempt to register unknown event "PLAYER_TALENT_UPDATE"
Count: 1
Call Stack:
[C]: ?
Interface\AddOns\oUF\events.lua:146: in function `RegisterEvent'
Interface\AddOns\oUF_Abu\Modules\oUF_Aurabars.lua:124: in function `enable'
Interface\AddOns\oUF\ouf.lua:113: in function `EnableElement'
Interface\AddOns\oUF\ouf.lua:343: in function <Interface\AddOns\oUF\ouf.lua:260>
(tail call): ?
Interface\AddOns\oUF\ouf.lua:728: in function `Spawn'
Interface\AddOns\oUF_Abu\Layout.lua:917: in function `func'
Interface\AddOns\oUF\factory.lua:20: in function <Interface\AddOns\oUF\factory.lua:16>
(tail call): ?
oUF-9.2.0
oUF-1.5.16 Cataclysm? Private server?
The error message is not from that version though.
Which version of WoW are you using?
8.1.5.30706 @p3lim
You're not using oUF 1.5.16, you're using 8.0.2, which is still out of date.
Please tell the layout author to update oUF.
Top comment here is relevant: https://www.wowinterface.com/downloads/info23020-oUFAbu.html#comments
## Interface: 80100
## Title: oUF
## Author: Haste, lightspark, p3lim, Rainrider
## Version: @project-version@
## Notes: Unit frame framework. Does nothing by itself.
## OptionalDeps: Clique
## X-oUF: oUF
## X-Curse-Project-ID: 21187
## X-WoWI-ID: 9994
oUF.xml
That's the TOC file from a development version of oUF, it doesn't say anywhere how old it is.
Stick to releases from either CurseForge or WoWInterface.
@p3lim I get it from twitch. ouf-9.2.0
The layout still isn't updated for that version of oUF, which is why I linked to the comment section of the layout. The issue is with the layout, not oUF.
Sup o7
Given the error msg:
Interface\AddOns\oUF\events.lua:146: in function `RegisterEvent'
Interface\AddOns\oUF_Abu\Modules\oUF_Aurabars.lua:124: in function `enable'
the issue is caused by oUF_Aurabars
, however, "PLAYER_TALENT_UPDATE"
is a legit event on live and test realms.
Either way, it's unrelated to oUF itself.