tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
396 stars 136 forks source link

Attempt to register unknown event "CHAT_MSG_GUILD_DEATHS" #1194

Closed vaio286 closed 2 months ago

vaio286 commented 2 months ago

Troubleshooting Steps

WoWScrnShot_041524_091121 WoWScrnShot_041524_091142

Describe the expected behavior and what actually happened?

No errors is the expected behavior, the opposite is happening as per the screenshots. I would like to add that my char is in a guild and I have enabled in the wow options the notifications about all hardcore deaths, now if I disable the chat module of ElvUI no errors appears whatsoever and all works fine, enabling chat again the error pops again. The issue is annoying because wow start to complain about too many lua errors on my interface and keeps asking me to disable the addons.

Reproducing the issue.

Enable ElvUI Login to Char and enter the game world Bugsack inmediately alerts about the errors

Lua Errors

Message: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event "CHAT_MSG_GUILD_DEATHS"
Time: Mon Apr 15 10:51:58 2024
Count: 1
Stack: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event "CHAT_MSG_GUILD_DEATHS"
[string "=[C]"]: in function `RegisterEvent'
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:33: in function `OnUsed'
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:132: in function `RegisterEvent'
[string "@Interface/AddOns/ElvUI/Core/Modules/Chat/Chat.lua"]:3798: in function <Interface/AddOns/ElvUI/Core/Modules/Chat/Chat.lua:3713>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1833: in function `CallLoadFunc'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1848: in function `CallLoadedModule'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1874: in function `InitializeModules'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1984: in function `Initialize'
[string "@Interface/AddOns/ElvUI/Core/init.lua"]:294: in function <Interface/AddOns/ElvUI/Core/init.lua:293>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:626: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: (*temporary) = AceEvent30Frame {
 0 = <userdata>
}
(*temporary) = "CHAT_MSG_GUILD_DEATHS"

Verification Steps

1Botanica1 commented 2 months ago

This has already been fixed in the dev version. Either download & install that, or wait until next release - no eta

https://api.tukui.org/v1/download/dev/elvui/main

vaio286 commented 2 months ago

Hey thanks for the reply, installed the dev version and can confirm the issue is fixed, everything is working well!!