View Single Post
05/22/14, 06:46 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
After a while of playing I'm getting exactly the same error message when I try to swap weapons.

It fails at this line of InventorySlot.lua:
Code:
local controlType = inventorySlot:GetType()
In other words, tooltip is not attached to valid inventory slot. So, probably it is caused by some addon that modifies tooltips (ItemTooltip).

In my case this slash command fixes the error message:
Code:
/script ComparativeTooltip1:SetHidden(true)
Now to find which addon does not hide ComparativeTooltip1 when it should be hidden. My guess is either CraftCompare or InventoryInsight, but I still do not know which one it is.

Last edited by Garkin : 05/22/14 at 06:52 PM.
  Reply With Quote