Advertisement
Guest User

Untitled

a guest
Apr 25th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. 4/22 18:45:45.189 *:OnEvent:1
  2. 4/22 18:45:45.189 An action was blocked in combat because of taint from oUF - oUF_ClamsodaPartyUnitButton2:SetSize()
  3. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\functions.lua:30 header()
  4. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\units\party.lua:23 styleFunc()
  5. 4/22 18:45:45.189 Interface\AddOns\oUF\ouf.lua:262
  6. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:721
  7. 4/22 18:45:45.189 securecall()
  8. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:740 CallMethod()
  9. 4/22 18:45:45.189 local header = self:GetParent()
  10. local frames = table.new()
  11. table.insert(frames, self)
  12. self:GetChildList(frames)
  13. for i=1, #frames do
  14. local frame = frames[i]
  15. local unit
  16. -- There's no need to do anything on frames with onlyProcessChildren
  17. if(not frame:GetAttribute'oUF-onlyProcessChildren') then
  18. RegisterUnitWatch(frame)
  19.  
  20. -- Attempt to guess what the header is set to spawn.
  21. local groupFilter = header:GetAttribute'groupFilter'
  22.  
  23. if(type(groupFilter) == 'string' and groupFilter:match('MAIN[AT]')) then
  24. local role = groupFilter:match('MAIN([AT])')
  25. if(role == 'T') then
  26. unit = 'maintank'
  27. else
  28. unit = 'mainassist'
  29. end
  30. elseif(header:GetAttribute'showRaid') then
  31. unit = 'raid'
  32. elseif(header:GetAttribute'showParty') then
  33. unit = 'party'
  34. end
  35.  
  36. local headerType = header:GetAttribute'oUF-headerType'
  37. local suffix = frame:GetAttribute'unitsuffix'
  38. if(unit and suffix) then
  39. if(headerType == 'pet' and suffix == 'target') then
  40.  
  41. 4/22 18:45:45.189 pcall()
  42. 4/22 18:45:45.189 Interface\FrameXML\RestrictedExecution.lua:441 CallRestrictedClosure()
  43. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:116 SetupUnitButtonConfiguration()
  44. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:166 configureChildren()
  45. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:488 SecureGroupHeader_Update()
  46. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:62
  47. 4/22 18:45:45.189 *:OnEvent:1
  48. 4/22 18:45:45.189 An action was blocked in combat because of taint from oUF - oUF_ClamsodaPartyUnitButton2:SetScale()
  49. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\functions.lua:31 header()
  50. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\units\party.lua:23 styleFunc()
  51. 4/22 18:45:45.189 Interface\AddOns\oUF\ouf.lua:262
  52. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:721
  53. 4/22 18:45:45.189 securecall()
  54. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:740 CallMethod()
  55. 4/22 18:45:45.189 local header = self:GetParent()
  56. local frames = table.new()
  57. table.insert(frames, self)
  58. self:GetChildList(frames)
  59. for i=1, #frames do
  60. local frame = frames[i]
  61. local unit
  62. -- There's no need to do anything on frames with onlyProcessChildren
  63. if(not frame:GetAttribute'oUF-onlyProcessChildren') then
  64. RegisterUnitWatch(frame)
  65.  
  66. -- Attempt to guess what the header is set to spawn.
  67. local groupFilter = header:GetAttribute'groupFilter'
  68.  
  69. if(type(groupFilter) == 'string' and groupFilter:match('MAIN[AT]')) then
  70. local role = groupFilter:match('MAIN([AT])')
  71. if(role == 'T') then
  72. unit = 'maintank'
  73. else
  74. unit = 'mainassist'
  75. end
  76. elseif(header:GetAttribute'showRaid') then
  77. unit = 'raid'
  78. elseif(header:GetAttribute'showParty') then
  79. unit = 'party'
  80. end
  81.  
  82. local headerType = header:GetAttribute'oUF-headerType'
  83. local suffix = frame:GetAttribute'unitsuffix'
  84. if(unit and suffix) then
  85. if(headerType == 'pet' and suffix == 'target') then
  86.  
  87. 4/22 18:45:45.189 pcall()
  88. 4/22 18:45:45.189 Interface\FrameXML\RestrictedExecution.lua:441 CallRestrictedClosure()
  89. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:116 SetupUnitButtonConfiguration()
  90. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:166 configureChildren()
  91. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:488 SecureGroupHeader_Update()
  92. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:62
  93. 4/22 18:45:45.189 *:OnEvent:1
  94. 4/22 18:45:45.189 An action was blocked in combat because of taint from oUF - oUF_ClamsodaPartyUnitButton2:SetAttribute()
  95. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\functions.lua:33 header()
  96. 4/22 18:45:45.189 Interface\AddOns\oUF_Clamsoda\units\party.lua:23 styleFunc()
  97. 4/22 18:45:45.189 Interface\AddOns\oUF\ouf.lua:262
  98. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:721
  99. 4/22 18:45:45.189 securecall()
  100. 4/22 18:45:45.189 Interface\FrameXML\RestrictedFrames.lua:740 CallMethod()
  101. 4/22 18:45:45.189 local header = self:GetParent()
  102. local frames = table.new()
  103. table.insert(frames, self)
  104. self:GetChildList(frames)
  105. for i=1, #frames do
  106. local frame = frames[i]
  107. local unit
  108. -- There's no need to do anything on frames with onlyProcessChildren
  109. if(not frame:GetAttribute'oUF-onlyProcessChildren') then
  110. RegisterUnitWatch(frame)
  111.  
  112. -- Attempt to guess what the header is set to spawn.
  113. local groupFilter = header:GetAttribute'groupFilter'
  114.  
  115. if(type(groupFilter) == 'string' and groupFilter:match('MAIN[AT]')) then
  116. local role = groupFilter:match('MAIN([AT])')
  117. if(role == 'T') then
  118. unit = 'maintank'
  119. else
  120. unit = 'mainassist'
  121. end
  122. elseif(header:GetAttribute'showRaid') then
  123. unit = 'raid'
  124. elseif(header:GetAttribute'showParty') then
  125. unit = 'party'
  126. end
  127.  
  128. local headerType = header:GetAttribute'oUF-headerType'
  129. local suffix = frame:GetAttribute'unitsuffix'
  130. if(unit and suffix) then
  131. if(headerType == 'pet' and suffix == 'target') then
  132.  
  133. 4/22 18:45:45.189 pcall()
  134. 4/22 18:45:45.189 Interface\FrameXML\RestrictedExecution.lua:441 CallRestrictedClosure()
  135. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:116 SetupUnitButtonConfiguration()
  136. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:166 configureChildren()
  137. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:488 SecureGroupHeader_Update()
  138. 4/22 18:45:45.189 Interface\FrameXML\SecureGroupHeaders.lua:62
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement