Thread Tools Display Modes
06-22-10, 07:36 PM   #1
Phydough
A Defias Bandit
Join Date: Apr 2009
Posts: 3
LUA errors, Patch 3.3.5

So many, as a matter of fact, my framerates have dropped to 3, from 60+

FIX IT
 
06-22-10, 07:40 PM   #2
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
My husband and I also had the same problems, though we are not going to demand that you "FIX IT!" so much as ask politely. We have become addicted to Carbonite =)
 
06-22-10, 07:45 PM   #3
saba73
A Defias Bandit
Join Date: Jun 2010
Posts: 2
I concur, It would be a gem if you could get it working for us again, or at least let us know that you are working on it.
 
06-22-10, 07:50 PM   #4
mlinger
A Defias Bandit
Join Date: Dec 2009
Posts: 2
Pretty Please?

Pretty Please? I won't rudely demand that someone fix this fantastic freebie download, but I will beg, plea, and be very unmanly for the next few minutes...
 
06-22-10, 07:59 PM   #5
QuestorWI
An Aku'mai Servant
Join Date: Dec 2008
Posts: 36
Error Report for 3.5

I got the following 2 errors. I hope this helps you fix Carbonite!

Date: 2010-06-22 20:44:05
ID: 4
Error occured in: Global
Count: 2
Message: ..\AddOns\Carbonite\Carbonite.lua line 18702:
attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:18702: OnU()
Carbonite\Carbonite.lua:23044: NXOnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1

Date: 2010-06-22 20:44:02
ID: 5
Error occured in: Global
Count: 8
Message: ..\AddOns\Carbonite\Carbonite.lua line 18722:
attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:18722: OnU()
Carbonite\Carbonite.lua:23044: NXOnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]
__________________
When all else fails, Run screaming like a little girl from the instant!
 
06-22-10, 08:11 PM   #6
blackwolf545
A Defias Bandit
Join Date: Jun 2010
Posts: 2
I haven't noticed any framerate drop myself

But what I have noticed is that the guide arrow doesn't turn smoothly with me anymore, it seems to hang wherever I am facing and then update every 10-15 seconds or so, to wherever I happen to be facing then. Just thought I'd mention it
 
06-22-10, 08:14 PM   #7
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
I would post my errors, but I can't seem to figure out how to see them; it just comes up and says that there are errors, and that Carbonite is the one that is causing them...in addition to the framerate problems.
 
06-22-10, 08:21 PM   #8
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Open up World of Warcraft\Interface\Addons\Carbonite\Carbonite.lua and change ChatFrameEditBox to ChatFrame1EditBox at line numbers 18702 and 18722. That eliminated the errors for me.


*Thank you Xrystal if you happen to be reading this, one of your post's gave me the answer




Originally Posted by QuestorWI View Post
I got the following 2 errors. I hope this helps you fix Carbonite!

Date: 2010-06-22 20:44:05
ID: 4
Error occured in: Global
Count: 2
Message: ..\AddOns\Carbonite\Carbonite.lua line 18702:
attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:18702: OnU()
Carbonite\Carbonite.lua:23044: NXOnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1

Date: 2010-06-22 20:44:02
ID: 5
Error occured in: Global
Count: 8
Message: ..\AddOns\Carbonite\Carbonite.lua line 18722:
attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
[C]: ?
Carbonite\Carbonite.lua:18722: OnU()
Carbonite\Carbonite.lua:23044: NXOnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]
 
06-22-10, 08:33 PM   #9
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
It won't let me edit the .lua file >.<

 
06-22-10, 08:35 PM   #10
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Did you try and open it with a text editor?
 
06-22-10, 08:36 PM   #11
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
Ah, thank you - but those lines don't coincide with my own carbonite.lua - where can I look to find my personal errors?
 
