Thread Tools Display Modes
11/05/19, 05:42 PM   #1
Shai'd
Join Date: Nov 2019
Posts: 2
Esoui Error

Hi, hope I'm in the right spot. I keep getting a Esoui error when I open lore books, book shelves etc. I did a rerun on my Eso files and checked my addons and everything seems to be ok.
I think I've uploaded a screenshot, not sure, never done this before
Attached Thumbnails
Click image for larger version

Name:	Esoui error.png
Views:	467
Size:	715.0 KB
ID:	1195  
  Reply With Quote
11/06/19, 06:06 AM   #2
Micke2nd
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 43
Exclamation

Originally Posted by Shai'd View Post
Hi, hope I'm in the right spot. I keep getting a Esoui error when I open lore books, book shelves etc. I did a rerun on my Eso files and checked my addons and everything seems to be ok.
I think I've uploaded a screenshot, not sure, never done this before
find out which of your addons is responsible for this, by enabling/disabling them.
after this, post in the comment section of this addon the error text, not the screenshot
  Reply With Quote
11/06/19, 07:24 AM   #3
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Reading the error message it mention

Book added to Librarian.


So if you are using an addon called Librarian (may be Librarian Book Manager, begin par removing all addons but this one, and check if you have some problems with it.

If not add one by one the other addons until you have the error popping.
  Reply With Quote
11/06/19, 07:51 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
It is Librarian Book Manager. From the comments there:

Code:
I was able to get over it by commenting out line 492 (adding -- at the beginning) of librarian.lua

if self.settings.alertEnabled then
--CENTER_SCREEN_ANNOUNCE:AddMessage(EVENT_SKILL_RANK_UPDATE, CSA_EVENT_LARGE_TEXT, SOUNDS.BOOK_ACQUIRED, GetString(SI_LIBRARIAN_NEW_BOOK_FOUND))
end

This will prevent the error from happening, but it will suppress the on-screen message of a new book. The chat message will be displayed.
Hope this fixes it for you.
  Reply With Quote
11/06/19, 06:00 PM   #5
Shai'd
Join Date: Nov 2019
Posts: 2
Thank you all for your replies, it was Librarian Book Manager. I uninstalled it and my problem is gone

Thanks again !
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Esoui Error

Thread Tools
Display Modes

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