3.3.5 Shift Click a Name error

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
User avatar
EpikPhailure
Posts: 63
Joined: Tue Jun 09, 2009 6:54 pm
Location: Havre Montana
Contact:

3.3.5 Shift Click a Name error

Post by EpikPhailure »

Hey Rollie, long time no talk to...

Just started playing again and when ever I shift click a name (since 3.3.5 last week) I get the following error:


Message: Interface\AddOns\CensusPlus\CensusPlus.lua:3805: attempt to index global 'ChatFrameEditBox' (a nil value)
Time: 06/29/10 15:52:11
Count: 1
Stack: Interface\AddOns\CensusPlus\CensusPlus.lua:3805: in function <Interface>
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3616: in function `SetItemRef'
Interface\FrameXML\ChatFrame.lua:3034: in function <Interface>
[C]: ?
[C]: ?
[C]: in function `ChatFrame_OnHyperlinkShow'
[string "*:OnHyperlinkClick"]:1: in function <string>

Locals: link = "player:D?tud?e:1132:CHANNEL:2"
text = "[D?tud?e]"
button = "LeftButton"
namelink = "D?tud?e:1132:CHANNEL:2"
name = "D?tud?e"
lineid = "1132"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "([^%s]*)%s+([^%s]*)"
(*temporary) = "%2"
(*temporary) = "attempt to index global 'ChatFrameEditBox' (a nil value)"
g_CensusWhoOverrideMsg = nil
g_SetItemRef_Override = <function> defined @Interface\FrameXML\ItemRef.lua:2


I assume it has something to do with the new chat box.

Djambo
Superior Census Taker
Posts: 48
Joined: Tue Aug 02, 2005 12:50 pm
Location: Germany

Post by Djambo »

Open the Interface\AddOns\CensusPlus\CensusPlus.lua in Notepad, search for ChatFrameEditBox and put an additional 1 into it. Resulting in: ChatFrame1EditBox. Save and you're done.

User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Post by FuxieDK »

Many of addons have problems with that pesky 1 in the name now..

Great catch... :)

Post Reply