Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 12/19/09, 3:18 PM   #301
Eilt
Piston Honda
 
Night Elf Druid
 
Bloodhoof
I have been trying out the sound, it seems to work just fine. I have not gotten any errors as of yet either. I will let you know if I come across anything. One thing, my line Numbers were slightly off from yours. Of course, if you are editing the lua file I would hope you could find the right place on your own, but just figured I would mention it.

Thanks again!

Last edited by Eilt : 12/19/09 at 3:25 PM.

Offline
Reply With Quote
Old 01/10/10, 3:24 AM   #302
magojo
Von Kaiser
 
Troll Druid
 
<Ice>
Kazzak (EU)
Originally Posted by scudetto View Post
not working
shows everything, but eclipse proc
I've tried to reinstall, delete all configs, even delete all addons (and installing only the latest Squawk version), but nothing (
Weirdly enough, i'm having the same issue, just installed the addon (from curse) for the first time and it doesn't show neither the eclipse duration or cooldown. It works fine for everything else like starfall and force of nature, showing both the duration and cooldown. I was fiddling around with the settings before i first used it, removing some things shown by default, but that shouldn't cause it to bug out like that?
It does show a bar when eclipse procs, but one that's only half blue and half gray without text and numbers, and doesn't go away before i relog.

About that error log (or debug log?) how can you get one of those going regarding this addon?

EDIT: Nevermind, it's working now, with a few relogs it seems to have solved itself, weird :P

Last edited by magojo : 01/10/10 at 3:36 AM.

Sweden Offline
Reply With Quote
Old 01/20/10, 7:14 AM   #303
Crysto
Glass Joe
 
Human Death Knight
 
Frostmourne
Firstly, thanks on such an excellent addon. I can't imagine playing a Moonkin without it now.
I'd just like to know if there is a way of changing the colour of the Border Texture? If not, what is the frame called for Eclipse duration/cooldown that I should anchor the likes of a KGPanel to? As I've tried 'SquawkAndAweBase' (which is what a script to find the frame names told me it was), yet it doesn't seem to disappear when the SAA bars aren't showing.

Offline
Reply With Quote
Old 01/20/10, 9:41 AM   #304
 Adoriele
Happy October 19th!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Crysto View Post
Firstly, thanks on such an excellent addon. I can't imagine playing a Moonkin without it now.
I'd just like to know if there is a way of changing the colour of the Border Texture? If not, what is the frame called for Eclipse duration/cooldown that I should anchor the likes of a KGPanel to? As I've tried 'SquawkAndAweBase' (which is what a script to find the frame names told me it was), yet it doesn't seem to disappear when the SAA bars aren't showing.
Ah. Well, that's probably because SquawkAndAweBase is the "container" for all of the other bars, and so is always active. The good news is that, even though the bars are generated in pseudo-random order (which is why the FF bar is between the two debuff bars), the bars are stored in numerical order. The bar you're going to want to anchor to will be SAABarFrameX, where X is the number of the bar you want to anchor from, starting with 1, counting from the top. So if your SAA looks like

Trinkets
Eclipse
OOC
MF
FF
IS

you'd want to anchor to SAABarFrame2, assuming you want it to show up any time there's an Eclipse bar. If you want to tie to a specific bar, either the proc or the cooldown, that's a little trickier. If you want to tie to something that disappears whenever all the bars are gone, that's gonna be pretty much impossible.

United States Offline
Reply With Quote
Old 01/20/10, 8:32 PM   #305
Crysto
Glass Joe
 
Human Death Knight
 
Frostmourne
I'm only showing the Eclipse Procs bar, so setting up KGPanels to Anchor and Parent to SAABarFrame1 worked like a charm. Thanks for the quick reply! =)

Offline
Reply With Quote
Old 02/10/10, 9:02 PM   #306
Hipertex10100
Glass Joe
 
Human Mage
 
Thrall
Addon Error

First I'd like to say that sn'a is one of the most functional addons I've used. It seems to have an issue, however. At random points while doing my random dungeon or while in a raid, it will stop showing insect swarm at first, then after about another 10 minutes I will get an error, and it will bug out completely (save eclipse proc, and frozen proc bars that have no text every now and then) Based on the information I have given you, can you see what my problem is? The next time i receive an error I will copy it down and edit it in.

