Forum Index » Technical Support »

Post a reply

DarkSorrow
Posted 05:51PM, Tuesday, December 8, 2009 (2 years, 1 month ago)
#0
Getting over 30K errors on CT_TargetFrame

Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value)
Time: 12/08/09 19:42:47
Count: 39034
Stack: [C]: ?
Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: in function <Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:73>
[C]: in function `TargetofTargetHealthCheck'
Interface\FrameXML\TargetFrame.lua:735: in function <Interface\FrameXML\TargetFrame.lua:712>

Locals:
dargen
Posted 06:24PM, Tuesday, December 8, 2009 (2 years, 1 month ago)
#1
I've sent an updated CT_UnitFrames (3.301) to TS that fixes this error. Just have to wait for him to get it on the web site.

Until then, if you feel confident making the change yourself you can change line 75 of the Interface\Addons\CT_UnitFrames\CT_TargetFrame.lua file from this:

TargetofTargetPortrait:SetVertexColor(1.0, 1.0, 1.0, 1.0);

to this:

TargetFrameToTPortrait:SetVertexColor(1.0, 1.0, 1.0, 1.0);

Quick Reply

You cannot reply to this topic. Try logging in first.