View Single Post
07-21-16, 01:15 PM   #1
LanceDH
A Cyclonian
 
LanceDH's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 41
Addon causing CompactRaidFrames errors in combat

One of my addons is having issues with CompactRaidFrames errors when someone leaves/joins a group while in combat.
Example error:
Code:
1x [ADDON_ACTION_BLOCKED] AddOn 'LoreLibrary' tried to call the protected function 'CompactRaidGroup3Member5:Show()'.
!BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
[C]: in function `Show'
FrameXML\CompactUnitFrame.lua:330: in function `CompactUnitFrame_UpdateVisible'
FrameXML\CompactUnitFrame.lua:280: in function `CompactUnitFrame_UpdateAll'
FrameXML\CompactUnitFrame.lua:115: in function <FrameXML\CompactUnitFrame.lua:51>

Locals:
I tried figuring out what is causing it but just can't figure it out.
Code can be found on my github.

When using that code I get following taintlog by default (so not when an error happens):
taintLog == 1
With taintlog == 2 I get the following taintlog:
using UIDropDownMenu_Initialize (big)
using dropdown.initialize = function instead
The full caps LOLIB_ ones are from global variables to use in XML.

I don't even know if any of that is even causing this issue or not, though I feel it might be because of the dropdown menus.
  Reply With Quote