Thread Tools Display Modes
06-28-11, 12:46 PM   #1
anteract
Premium Member
Premium Member
Join Date: Dec 2006
Posts: 38
Carbonite and Wow 4.2

Right off the bat as I log in. I see this, 2 toons. The count just keeps going up.

Message: Interface\AddOns\Carbonite\Carbonite.lua:5371: bad argument #1 to 'band' (number expected, got string)
Time: 06/28/11 11:45:56
Count: 15
Stack: (tail call): ?
[C]: ?
[C]: in function `band'
Interface\AddOns\Carbonite\Carbonite.lua:5371: in function `h'
Interface\AddOns\Carbonite\Carbonite.lua:703: in function `NXOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals: (*temporary) = "COMBAT_LOG_EVENT"
(*temporary) = "COMBAT_LOG_EVENT_UNFILTERED"
(*temporary) = 1309286769.355
(*temporary) = "SPELL_AURA_APPLIED"
(*temporary) = false
(*temporary) = "0x01800000042D932D"
(*temporary) = "Banen"
(*temporary) = 1304
(*temporary) = 0
(*temporary) = "0x01800000042D932D"
(*temporary) = "Banen"
(*temporary) = 1304
(*temporary) = 0
(*temporary) = 40120
(*temporary) = "Swift Flight Form"
(*temporary) = 1
(*temporary) = "BUFF"
(*temporary) = "COMBAT_LOG_EVENT_UNFILTERED"
(*temporary) = 1309286769.355
(*temporary) = "SPELL_AURA_APPLIED"
(*temporary) = false
(*temporary) = "0x01800000042D932D"
(*temporary) = "Banen"
(*temporary) = 1304
(*temporary) = 0
(*temporary) = "0x01800000042D932D"
(*temporary) = "Banen"
(*temporary) = 1304
(*temporary) = 0
(*temporary) = 40120
(*temporary) = "Swift Flight Form"
(*temporary) = 1
(*temporary) = "BUFF"
(*temporary) = <function> defined =[C]:-1
 
06-28-11, 01:18 PM   #2
Gendou
A Deviate Faerie Dragon
 
Gendou's Avatar
Join Date: Aug 2007
Posts: 17
Originally Posted by anteract View Post
(*temporary) = "COMBAT_LOG_EVENT_UNFILTERED"
Yeah, I had to disable Carbonite in order to play at a reasonable speed.
WoW Ace has a list of 4.2 changes available, with a link to Wowpedia's entry on "COMBAT_LOG_EVENT_UNFILTERED" event.

Hopefully this gets fixed quickly, or at least someone with a decent knowledge of LUA can walk us through a Notepad++ fix to keep us running.
 
06-28-11, 09:17 PM   #3
garignack
A Kobold Labourer
Join Date: May 2009
Posts: 1
*Note: This post is in no way affiliated with the awesome carbonite team. any changes are at your own risk. This post is simply what I did to continue to use Carbonite until the next release

To get it basically working with only a reasonable amount of errors:

change line 9672 in "...\addons\interface\carbonite\carbonite.lua"

from
Code:
local time,cEv,_hideCaster,sId,sNa,sFl,dId,dNa,dFl,a1,a2,a3,a4=select(1,...)
to

Code:
local time,cEv,_hideCaster,sId,sNa,sFl,sRF,dId,dNa,dFl,dRF,a1,a2,a3,a4=select(1,...)
this is to compensate for the additional fields added to the "COMBAT_LOG_EVENT_UNFILTERED". This will still error on login and occasionally throughout gameplay. However, it is a low enough error rate that I am able to continue to play using carbonite, my favorite addon.

ONCE AGAIN, THIS IS A TEMPORARY SOLUTION AND IN NO WAY ENDORSED / GUARANTEED. IT SHOULD BE REPLACED THE SECOND AN OFFICIAL FIX IS RELEASED.
 
06-29-11, 03:48 AM   #4
Verttex
Super Monkey
 
Verttex's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 297
Carbonite 4.2 Fix
__________________
 
06-29-11, 07:54 AM   #5
ChefHearne
A Murloc Raider
Join Date: Jun 2011
Posts: 4
Cool Reposting to Spread the Info

This is my alternative fix (works for everyone ive helped get it working).

http://www.wowinterface.com/forums/s...4&postcount=24

or shortened

http://goo.gl/ewNDn
 
06-29-11, 08:52 PM   #6
Albie
A Wyrmkin Dreamwalker
Join Date: May 2009
Posts: 57
I have been able to "Enable Outdated Addons" and continue as normal. I get an error popup every now and then, but nothing too bad
 
06-29-11, 10:55 PM   #7
Verttex
Super Monkey
 
Verttex's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 297
Originally Posted by Albie View Post
I have been able to "Enable Outdated Addons" and continue as normal. I get an error popup every now and then, but nothing too bad
With or without the fix? The addon is not out of date in the fix from the download.
__________________
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Carbonite and Wow 4.2


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