06-22-10, 08:39 PM   #12
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
You should be able to just do a search (from the find or edit menu's usually) in the file for "ChatFrameEditBox" It should be around halfway down as a guess. Once you find it, change it to "ChatFrame1EditBox".
 
06-22-10, 08:43 PM   #13
EvilJookie
A Murloc Raider
Join Date: Sep 2006
Posts: 4
Originally Posted by Vis View Post
You should be able to just do a search (from the find or edit menu's usually) in the file for "ChatFrameEditBox" It should be around halfway down as a guess. Once you find it, change it to "ChatFrame1EditBox".
I did a bulk replace in my file and it worked (capital letters are required)

Thanks for the heads up
 
06-22-10, 08:44 PM   #14
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
Thanks, sorry - I'm not computer illiterate so much as programming illiterate, so the help is very much appreciated!
 
06-22-10, 08:48 PM   #15
tamartarken
A Murloc Raider
Join Date: Jul 2008
Posts: 9
Thank you, the mass replace worked beautifully, not a single error!

Thank you both for your assistance!
 
06-22-10, 08:53 PM   #16
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by tamartarken View Post
Thanks, sorry - I'm not computer illiterate so much as programming illiterate, so the help is very much appreciated!
I'm programming illiterate for the most part as well, but I can stumble through pretty well
 
06-22-10, 09:03 PM   #17
techsgtchen
A Theradrim Guardian
 
techsgtchen's Avatar
Join Date: Aug 2006
Posts: 68
Code:
Date: 2010-06-22 19:19:00
ID: 14
Error occured in: Global
Count: 8
Message: ..\AddOns\Carbonite\Carbonite.lua line 37443:
   attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   Carbonite\Carbonite.lua:37443: OnU()
   Carbonite\Carbonite.lua:46087: NXOnUpdate()
   [string "*:OnUpdate"]:1:
      [string "*:OnUpdate"]:1
AddOns:
  Swatter, v5.8.4723 (CreepyKangaroo)
  WowheadLooter, v30316
  Ace3, v
  AdvancedTradeSkillWindow, v
  AllPlayed, v30300-2 $Revision: 210 $
  AraBrokerGuildFriends, vr24
  AraBrokerReputations, vr5
  AraBrokerTradeskills, vr34
  AraBrokerWeaponBuffer, vr12
  Atlas, v1.16.1
  AtlasBattlegrounds, v1.16.1
  AtlasDungeonLocs, v1.16.1
  AtlasOutdoorRaids, v1.16.1
  AtlasTransportation, v1.16.1
  AtlasLoot, v5.11.02
  AtlasLootFu, v5.11.02
  AucAdvanced, v5.8.4723 (CreepyKangaroo)
  AucFilterBasic, v5.8.4723 (CreepyKangaroo)
  AucFilterOutlier, v5.8.4723.2531
  AucMatchUndercut, v5.8.4723.2531
  AucStatHistogram, v5.8.4723 (CreepyKangaroo)
  AucStatiLevel, v5.8.4723 (CreepyKangaroo)
  AucStatPurchased, v5.8.4723 (CreepyKangaroo)
  AucStatSales, v5.8.4723.2842
  AucStatSimple, v5.8.4723 (CreepyKangaroo)
  AucStatStdDev, v5.8.4723 (CreepyKangaroo)
  AucStatWOWEcon, v5.8.4723.2530
  AucUtilAHWindowControl, v5.8.4723.3311
  AucUtilAppraiser, v5.8.4723.2530
  AucUtilAskPrice, v5.8.4723.3175
  AucUtilAutoMagic, v5.8.4723.3142
  AucUtilCompactUI, v5.8.4723.2530
  AucUtilEasyBuyout, v5.8.4723.3583
  AucUtilFixAH, v5.8.4723 (CreepyKangaroo)
  AucUtilGlypher, v5.8.4723.2545
  AucUtilItemSuggest, v5.8.4723.3108
  AucUtilPriceLevel, v5.8.4723.2545
  AucUtilScanButton, v5.8.4723.2530
  AucUtilScanFinish, v5.8.4723.3576
  AucUtilScanProgress, v5.8.4723.2530
  AucUtilScanStart, v5.8.4723.2530
  AucUtilSearchUI, v5.8.4723.3655
  AucUtilSimpleAuction, v5.8.4723.4546
  AucUtilVendMarkup, v5.8.4723.2530
  Bartender4, v4.4.2
  BeanCounter, v5.8.4723 (CreepyKangaroo)
  BonusScanner, v5.3
  BrokerGarbage, v3.3v27
  BrokerGarbageLootManager, v3.3v27
  BrokerGroup, v2.3
  BrokerLocation, v
  BrokerMicroMenu, vv0.5
  BrokerMoney, v1.41
  BrokerPortals, v1.8.7
  BrokerRecountInfo, v1.3
  BrokeruClock, v3.2.3
  BrokerWintergrasper, v1.3.3
  Carbonite, v3.33
  CarboniteTransfer, v1.01
  CensusPlus, v4.2.2
  Chatterbox, v
  ChocolateBar, vv2.0.1
  CTCore, v3.310 (CTMod 3.3)
  CTExpenseHistory, v3.300 (CTMod 3.3)
  CTMailMod, v3.305 (CTMod 3.3)
  DBMCore, v
  DBMInterrupts, v3.3.2
  DBMVictorySound, v1.7
  Decursive, v2.5.0
  ElkBuffBars, v2.2.5-150
  Enchantrix, v5.8.4723 (CreepyKangaroo)
  EnchantrixBarker, v5.8.4723 (CreepyKangaroo)
  EquipCompare, v2.17
  FBBroker, v1.5a (FB 0.9.8d)
  FBMergeDatabase, v0.9.8
  FBOutfitDisplayFrame, v0.9.8k
  FBTrackingFrame, v0.9.8k
  FishingBuddy, v0.9.8o
  flagRSP, v1.0.10
  fontain, v
  FriendsShare, v
  FuBar, v
  FuBar2Broker, vr88-release
  FuBarFishingBuddyFu, v2.2h
  gBrokerEmote, v2.1.0:30300
  GearScore, v3.1.16 - Release
  GFWDisenchantPredictor, v3.3.1
  GFWFeedOMatic, v3.3
  GFWLevelator, v3.3.1
  GFWLinkerator, v3.2
  GuildGreet, v30300.9
  HoloFriends, v
  IceHUD, v1.6.3 (Revision: 514)
  Informant, v5.8.4723 (CreepyKangaroo)
  LightHeaded, v304
  Necrosis, v3.0 (r224)
  Omen, v3.0.9
  OmniCC, v2.5.9
  OmniCCShine, v1.1.2
  OneBag3, vv3.3.11
  OneBank3, vv3.3.8
  Outfitter, v5.0b8
  Prat30, v3.3.12 
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  RecipeBook, v
  RecipeRadar, v1.32
  Recount, v
  sct, v6.2
  sctd, v3.1
  SlideBar, v5.8.4723 (CreepyKangaroo)
  SpamSentry, v20091214
  Stubby, v5.0.PRE.2995 (BillyGoat)
  Talented, vv2.4.5b-release
  TalentedSpecTabs, vv2.4.5b-release
  VertiBrokerBags, v1.0.6
  VertiBrokerDurability, v1.0.6
  VertiBrokerMail, v1.0.6
  VertiBrokerZone, v1.0.6
  WIM, v3.3.4
  WowStead, v1.10.00
  Xparky, v1.4
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidMonitor, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.5.30300 <us>
  (ck=e98)
Code:
Date: 2010-06-22 19:19:03
ID: 10
Error occured in: Global
Count: 1
Message: ..\AddOns\Carbonite\Carbonite.lua line 37403:
   attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   Carbonite\Carbonite.lua:37403: OnU()
   Carbonite\Carbonite.lua:46087: NXOnUpdate()
   [string "*:OnUpdate"]:1:
      [string "*:OnUpdate"]:1
AddOns:
  Swatter, v5.8.4723 (CreepyKangaroo)
  WowheadLooter, v30316
  Ace3, v
  AdvancedTradeSkillWindow, v
  AllPlayed, v30300-2 $Revision: 210 $
  AraBrokerGuildFriends, vr24
  AraBrokerReputations, vr5
  AraBrokerTradeskills, vr34
  AraBrokerWeaponBuffer, vr12
  Atlas, v1.16.1
  AtlasBattlegrounds, v1.16.1
  AtlasDungeonLocs, v1.16.1
  AtlasOutdoorRaids, v1.16.1
  AtlasTransportation, v1.16.1
  AtlasLoot, v5.11.02
  AtlasLootFu, v5.11.02
  AucAdvanced, v5.8.4723 (CreepyKangaroo)
  AucFilterBasic, v5.8.4723 (CreepyKangaroo)
  AucFilterOutlier, v5.8.4723.2531
  AucMatchUndercut, v5.8.4723.2531
  AucStatHistogram, v5.8.4723 (CreepyKangaroo)
  AucStatiLevel, v5.8.4723 (CreepyKangaroo)
  AucStatPurchased, v5.8.4723 (CreepyKangaroo)
  AucStatSales, v5.8.4723.2842
  AucStatSimple, v5.8.4723 (CreepyKangaroo)
  AucStatStdDev, v5.8.4723 (CreepyKangaroo)
  AucStatWOWEcon, v5.8.4723.2530
  AucUtilAHWindowControl, v5.8.4723.3311
  AucUtilAppraiser, v5.8.4723.2530
  AucUtilAskPrice, v5.8.4723.3175
  AucUtilAutoMagic, v5.8.4723.3142
  AucUtilCompactUI, v5.8.4723.2530
  AucUtilEasyBuyout, v5.8.4723.3583
  AucUtilFixAH, v5.8.4723 (CreepyKangaroo)
  AucUtilGlypher, v5.8.4723.2545
  AucUtilItemSuggest, v5.8.4723.3108
  AucUtilPriceLevel, v5.8.4723.2545
  AucUtilScanButton, v5.8.4723.2530
  AucUtilScanFinish, v5.8.4723.3576
  AucUtilScanProgress, v5.8.4723.2530
  AucUtilScanStart, v5.8.4723.2530
  AucUtilSearchUI, v5.8.4723.3655
  AucUtilSimpleAuction, v5.8.4723.4546
  AucUtilVendMarkup, v5.8.4723.2530
  Bartender4, v4.4.2
  BeanCounter, v5.8.4723 (CreepyKangaroo)
  BonusScanner, v5.3
  BrokerGarbage, v3.3v27
  BrokerGarbageLootManager, v3.3v27
  BrokerGroup, v2.3
  BrokerLocation, v
  BrokerMicroMenu, vv0.5
  BrokerMoney, v1.41
  BrokerPortals, v1.8.7
  BrokerRecountInfo, v1.3
  BrokeruClock, v3.2.3
  BrokerWintergrasper, v1.3.3
  Carbonite, v3.33
  CarboniteTransfer, v1.01
  CensusPlus, v4.2.2
  Chatterbox, v
  ChocolateBar, vv2.0.1
  CTCore, v3.310 (CTMod 3.3)
  CTExpenseHistory, v3.300 (CTMod 3.3)
  CTMailMod, v3.305 (CTMod 3.3)
  DBMCore, v
  DBMInterrupts, v3.3.2
  DBMVictorySound, v1.7
  Decursive, v2.5.0
  ElkBuffBars, v2.2.5-150
  Enchantrix, v5.8.4723 (CreepyKangaroo)
  EnchantrixBarker, v5.8.4723 (CreepyKangaroo)
  EquipCompare, v2.17
  FBBroker, v1.5a (FB 0.9.8d)
  FBMergeDatabase, v0.9.8
  FBOutfitDisplayFrame, v0.9.8k
  FBTrackingFrame, v0.9.8k
  FishingBuddy, v0.9.8o
  flagRSP, v1.0.10
  fontain, v
  FriendsShare, v
  FuBar, v
  FuBar2Broker, vr88-release
  FuBarFishingBuddyFu, v2.2h
  gBrokerEmote, v2.1.0:30300
  GearScore, v3.1.16 - Release
  GFWDisenchantPredictor, v3.3.1
  GFWFeedOMatic, v3.3
  GFWLevelator, v3.3.1
  GFWLinkerator, v3.2
  GuildGreet, v30300.9
  HoloFriends, v
  IceHUD, v1.6.3 (Revision: 514)
  Informant, v5.8.4723 (CreepyKangaroo)
  LightHeaded, v304
  Necrosis, v3.0 (r224)
  Omen, v3.0.9
  OmniCC, v2.5.9
  OmniCCShine, v1.1.2
  OneBag3, vv3.3.11
  OneBank3, vv3.3.8
  Outfitter, v5.0b8
  Prat30, v3.3.12 
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  RecipeBook, v
  RecipeRadar, v1.32
  Recount, v
  sct, v6.2
  sctd, v3.1
  SlideBar, v5.8.4723 (CreepyKangaroo)
  SpamSentry, v20091214
  Stubby, v5.0.PRE.2995 (BillyGoat)
  Talented, vv2.4.5b-release
  TalentedSpecTabs, vv2.4.5b-release
  VertiBrokerBags, v1.0.6
  VertiBrokerDurability, v1.0.6
  VertiBrokerMail, v1.0.6
  VertiBrokerZone, v1.0.6
  WIM, v3.3.4
  WowStead, v1.10.00
  Xparky, v1.4
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidMonitor, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.5.30300 <us>
  (ck=e98)

Last edited by techsgtchen : 06-22-10 at 09:18 PM.
 
06-22-10, 09:17 PM   #18
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
That's the same error info everyone is getting. Yours is just referencing another line.

Take a look above at post #8 for how to fix it, just apply it to your line number or bulk replace them as EvilJookie did


Originally Posted by techsgtchen View Post
Code:
Date: 2010-06-22 19:19:00
ID: 14
Error occured in: Global
Count: 8
Message: ..\AddOns\Carbonite\Carbonite.lua line 37443:
   attempt to index global 'ChatFrameEditBox' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   Carbonite\Carbonite.lua:37443: OnU()
   Carbonite\Carbonite.lua:46087: NXOnUpdate()
   [string "*:OnUpdate"]:1:
      [string "*:OnUpdate"]:1
AddOns:
  Swatter, v5.8.4723 (CreepyKangaroo)
  WowheadLooter, v30316
  Ace3, v
  AdvancedTradeSkillWindow, v
  AllPlayed, v30300-2 $Revision: 210 $
  AraBrokerGuildFriends, vr24
  AraBrokerReputations, vr5
  AraBrokerTradeskills, vr34
  AraBrokerWeaponBuffer, vr12
  Atlas, v1.16.1
  AtlasBattlegrounds, v1.16.1
  AtlasDungeonLocs, v1.16.1
  AtlasOutdoorRaids, v1.16.1
  AtlasTransportation, v1.16.1
  AtlasLoot, v5.11.02
  AtlasLootFu, v5.11.02
  AucAdvanced, v5.8.4723 (CreepyKangaroo)
  AucFilterBasic, v5.8.4723 (CreepyKangaroo)
  AucFilterOutlier, v5.8.4723.2531
  AucMatchUndercut, v5.8.4723.2531
  AucStatHistogram, v5.8.4723 (CreepyKangaroo)
  AucStatiLevel, v5.8.4723 (CreepyKangaroo)
  AucStatPurchased, v5.8.4723 (CreepyKangaroo)
  AucStatSales, v5.8.4723.2842
  AucStatSimple, v5.8.4723 (CreepyKangaroo)
  AucStatStdDev, v5.8.4723 (CreepyKangaroo)
  AucStatWOWEcon, v5.8.4723.2530
  AucUtilAHWindowControl, v5.8.4723.3311
  AucUtilAppraiser, v5.8.4723.2530
  AucUtilAskPrice, v5.8.4723.3175
  AucUtilAutoMagic, v5.8.4723.3142
  AucUtilCompactUI, v5.8.4723.2530
  AucUtilEasyBuyout, v5.8.4723.3583
  AucUtilFixAH, v5.8.4723 (CreepyKangaroo)
  AucUtilGlypher, v5.8.4723.2545
  AucUtilItemSuggest, v5.8.4723.3108
  AucUtilPriceLevel, v5.8.4723.2545
  AucUtilScanButton, v5.8.4723.2530
  AucUtilScanFinish, v5.8.4723.3576
  AucUtilScanProgress, v5.8.4723.2530
  AucUtilScanStart, v5.8.4723.2530
  AucUtilSearchUI, v5.8.4723.3655
  AucUtilSimpleAuction, v5.8.4723.4546
  AucUtilVendMarkup, v5.8.4723.2530
  Bartender4, v4.4.2
  BeanCounter, v5.8.4723 (CreepyKangaroo)
  BonusScanner, v5.3
  BrokerGarbage, v3.3v27
  BrokerGarbageLootManager, v3.3v27
  BrokerGroup, v2.3
  BrokerLocation, v
  BrokerMicroMenu, vv0.5
  BrokerMoney, v1.41
  BrokerPortals, v1.8.7
  BrokerRecountInfo, v1.3
  BrokeruClock, v3.2.3
  BrokerWintergrasper, v1.3.3
  Carbonite, v3.33
  CarboniteTransfer, v1.01
  CensusPlus, v4.2.2
  Chatterbox, v
  ChocolateBar, vv2.0.1
  CTCore, v3.310 (CTMod 3.3)
  CTExpenseHistory, v3.300 (CTMod 3.3)
  CTMailMod, v3.305 (CTMod 3.3)
  DBMCore, v
  DBMInterrupts, v3.3.2
  DBMVictorySound, v1.7
  Decursive, v2.5.0
  ElkBuffBars, v2.2.5-150
  Enchantrix, v5.8.4723 (CreepyKangaroo)
  EnchantrixBarker, v5.8.4723 (CreepyKangaroo)
  EquipCompare, v2.17
  FBBroker, v1.5a (FB 0.9.8d)
  FBMergeDatabase, v0.9.8
  FBOutfitDisplayFrame, v0.9.8k
  FBTrackingFrame, v0.9.8k
  FishingBuddy, v0.9.8o
  flagRSP, v1.0.10
  fontain, v
  FriendsShare, v
  FuBar, v
  FuBar2Broker, vr88-release
  FuBarFishingBuddyFu, v2.2h
  gBrokerEmote, v2.1.0:30300
  GearScore, v3.1.16 - Release
  GFWDisenchantPredictor, v3.3.1
  GFWFeedOMatic, v3.3
  GFWLevelator, v3.3.1
  GFWLinkerator, v3.2
  GuildGreet, v30300.9
  HoloFriends, v
  IceHUD, v1.6.3 (Revision: 514)
  Informant, v5.8.4723 (CreepyKangaroo)
  LightHeaded, v304
  Necrosis, v3.0 (r224)
  Omen, v3.0.9
  OmniCC, v2.5.9
  OmniCCShine, v1.1.2
  OneBag3, vv3.3.11
  OneBank3, vv3.3.8
  Outfitter, v5.0b8
  Prat30, v3.3.12 
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  RecipeBook, v
  RecipeRadar, v1.32
  Recount, v
  sct, v6.2
  sctd, v3.1
  SlideBar, v5.8.4723 (CreepyKangaroo)
  SpamSentry, v20091214
  Stubby, v5.0.PRE.2995 (BillyGoat)
  Talented, vv2.4.5b-release
  TalentedSpecTabs, vv2.4.5b-release
  VertiBrokerBags, v1.0.6
  VertiBrokerDurability, v1.0.6
  VertiBrokerMail, v1.0.6
  VertiBrokerZone, v1.0.6
  WIM, v3.3.4
  WowStead, v1.10.00
  Xparky, v1.4
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidMonitor, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.5.30300 <us>
  (ck=e98)
 
06-22-10, 09:24 PM   #19
mlinger
A Defias Bandit
Join Date: Dec 2009
Posts: 2
It Worked

THANK YOU. If you open the lua file "using a program from list", use notepad. Then "replace all" using his info about the ChatFrame.... stuff


Originally Posted by Vis View Post
Open up World of Warcraft\Interface\Addons\Carbonite\Carbonite.lua and change ChatFrameEditBox to ChatFrame1EditBox at line numbers 18702 and 18722. That eliminated the errors for me.


*Thank you Xrystal if you happen to be reading this, one of your post's gave me the answer
 
06-22-10, 09:27 PM   #20
blackwolf545
A Defias Bandit
Join Date: Jun 2010
Posts: 2
I tried the mass replace (Backing up the file first) and it broke carbonite completely, so I restored the backup and it was still broke so I'm at a loss o_O

Guess I'll wait for the real update
 
 

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

Thread Tools
Display Modes

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