Offline
Reply With Quote
Old 02/10/10, 9:14 PM   #307
 Adoriele
Happy October 19th!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Hipertex10100 View Post
First I'd like to say that sn'a is one of the most functional addons I've used. It seems to have an issue, however. At random points while doing my random dungeon or while in a raid, it will stop showing insect swarm at first, then after about another 10 minutes I will get an error, and it will bug out completely (save eclipse proc, and frozen proc bars that have no text every now and then) Based on the information I have given you, can you see what my problem is? The next time i receive an error I will copy it down and edit it in.
Just making sure I understand you, you're describing the situation as follows:
You can cast all your spells normally
At some time t0, which you've been unable to find a cause for, the IS bar stops functioning. I'll make the assumption that all bars that would normally show below the IS bar also stop functioning, which would include the ability, CC, and GCD bars if you have them enabled. All bars above the IS bar continue functioning as normal.
At t0 + 10 minutes, the rest of the addon stops functioning properly. All non-proc bars cease to be spawned, non-Eclipse proc bars stop decreasing and have no text, but the Eclipse bar works as expected.

With that information I'm really confused as to what's causing it. I'd point to the standby of a trinket bar issue, but a.) Eclipse is still functioning properly, and b.) none of the trinkets have a 10-minute cooldown. In fact, nothing I can think of lines up with the 10-minute window at all, since Rebirth got dropped to 8 minutes (IIRC, it's been a looong time since I played but I try to keep up). I'm really going to need to see an error message for this one, it's about as far out of the ballpark as I can imagine. In the meantime, you might try reinstalling SAA, don't forget to clear your savedvariables when you do.

United States Offline
Reply With Quote
Old 02/10/10, 10:12 PM   #308
Hipertex10100
Glass Joe
 
Human Mage
 
Thrall
Originally Posted by Adoriele View Post
Just making sure I understand you, you're describing the situation as follows:
You can cast all your spells normally
At some time t0, which you've been unable to find a cause for, the IS bar stops functioning. I'll make the assumption that all bars that would normally show below the IS bar also stop functioning, which would include the ability, CC, and GCD bars if you have them enabled. All bars above the IS bar continue functioning as normal.
At t0 + 10 minutes, the rest of the addon stops functioning properly. All non-proc bars cease to be spawned, non-Eclipse proc bars stop decreasing and have no text, but the Eclipse bar works as expected.

With that information I'm really confused as to what's causing it. I'd point to the standby of a trinket bar issue, but a.) Eclipse is still functioning properly, and b.) none of the trinkets have a 10-minute cooldown. In fact, nothing I can think of lines up with the 10-minute window at all, since Rebirth got dropped to 8 minutes (IIRC, it's been a looong time since I played but I try to keep up). I'm really going to need to see an error message for this one, it's about as far out of the ballpark as I can imagine. In the meantime, you might try reinstalling SAA, don't forget to clear your savedvariables when you do.
Np, thanks for the quick response, your awesome! Our server is crashing repeatedly, so I'm having trouble actually getting on to get the error message, but i will as soon as I can. Another note I only have eclipse IS MF trees and innervate turned on, everything else is off. Ill respond as soon as I can repeat the error, but its not every raid night, however reloading UI doesn't fix it, which makes me think its conflicting with something.

Offline
Reply With Quote
Old 02/14/10, 12:42 AM   #309
Svartalf
Glass Joe
 
Night Elf Druid
 
Proudmoore
I've seen this happen occasionally as well. Here's the LUA error popup, maybe it will help.

