Thread: EsoUI Error
View Single Post
05/23/14, 05:23 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by NukeLaCoog View Post
Today I started seeing this error pop up while swapping weapons and I have no clue what I need to do to fix it. Right now I just close the window, accept my death then /reloadui. That seems to work for a few minutes then it will pop up again. Any help would be appreciated.

http://gyazo.com/309eb73facecd3f33cc98c56a78a8e89
I'm not sure if this is addon issue or bug in default UI, but you can use this code to fix it (at least it works for me):
Lua Code:
  1. ZO_PreHook("ZO_InventorySlot_OnMouseEnter", function(arg) return arg == nil end)
You can put it into any lua file in your addons folder.

Also there is another topic about this issue:
http://www.esoui.com/forums/showthread.php?t=1595
  Reply With Quote