WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite Archive (https://www.wowinterface.com/forums/forumdisplay.php?f=158)
-   -   Carbonite and Wow 4.2 (https://www.wowinterface.com/forums/showthread.php?t=40634)

anteract 06-28-11 12:46 PM

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

Gendou 06-28-11 01:18 PM

Quote:

Originally Posted by anteract (Post 240142)
(*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.

garignack 06-28-11 09:17 PM

*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.

Verttex 06-29-11 03:48 AM

Carbonite 4.2 Fix

ChefHearne 06-29-11 07:54 AM

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

Albie 06-29-11 08:52 PM

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 :)

Verttex 06-29-11 10:55 PM

Quote:

Originally Posted by Albie (Post 240382)
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.


All times are GMT -6. The time now is 09:28 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI