-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Well, here we go again. We knew there was going to be issues, we were warned. We WERE prepared . . .
However, it still hurts.
SO, first off, incompatible. This is due to the version number Blizz added. This applies to ALL Addons, to resolve the incompatible issue, add the value 120000, to the front of the Interface line #'s listed in all the .toc files. For instance, CT_Core/CT_Core.toc should look like:
Interface: 120000, 110100
All of the .toc files for the particular addon should be compatible after adding 120000,
Now, next issue is more complicated. Can't find any update on this one yet. Bug reporting the following:
35x [ADDON_ACTION_BLOCKED] AddOn 'CT_BuffMod' tried to call the protected function 'UNKNOWN()'.
[!BugGrabber/BugGrabber.lua]:583: in function '?'
[!BugGrabber/BugGrabber.lua]:507: in function <!BugGrabber/BugGrabber.lua:507>
[C]: ?
[C]: in function 'RegisterForClicks'
[CT_BuffMod/CT_BuffMod.lua]:2959: in function 'CT_BuffMod_AuraButton_OnShow'
[*CT_BuffMod.xml:44_OnShow]:1: in function <[string "*CT_BuffMod.xml:44_OnShow"]:1>
[C]: in function 'CreateFrame'
[Blizzard_FrameXML/SecureGroupHeaders.lua]:754: in function <...faceBlizzard_FrameXML/SecureGroupHeaders.lua:753>
[Blizzard_FrameXML/SecureGroupHeaders.lua]:791: in function <...faceBlizzard_FrameXML/SecureGroupHeaders.lua:764>
[Blizzard_FrameXML/SecureGroupHeaders.lua]:1085: in function 'SecureAuraHeader_Update'
[Blizzard_FrameXML/SecureGroupHeaders.lua]:701: in function <...faceBlizzard_FrameXML/SecureGroupHeaders.lua:698>
[C]: ?
and
1547x CT_BuffMod/CT_BuffMod.lua:1463: table index is secret
[CT_BuffMod/CT_BuffMod.lua]:1463: in function 'findSpell'
[CT_BuffMod/CT_BuffMod.lua]:1478: in function 'updateSpellsForFilter'
[CT_BuffMod/CT_BuffMod.lua]:1641: in function 'updateSpells'
[CT_BuffMod/CT_BuffMod.lua]:2039: in function 'updateSpells'
[CT_BuffMod/CT_BuffMod.lua]:10328: in function <CT_BuffMod/CT_BuffMod.lua:10322>
and
15975x CT_UnitFrames/CT_UnitFrames.lua:134: attempt to compare local 'valueMax' (a secret value)
[CT_UnitFrames/CT_UnitFrames.lua]:134: in function 'UpdateStatusBarTextString'
[CT_UnitFrames/CT_PlayerFrame.lua]:21: in function <CT_UnitFrames/CT_PlayerFrame.lua:19>
[CT_UnitFrames/CT_PlayerFrame.lua]:49: in function 'ShowPlayerFrameBarText'
[CT_UnitFrames/CT_UnitFrameOptions.lua]:243: in function 'CT_UnitFramesOptions_Radio_Update'
[CT_UnitFrames/CT_UnitFrameOptions.lua]:176: in function 'CT_UnitFrameOptions_OnEvent'
[*CT_UnitFrameOptions.xml:1571_OnEvent]:1: in function <[string "*CT_UnitFrameOptions.xml:1571_OnEvent"]:1>
and finally
167x CT_BuffMod/CT_BuffMod.lua:2137: attempt to perform boolean test on a secret value
[CT_BuffMod/CT_BuffMod.lua]:2137: in function <CT_BuffMod/CT_BuffMod.lua:2120>
[CT_BuffMod/CT_BuffMod.lua]:2336: in function <CT_BuffMod/CT_BuffMod.lua:2325>
[CT_BuffMod/CT_BuffMod.lua]:2338: in function <CT_BuffMod/CT_BuffMod.lua:2338>
I know they imported all of these into the default UI, but the default UI sucks when compared to CT_Mod. As of right now, I can use the Buffbar and Party Frames. Buff looks same, no issue there just the errors. But Party shows no numbers for health, just the green bar.