Results: 33Comments by: Athene_
File: Athene's Gear Check08-08-09
Thanks for telling. I haven't had a...
Posted By: Athene_
Thanks for telling. I haven't had any trouble myself and I haven't heard others getting this, but I'll look into it. Originally posted by aesmurf So my wife got me using your addon I used it for some weeks, noticed something staring, wow crashing. At first just once in a while i'd get a memory error saying that there was not en...
File: Athene's Gear Check06-29-09
It will be uploaded when Im done te...
Posted By: Athene_
It will be uploaded when Im done testing a new feature. Adding text to a tooltip is no biggie. Extracting text from a tooltip when it doesn't actually exist in the tooltip, however... that's hard:p Here are the problems: UnitIsPlayer("mouseover") won't work. Unit is nil. UnitName("mouseover") won't work. Unit is nil. CanInspec...
File: Athene's Gear Check06-28-09
I'm not sure if Rant empties the to...
Posted By: Athene_
I'm not sure if Rant empties the tooltip and then refills it in it's own way, or if it replaces it with it's own. Either way, it periodically makes my addon unable to get any of the needed unit information, and I haven't found a way to get around it. Sometimes my addon can't even recognize what unit is mouseovered, or if the unit is...
File: Athene's Gear Check06-28-09
Well, removing all kinds of error r...
Posted By: Athene_
Well, removing all kinds of error reporting isn't a good way to locate and fix errors:p What the error is saying, is basically that you dont have any tooltip of a unit open. Usually that would mean you haven't mouseovered any unit... Could you please try loading with only this addon and no others, and see if it then works?
File: Athene's Gear Check06-26-09
I see the two first errors are one...
Posted By: Athene_
I see the two first errors are one and the same. I dont understand how you got it, but as for now it will print a short error in chat rather than making error popup... The Recount error is known to me, but I haven't been able to reproduced it lately. I think I fixed it without knowing. Getting a friend to help me look for bugs i...
File: Athene's Gear Check: Recount plugin06-25-09
Erm you're saying you don't see any...
Posted By: Athene_
Erm you're saying you don't see any sign of AGC working at all? That's weird, I haven't had any problems here, and I haven't got any other reports that it's not working...
File: Athene's Gear Check: Recount plugin06-25-09
I would also like Recount to update...
Posted By: Athene_
I would also like Recount to update at any given time, but I'm not sure if I can fix it because Recount isn't built to update out of combat... Without going too much in debth, Recount wants combat information before it will update. I'm trying to find a way around it, it would be a nice improvement.
File: Athene's Gear Check06-24-09
Thanks for the feedback. I've fixe...
Posted By: Athene_
Thanks for the feedback. I've fixed the error on items, and I think I fixed the problem with Recount (I did some other changes, don't remember for sure:p) About the addons that it interfers with, I don't have any of them myself, so that's probably why I haven't noticed anything. I also found a bug when mousovering yourself, wh...