Post a reply
|
sukisyn
|
Was doing a random dungeon today and when I would click on the tank and then click on the target he was targeting I am getting an error. I error is about 5 pages long and you have to "next" through each to get to the end before you can dismiss the error box.
I was not able to copy the error message as being in the middle of a fight with others that are not going to wait around made that difficult. If I can log on to my second account I will try to get the specifics by 2-boxing an easy dungeon. Just wondering if anyone else has encountered this.
|
|
sukisyn
|
Went and 2-boxed RFC but as it turns out I did not have to be in a dungeon. The error occurs anywhere where I target someone in the party and they are currently targeting something. If they are not targeting anything and then as soon as they do the error pops up if I have them targeted.
Page 1
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value) Time: 12/08/09 16:09:04 Count: 21070 Stack: 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: (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index global 'TargetofTargetPortrait' (a nil value)"
Page 2
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value) Time: 12/08/09 15:18:05 Count: 1 Stack: 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 `TargetofTarget_Update' Interface\FrameXML\TargetFrame.lua:191: in function `OnEvent' Interface\FrameXML\UnitFrame.lua:417: in function <Interface\FrameXML\UnitFrame.lua:415>
Locals: (*temporary) = nil (*temporary) = nil (*temporary) = nil
Page 3
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value) Time: 12/08/09 16:05:57 Count: 4 Stack: 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 `TargetofTarget_Update' Interface\FrameXML\TargetFrame.lua:104: in function `TargetFrame_Update' Interface\FrameXML\TargetFrame.lua:138: in function `OnEvent' Interface\FrameXML\UnitFrame.lua:417: in function <Interface\FrameXML\UnitFrame.lua:415> [C]: in function `TargetUnit' Interface\FrameXML\SecureTemplates.lua:412: in function
Page 4
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value) Time: 12/08/09 15:33:29 Count: 4 Stack: 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 `TargetofTarget_Update' Interface\FrameXML\TargetFrame.lua:104: in function `TargetFrame_Update' Interface\FrameXML\TargetFrame.lua:138: in function `OnEvent' Interface\FrameXML\UnitFrame.lua:417: in function <Interface\FrameXML\UnitFrame.lua:415> [C]: in function `CameraOrSelectOrMoveStop' [string "CAMERAORSELECTORMOVE"]:4: in function <[string
Page 5
Message: Interface\AddOns\CT_UnitFrames\CT_TargetFrame.lua:75: attempt to index global 'TargetofTargetPortrait' (a nil value) Time: 12/08/09 15:21:39 Count: 1 Stack: 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 `TargetofTarget_Update' Interface\FrameXML\TargetFrame.lua:314: in function `TargetFrame_OnUpdate' [string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Locals: (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nilLast updated by sukisyn
|
|
dargen
|
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);
|
You cannot reply to this topic. Try logging in first.