Thread Tools Display Modes
10-22-08, 09:29 AM   #1
Tiael
A Defias Bandit
Join Date: Jul 2008
Posts: 3
What is that castbar ?

Here is my problem

http://img391.imageshack.us/my.php?i...8172039nl4.jpg

Can someone identify what are the red arrow pointing ?

Here is a screen of my Addon dir.

http://img262.imageshack.us/my.php?i...nstitreqr7.jpg

Oh, and btw, i got this non-stop error " Blizzard_TimeManager\Blizzard_TimeManager.lua:733: attempt to perform arithmetic on field 'timer' (a table value) "

Anyone knows how to make it dissapear T.T

Thanks in advance.

Last edited by Tiael : 10-22-08 at 09:35 AM.
  Reply With Quote
10-22-08, 09:50 AM   #2
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
Originally Posted by Tiael View Post
Here is my problem

http://img391.imageshack.us/my.php?i...8172039nl4.jpg

Can someone identify what are the red arrow pointing ?

Here is a screen of my Addon dir.

http://img262.imageshack.us/my.php?i...nstitreqr7.jpg

Oh, and btw, i got this non-stop error " Blizzard_TimeManager\Blizzard_TimeManager.lua:733: attempt to perform arithmetic on field 'timer' (a table value) "

Anyone knows how to make it dissapear T.T

Thanks in advance.
Q1: Easy one, oUF Cast Bar, its built into your oUF layout (oUF_Lyn). If you don't want it you will have to comment it out (or delete that portion) in layout.lua.

Crack open layout.lua (found in the oUF_Lyn folder) with your favorite text editor (Notepad will work however since its formatting support is lousy, you will see a jumbled mess) by right clicking on layout.lua and choose Open with... Select your text editor the list. I personally use Notepad++, however there other choices.

Once you get the file opened look for the section marked "-- player and target castbar" (its easy to find, just scroll down until you see the section header). If you are using a text editor that supports Lua syntax coloring (such as Notepad++), it will be a different color than the rest of the text.

Once you find it, just delete that entire section. If you are using a text editor that has line numbers, its lines 590 to 650. Save the file and start the game.

Q2: Looks like one of the Blizzard AddOns is having an issue. Try nuking Blizzard_TimeManager in your AddOns folder. The client will generate a new copy the next time you log in.
__________________
Twitter

Last edited by Zyonin : 10-22-08 at 10:11 AM.
  Reply With Quote
10-22-08, 09:53 AM   #3
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
Just a guess: Dominos_Cast?

Originally Posted by Tiael View Post
Oh, and btw, i got this non-stop error " Blizzard_TimeManager\Blizzard_TimeManager.lua:733: attempt to perform arithmetic on field 'timer' (a table value) "

Anyone knows how to make it dissapear T.T
It's an addon.
1. Solution: Update all of your addons.
2. Solution: Disable all of your addons and enable them one by one to find the cause.
  Reply With Quote
10-22-08, 10:13 AM   #4
Tiael
A Defias Bandit
Join Date: Jul 2008
Posts: 3
Thanks both of you
  Reply With Quote
10-22-08, 01:17 PM   #5
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2008
Posts: 123
I had the Blizzard time one as well and I believe it was in lynsettings

There is a section of lua at the bottom regarding the stopwatch/clock function and I just deleted that out and the error went away.
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » What is that castbar ?


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