-------------
Date: 2010-02-12 00:33:09
ID: -3
Error occured in: Global
Count: 8
Message: ..\AddOns\SquawkAndAwe\SquawkAndAwe.lua line 1594:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
SquawkAndAwe\SquawkAndAwe.lua:1594: OnUpdate()
SquawkAndAwe\SquawkAndAwe.lua:893:
SquawkAndAwe\SquawkAndAwe.lua:892
AddOns:
Swatter, v5.7.4568 (KillerKoala)
ACP, v3.2.0.26
AggroNotifier, v1.2.5
Babylonian, v5.1.DEV.130
BankItems, v30200
BigGuild, v3.0.4
CastYeller, vv1.2
Clique, v141
cMinimapCoordinates, v
Configator, v5.1.DEV.190
DBMCore, v
DBMIcecrown, v
DebugLib, v5.1.DEV.130
Gatherer, v3.1.14
GearScoreLite, v3x03
GettingThingsHealed, v2.4.0
GettingThingsHealedPresetsULDUAR, v1.0.0
Grid, v1.30300.1265
GridIndicatorCornerText, v1.3
GridIndicatorSideText, v1.3
GridStatusHots, v3.3
GridStatusRaidDebuff, vv3.01
GridStatusRDBC, v1.0
GridStatusRDWotLK, v1.0
GTHBroker, v1.2
KKonferSK, vr165
Outfitter, v4.10
Quartz, v1.0
QuartzBuff, v1.0
QuartzFlight, v1.0
QuartzFocus, v1.0
QuartzGCD, v1.0
QuartzInterrupt, v1.0
QuartzLatency, v1.0
QuartzMirror, v1.0
QuartzPlayer, v1.0
QuartzProcs, v3.0.3r
QuartzRange, v1.0
QuartzSwing, v1.0
QuartzTimer, v1.0
QuartzTradeskill, v1.0
Recount, v
RecountGuessedAbsorbs, v
SlideBar, v5.7.4568 (KillerKoala)
SquawkAndAwe, v1.4.1
StatBlockCore, v2.65
Stubby, v5.7.4568 (KillerKoala)
TargetForMe, v3.3.0d
BlizRuntimeLib_enUS v3.3.2.30300 <us>
(ck=481)

Offline
Reply With Quote
Old 02/15/10, 11:46 AM   #310
Mawic
Glass Joe
 
Troll Druid
 
Madoran
There is currently a bug in the WoW client that is probably at fault. At seemingly random times, the CombatLog will just stop working. Dps meters like Recount/Skada will no longer update because they're no longer receiving data. Nothing will get written to the combatlog.txt so there will be a hole in any World of Logs data. Any mods which use the CombatLog to track state will no longer trigger.

I believe SaA uses your own buffs to track Eclipse, so this isn't affected. But I believe it uses the CombatLog to track debuffs on your targets, so when this happens you'll no longer get timers for FF, IS and MF. There's not much mod authors can do about this, we just need to wait for Bliz to fix the CombatLog.

So far the only work-around is to log off and back on again. The error is pretty rare, the most I've seen it is about twice a week, and never twice in the same day. So it's not a huge burden, but still it'll be nice once it's fixed.

United States Offline
Reply With Quote
Old 03/11/10, 11:03 PM   #311
Sabereth
Glass Joe
 
Human Priest
 
Lightbringer
is there somthing like that for shamy healers?

Offline
Reply With Quote
Old 03/23/10, 7:03 PM   #312
Elwood
Glass Joe
 
Tauren Druid
 
Khadgar
Solar Eclipse problem in 3.3.3?

I and at least one or two others (not sure if it's a widespread issue or not) are seeing a problem where the proc bar for Solar Eclipse isn't being shown. The addon seems to detect it, as it displays a cooldown bar when it procs (which would normally be under the proc bar), but not the green Solar Eclipse bar.

Offline
Reply With Quote
Old 03/23/10, 7:07 PM   #313
Latas
Don Flamenco
 
Night Elf Druid
 
Uther
Since they put Eclipse back into the combat log, is the fix that was implemented when they removed eclipse from the combat log going to be reversed back to the combat log checking?

Offline
Reply With Quote
Old 03/23/10, 7:32 PM   #314
 Adoriele
Happy October 19th!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Latas View Post
Since they put Eclipse back into the combat log, is the fix that was implemented when they removed eclipse from the combat log going to be reversed back to the combat log checking?
I'll look into it, I think the fix was made in a way that it should be easy to remove. Standard caveats apply, it may be a couple days before I can look at it.

United States Offline
Reply With Quote
Old 03/23/10, 9:40 PM   #315
gannonjf
Piston Honda
 
Worgen Druid
 
Korgath
Already tried reverting back to 1.3.3 and that did not fix the problem.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools