Thread Tools Display Modes
06-25-10, 09:02 PM   #101
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
3.34 is released.
__________________
faatal
 
06-26-10, 09:54 AM   #102
Sesiom
A Defias Bandit
Join Date: Jun 2010
Posts: 2
I was working perfect with my old carbonite just updated to 3.34 and lua problems started:

Error in 13255, ChatEdit_GetActiveWindow.
Spanish client
 
06-26-10, 10:04 AM   #103
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,937
if your server hasn't been updated to 3.3.5 yet then you shouldn't update to 3.34 version of carbonite as that includes fixes for the users of the new wow patch.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-26-10, 02:00 PM   #104
Sesiom
A Defias Bandit
Join Date: Jun 2010
Posts: 2
Intalled the previous version of carbonite and working good.

That's right EU-Spain servers have not 3.3.5
 
06-28-10, 10:31 AM   #105
Kreelor
A Firelord
 
Kreelor's Avatar
Join Date: Feb 2008
Posts: 495
Is my problem related to this thread topic?

Is my problem related to this thread topic?

My problem is, and has been for years, the inability to get rid of the "Combat Log" (chat screen)!

After Blizzard's latest patch, I somehow got the "Combat Log" to go away permanently on 8 of my 10 characters. Two of my chars still have that box, even though the settings appear to be identical to the settings on the other chars.

The 2 problem character (types) are: Death Knight and Night Elf Hunter.

Does anyone know how to remove the "Combat Log" box permanently? I never use it; it only clutters my display area.

Last edited by Kreelor : 06-28-10 at 01:35 PM. Reason: Wrong NightElf type; it's a Hunter, I believe?
 
06-28-10, 11:22 AM   #106
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,937
Have a look in your WTF folder for your account/server/character and compare the 2nd chat frame setting of the one it works on to the one it doesn't and copy them across. Log back in and it should work.

The reason being is that WoW uses that file to initialise its settings. Any addon that then uses the chat frame may or may not update that file with certain information which then gets used the next time you log in. Or it could be an artifact of bad data from an earlier bug that occured on that character.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-28-10, 01:50 PM   #107
Kreelor
A Firelord
 
Kreelor's Avatar
Join Date: Feb 2008
Posts: 495
Originally Posted by Xrystal View Post
Have a look in your WTF folder for your account/server/character and compare the 2nd chat frame setting of the one it works on to the one it doesn't and copy them across. Log back in and it should work.

The reason being is that WoW uses that file to initialise its settings. Any addon that then uses the chat frame may or may not update that file with certain information which then gets used the next time you log in. Or it could be an artifact of bad data from an earlier bug that occured on that character.
Thank you for replying!!!

Hmmm? I looked at my chars (in the path you mentioned above), but I see only one reference to "chat" in each character's name. Each char has something named "chat-cache.txt". That's all. I don't know what you mean by "the 2nd chat frame setting".
 
06-30-10, 03:02 PM   #108
odothegreat
A Defias Bandit
Join Date: Jun 2010
Posts: 2
i just DL'd the newest version, but i still find myself with all the lua errors. i turned all my other add-ons off. and it still shows up. not sure what to do about a fix.=\
 
06-30-10, 03:38 PM   #109
TaJTaJ
A Kobold Labourer
Join Date: Jun 2010
Posts: 1
Lightbulb Lua errors fix Indeed- :)

Rewriting the names of ChatFrameEditBox to ChatFrame1EditBox works like a charm! I just used Ms Word 2007 to do it- Easy Peasy

Big Thanks 2 Vis for showing me the way-
 
07-01-10, 11:16 AM   #110
gorbaez
A Defias Bandit
Join Date: Dec 2009
Posts: 2
Originally Posted by TaJTaJ View Post
Rewriting the names of ChatFrameEditBox to ChatFrame1EditBox works like a charm! I just used Ms Word 2007 to do it- Easy Peasy

Big Thanks 2 Vis for showing me the way-

in which .lua or where?
 
07-01-10, 12:04 PM   #111
voodoodad
Large, Friendly Letters!
 
voodoodad's Avatar
Join Date: Oct 2008
Posts: 1,632
Originally Posted by gorbaez View Post
in which .lua or where?
WorldofWarcraft\Interface\Addons\Carbonite\Carbonite.lua

Open with Notepad++ if you have it, if not Notepad will work. Hit ctrl-H. in the replace box type ChatEditFrameBox; in the replace with box type ChatEditFrame1Box.
__________________

~ no need to make the message completely obnoxious - Cairenn
 
