This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What version of Grid2 and game type (classic or retail) are you using ?
Gird-2.0.12-bcc.zip on TBC Classic
What game client version (windows or mac) and language are you using ?
Wintendo
What steps will reproduce the problem?
Loading UI while not being in a party in SW.It either pops from Grid2 or from Prat3, both with the same unknown event registration.
Traceback:
Message: ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "PARTY_MEMBERS_CHANGED" Time: Thu May 20 10:39:10 2021 Count: 1 Stack: ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "PARTY_MEMBERS_CHANGED" [string "=[C]"]: in function `RegisterEvent' [string "@Interface\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua"]:33: in function `OnUsed' [string "@Interface\AddOns\DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:142: in function `RegisterEvent' [string "@Interface\AddOns\Prat-3.0\modules\PlayerNames.lua"]:1132: in function `OnModuleEnable' [string "@Interface\AddOns\Prat-3.0\addon\modules.lua"]:189: in function <Interface\AddOns\Prat-3.0\addon\modules.lua:178> [string "=[C]"]: ? [string "@Interface\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:70: in function <...face\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua:65> [string "@Interface\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:527: in function `EnableAddon' [string "@Interface\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:540: in function `EnableAddon' [string "@Interface\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua"]:630: in function <...face\AddOns\Grid2\Libs\AceAddon-3.0\AceAddon-3.0.lua:615> Locals: <none>
Not a Grid2 issue.
How do you determine which addon is causing this problem since so many of them share the same Ace libraries?
It looks like a a Prat-3.0 issue, In the file PlayersName.lua, the addon is registering the PARTY_MEMBERS_CHANGED event, event that does not exist in the game anymore (It was removed time ago).
[string "@Interface\AddOns\Prat-3.0\modules\PlayerNames.lua"]:1132:
To post a comment, please login or register a new account.