Skillet-Classic

Skillet-Classic

445k Downloads

GuildControlSetRank error

Raulfin opened this issue ยท 1 comments

commented

Yeah no way this can actually be from you but it says it is so.
I'm GM of my guild
Was in VH and this popped mid first pull, haven't even opened guild tab this session.

Message: ADDON_ACTION_FORBIDDEN: Skillet-Classic tried to call the protected function 'GuildControlSetRank()'.
Time: Wed Oct  5 07:05:18 2022
Count: 1
Stack: ADDON_ACTION_FORBIDDEN: Skillet-Classic tried to call the protected function 'GuildControlSetRank()'.
[string "@Interface\AddOns\ElvUI\Libraries\Core\Ace\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...Core\Ace\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@Interface\AddOns\ElvUI\Libraries\Core\Ace\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
[string "@Interface\AddOns\ElvUI\Libraries\Core\Ace\AceEvent-3.0\AceEvent-3.0.lua"]:120: in function <...vUI\Libraries\Core\Ace\AceEvent-3.0\AceEvent-3.0.lua:119>
[string "=[C]"]: in function `GuildControlSetRank'
[string "@Interface_Wrath\FrameXML\FriendsFrame_Wrath.lua"]:487: in function `GuildControlPopupFrameDropDownButton_ClickedRank'
[string "@Interface_Wrath\FrameXML\FriendsFrame_Wrath.lua"]:239: in function `GuildControlPopupFrame_Initialize'
[string "@Interface_Wrath\FrameXML\FriendsFrame_Wrath.lua"]:156: in function `FriendsFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
commented

This is a side effect of how the ACE libraries load. As each addon that uses ACE loads, the libraries determine who has the most recent version and that one will be used by all addons. Skillet-Classic apparently has the most recent version of AceEvent-3.0.

I'm guessing from the callback that this is actually a ElvUI caused error.