TheKrowi/Krowi_AchievementFilter

Keep getting LUA error when both Krowi's and ElvUI loaded....

Closed this issue · 0 comments

When both Krowi's and ElvUI are loaded (in Cata Classic), this error pops up in Krowi_AchievementFilter/Plugins/ElvUI.lua as shown below. It looks like the code is trying to handle the special case of ElvUI being loaded, but something goes wrong? I do not get a LUA error when one is loaded but not the other, however that is not the desired result. This error is being logged by BugSack on character load-in. I can disable ElvUI's skinning of the achievement window as a temporary fix, and the error does not occur.

Thanks!

17x ElvUI/Core/Modules/Skins/Skins.lua:1094: doesn't exist! [string "=[C]"]: ? [string "@ElvUI/Core/Modules/Skins/Skins.lua"]:1094: in function HandleEditBox'
[string "@Krowi_AchievementFilter/Plugins/ElvUI.lua"]:369: in function SkinSearchBoxFrame' [string "@Krowi_AchievementFilter/Plugins/ElvUI.lua"]:527: in function <...aceKrowi_AchievementFilter/Plugins/ElvUI.lua:518> [string "@Krowi_AchievementFilter/Plugins/ElvUI.lua"]:717: in function <...aceKrowi_AchievementFilter/Plugins/ElvUI.lua:704> [string "@Krowi_AchievementFilter/Plugins/ElvUI.lua"]:822: in function <...aceKrowi_AchievementFilter/Plugins/ElvUI.lua:821> [string "=[C]"]: in function LoadWithBlizzard_AchievementUI'
[string "@Krowi_AchievementFilter/Krowi_AchievementFilter.lua"]:64: in function <.../Krowi_AchievementFilter/Krowi_AchievementFilter.lua:63>
[string "@Krowi_AchievementFilter/Krowi_AchievementFilter.lua"]:102: in function <.../Krowi_AchievementFilter/Krowi_AchievementFilter.lua:96>
[string "=[C]"]: ?
[string "=[C]"]: in function LoadAddOn' [string "@Krowi_AchievementFilter/Gui/WorldMapButton/WorldMapButtonMixin.lua"]:65: in function Refresh'
...
`