Getting all kinds of LUA errors

Hi.

Ive been playing with ElvUI and a bunch of several addons. Can list them all if it helps anything.
One day i started getting LUA errors regarding Clique which seemed weird. Couldnt get why it would do it. When i installed BugSack + Buggrabber the Clique errors stopped but another one started showing up and this one isnt getting grabbed so to speak.

Any friendly soul out there who can take a quick look at this?

The Clique LUA:
1x [ADDON_ACTION_BLOCKED] AddOn ‘Clique’ tried to call the protected function ‘CompactRaidFrameManagerContainerResizeFrame:Hide()’.
!BugGrabber\BugGrabber.lua:519: in function <!BugGrabber\BugGrabber.lua:519>
[C]: in function Hide' ...mpactRaidFrames\Blizzard_CompactRaidFrameManager.lua:571: in functionCompactRaidFrameManager_LockContainer’
…mpactRaidFrames\Blizzard_CompactRaidFrameManager.lua:564: in function `CompactRaidFrameManager_UpdateContainerLockVisibility’
…mpactRaidFrames\Blizzard_CompactRaidFrameManager.lua:57: in function <…mpactRaidFrames\Blizzard_CompactRaidFrameManager.lua:50>

Locals:
InCombatSkippe

The RaidIO Lua:
1x [ADDON_ACTION_FORBIDDEN] AddOn ‘RaiderIO’ tried to call the protected function ‘GuildControlSetRank()’.
!BugGrabber\BugGrabber.lua:519: in function <!BugGrabber\BugGrabber.lua:519>
[C]: in function GuildControlSetRank' ...\Blizzard_GuildControlUI\Blizzard_GuildControlUI.lua:24: in function <...\Blizzard_GuildControlUI\Blizzard_GuildControlUI.lua:7> [C]: ? [C]: ? [C]: in functionLoadAddOn’
FrameXML\UIParent.lua:446: in function UIParentLoadAddOn' FrameXML\UIParent.lua:692: in functionCommunities_LoadUI’
FrameXML\UIParent.lua:926: in function ToggleCommunitiesFrame' FrameXML\UIParent.lua:813: in functionToggleGuildFrame’
[string “TOGGLEGUILDTAB”]:1: in function <[string “TOGGLEGUILDTAB”]:1>

I mean, something is fussing about and cant seem to hide them or fix it.
Help a brother out

These kind of errors are caused by one of your addons modifying the UI in a way it shouldn’t be modified, causing taint and breaking stuff for other addons.

These things are kinda tricky, as it’s usually NOT the addon listed in the error reports causing it.

Could you please run this command in-game directly after loading your character:
/console taintLog 1
And then play until you get these errors again? once you do, please log out (this is crucial, the client uses a buffer for writing to the log and it can take up to 10 minutes for errors to appear) and upload the contents of World of Warcraft\Logs\taint.log to pastebin and paste the link here.

If you are using ElvUi, you should be talking with them in their Discord. They are very helpful when it comes to their add-on. Because you are using theirs with other ones they should be able to help you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.