Thread Tools Display Modes
05/20/14, 11:32 AM   #1
NukeLaCoog
Join Date: May 2014
Posts: 1
EsoUI Error

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
  Reply With Quote
05/20/14, 03:23 PM   #2
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
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
Do you have any addons that affect your inventory view?

Last edited by skyraker : 05/20/14 at 03:30 PM.
  Reply With Quote
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

ESOUI » AddOns » AddOn Help/Support » EsoUI Error


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off