RaiderIO / raiderio-addon

RaiderIO AddOn
https://raider.io/addon
Other
40 stars 21 forks source link

WoW 8.2 Error opening Guild & Communities #109

Closed geeksbsmrt closed 5 years ago

geeksbsmrt commented 5 years ago

Message: Interface\AddOns\RaiderIO\core.lua:2433: bad argument #1 to 'pairs' (table expected, got nil) Time: Tue Jun 25 21:42:18 2019 Count: 1 Stack: Interface\AddOns\RaiderIO\core.lua:2433: bad argument #1 to 'pairs' (table expected, got nil) [C]: in function pairs' Interface\AddOns\RaiderIO\core.lua:2433: in functionfunc' Interface\AddOns\RaiderIO\core.lua:1934: in function <Interface\AddOns\RaiderIO\core.lua:1929> Interface\AddOns\RaiderIO\core.lua:1964: in function ?' Interface\AddOns\RaiderIO\core.lua:3017: in function <Interface\AddOns\RaiderIO\core.lua:3017> [C]: in functionLoadAddOn' Interface\FrameXML\UIParent.lua:450: in function UIParentLoadAddOn' Interface\FrameXML\UIParent.lua:696: in functionCommunities_LoadUI' Interface\FrameXML\UIParent.lua:930: in function ToggleCommunitiesFrame' Interface\FrameXML\UIParent.lua:817: in functionToggleGuildFrame'

Locals: (temporary) = nil (temporary) = "table expected, got nil" = defined =[C]:-1

WFrancois commented 5 years ago

Hi !

Thanks for reporting this issue, I've made a change to disable this feature on Guild & Communities until a fix is done :)

This change should be available with the next update.

Vladinator commented 5 years ago

I took a look at the code and Blizzard changed to the buttons being created when needed, instead of created when the addon loads. I'll keep an eye on this but think this should solve this and restore original functionality.