07-01-10, 12:42 PM   #112
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
Originally Posted by voodoodad View Post
WorldofWarcraft\Interface\Addons\Carbonite\Carbonite.lua

Open with Notepad++ if you have it, if not Notepad will work. Hit ctrl-H. in the replace box type ChatFrameEditBox; in the replace with box type ChatFrame1EditBox.
Done fixed it for ya.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor

Last edited by MidgetMage55 : 07-01-10 at 10:57 PM. Reason: being sneeky
 
07-01-10, 01:26 PM   #113
voodoodad
Large, Friendly Letters!
 
voodoodad's Avatar
Join Date: Oct 2008
Posts: 1,632
Originally Posted by MidgetMage55 View Post
Done fixed it for ya.
Lol.. Thanks.
__________________

~ no need to make the message completely obnoxious - Cairenn
 
07-01-10, 02:47 PM   #114
gorbaez
A Defias Bandit
Join Date: Dec 2009
Posts: 2
It doesn't work. The 'ChatFrameEditBox' isn't in the corbonite.lua
 
07-01-10, 03:58 PM   #115
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by gorbaez View Post
It doesn't work. The 'ChatFrameEditBox' isn't in the corbonite.lua
If you've updated your installation of Carbonite to the current 3.34 version, then you will not find "ChatFrameEditBox" in \Interface\Addons\Carbonite\Carbonite.lua. And you must have WoW version 3.3.5 for this to work without errors as well.

If you have an addon like !Swatter or Bugsack installed to catch the lua error, then I would recommend posting the error it in it's entirety here.

Just for reference as well, here is a copy of the change log from the 3.34 update

Changes: 3.34

Fixed errors from game changes to chat edit box.
Fixed error using "Send Quest Status To Party" while typing a whisper.
Fixed Warehouse character time played not being updated by login.
 
07-01-10, 04:05 PM   #116
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by voodoodad View Post
WorldofWarcraft\Interface\Addons\Carbonite\Carbonite.lua

Open with Notepad++ if you have it, if not Notepad will work. Hit ctrl-H. in the replace box type ChatFrameEditBox; in the replace with box type ChaFrame1EditBox

Originally Posted by MidgetMage55 View Post
Done fixed it for ya.

I want in on the fixin's too lol.

missed the "t" the second ChatFrame1EditBox
 
07-05-10, 12:05 PM   #117
Dathias
A Kobold Labourer
Join Date: Jul 2010
Posts: 1
Exclamation My piece and where i've located the error

Turning off all but the bare minimum, I've located the bugs to:
(Ackies Recipe List is standalone.)
(Swatter is an error reporting/trapping addon.)

Date: 2010-07-05 14:02:42
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Carbonite\Carbonite.lua line 15475:
attempt to index field 'E' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:15475: InC1()
Carbonite\Carbonite.lua:23138: InG()
Carbonite\Carbonite.lua:25932: h()
Carbonite\Carbonite.lua:20948: NXOnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v5.6.4399 (KangaII)
AckisRecipeList, v1.0 2769
Carbonite, v3.34
BlizRuntimeLib_enUS v3.3.5.30300 <us>
(ck=77)
 
07-05-10, 12:51 PM   #118
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Have you tried a clean install of Carbonite yet? Ala renaming Interface and WTF folders to Interface_old and WTF_old? Then download and install a fresh clean copy from here?

I haven't seen any Carb errors since the patch and Faatal's changes.
 
10-15-10, 11:49 AM   #119
adeptik
A Defias Bandit
Join Date: Oct 2010
Posts: 2
help 3.3.5 client and carbonit3.3.4
Error occured in: Global
Count: 1
Message: ..\AddOns\Carbonite\Carbonite.lua line 1956:
attempt to index local 'map' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:1956: ToS1()
Carbonite\Carbonite.lua:5050: ToggleFrame()
[string "TOGGLEWORLDMAP"]:1:
[string "TOGGLEWORLDMAP"]:1
HELP!
 
12-14-10, 11:46 AM   #120
pamacs
A Defias Bandit
Join Date: Dec 2010
Posts: 3
Originally Posted by Vis View Post
One thing to keep in mind when you go by line numbers, not all Editors use the same method of numbering. Some may skip the beginning lines with addon info in them and only start where the actual code starts, while others count from the very beginning.

From what I've seen from others experience, the most likely safe bet is to change all instances of ChatFrameEditBox to ChatFrame1EditBox and all should be better.

Hello,
I have the same problem. I use carbonite version 3.33 and modified the chatframe as you told, but I have more lua errors than before. What can I do to fix it for good?
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » LUA errors, Patch 3.3.5


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off