Getting errors with Auctioneer's EnhTooltip and EQC loaded at the same time. When hovering a chat link I get:
Error occured while running hooks for: EnhTooltip.AddTooltip
Interface\AddOns\Auctioneer\AucTooltip.lua:103: attempt to compare number with nil
Call Chain:
(tail call): ?
Interface\AddOns\EnhTooltip\Tooltip.lua:860: in function 'TooltipCall'
Interface\AddOns\EQCompare\EQCompare.lua:329 in function
<Interface\AddOns\EQCompare\EQCompare.lua:301>
Based on a quick glance at the code it appears that the issue arises when Auctioneer tries to attach the EnhTooltip part to EQC's tip.
What's the version of Auctioneer/EnhTooltip?
3.8.0. The EQC tip still shows, it just spams my General chat frame.
Tested it running only Auctioneer, EnhTooltip, EQC, Informant and Stubby.
Steps to reproduce:
1) Auctioneer on on-demand loading
2) EQC in a non suspended state
3) Open AH frame, Auctioneer loads
4) Hover over chat link in, as an example, the Trade channel
5) Errors all over the main chat frame
Getting errors with Auctioneer's EnhTooltip and EQC loaded at the same time. When hovering a chat link I get:
Error occured while running hooks for: EnhTooltip.AddTooltip
Interface\AddOns\Auctioneer\AucTooltip.lua:103: attempt to compare number with nil
Call Chain:
(tail call): ?
Interface\AddOns\EnhTooltip\Tooltip.lua:860: in function 'TooltipCall'
Interface\AddOns\EQCompare\EQCompare.lua:329 in function
<Interface\AddOns\EQCompare\EQCompare.lua:301>
Based on a quick glance at the code it appears that the issue arises when Auctioneer tries to attach the EnhTooltip part to EQC's tip.
What's the version of Auctioneer/EnhTooltip?
3.8.0. The EQC tip still shows, it just spams my General chat frame.
Tested it running only Auctioneer, EnhTooltip, EQC, Informant and Stubby.
Steps to reproduce:
1) Auctioneer on on-demand loading
2) EQC in a non suspended state
3) Open AH frame, Auctioneer loads
4) Hover over chat link in, as an example, the Trade channel
5) Errors all over the main chat frame
I too get the error above. Situation is a little different but usually get at least once a day. Just got it. My auctioneer is the same version but is always loaded. My EQCompare is on Hoverlink with Ctrl enabled. I was scanning AH and hovered over a item link in chat. Line numbers for EQcompare.lua are different now, because of changes but everything else is still the same. Odd too, because BugSack doesn't capture the error.
With the latest revision of EQCompare i get the same bug like SaberHawke. When I hovered to an itemlink in chat, the bugreport spammed general, although BugSack didn't find anything.
I do have a functionality suggestion that EquipCompare had: the ability to click an item link in chat, then, with the item displayed on your screen, press the modifier key and have the comparison show up. It's the only thing that i can think of that would improve EQC.
seems like i'm the only one having this problem, have not seen it mentioned on any site. eqcompare is not showing comparisons in the loot window (using xloot), for quest rewards, or in my bags (using onebag). i'm also using kc items. i'm using the latest svn version of all these addons. only places it's showing comparisons is when i click a chat link, and at merchants. i have tried messing with the settings, and i have tried the latest official version and the latest svn with no luck.
i switched to equipcompare and it does not have any of these problems. anyone else having this problem with eqcompare? or is there maybe a setting i need to change? or maybe an addon conflict i don't know about?
i used to use eqcompare, but since coming back to wow it has the above problems. not sure what changed exactly.
Just to give you a response... I am using Xloot, as well as OneBag, and have no issues using EQCompare. I am not using KCItems though, but dont really think that would be the issue, because there are alot of peeps who do use it.
May want to try the ole, disable everything, except eqcompare and go from there, see if it works.
thanks lew for the suggestion. the culprit was ManaPerc. not quite sure why though, although i can see why as ManaPerc does alter tooltips. luckily was an addon that i can live without.
thanks lew for the suggestion. the culprit was ManaPerc. not quite sure why though, although i can see why as ManaPerc does alter tooltips. luckily was an addon that i can live without.
:-(
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Thanks hshh.
3.8.0. The EQC tip still shows, it just spams my General chat frame.
Tested it running only Auctioneer, EnhTooltip, EQC, Informant and Stubby.
Steps to reproduce:
1) Auctioneer on on-demand loading
2) EQC in a non suspended state
3) Open AH frame, Auctioneer loads
4) Hover over chat link in, as an example, the Trade channel
5) Errors all over the main chat frame
I too get the error above. Situation is a little different but usually get at least once a day. Just got it. My auctioneer is the same version but is always loaded. My EQCompare is on Hoverlink with Ctrl enabled. I was scanning AH and hovered over a item link in chat. Line numbers for EQcompare.lua are different now, because of changes but everything else is still the same. Odd too, because BugSack doesn't capture the error.
find:
EnhTooltip.TooltipCall(GameTooltip, name, item, quality)
replace with:
EnhTooltip.TooltipCall(GameTooltip, name, item, quality, 1)
There are 2 line need to replace.
Is it fix the bug SaberHawke said ?
Appears to be working.
It seems the bug is gone with this fix... Thanks!
I do have a functionality suggestion that EquipCompare had: the ability to click an item link in chat, then, with the item displayed on your screen, press the modifier key and have the comparison show up. It's the only thing that i can think of that would improve EQC.
It already does. Open up your atlasloot options, and check "Use Equipcompare"
My mistake then, I assumed that that particular option was referring to the much older addon with the same name and wouldn't be compatible.
i switched to equipcompare and it does not have any of these problems. anyone else having this problem with eqcompare? or is there maybe a setting i need to change? or maybe an addon conflict i don't know about?
i used to use eqcompare, but since coming back to wow it has the above problems. not sure what changed exactly.
May want to try the ole, disable everything, except eqcompare and go from there, see if it works.
good luck.
:-(