Thread Tools Display Modes
05/27/18, 01:42 PM   #1
swhite60177
Join Date: May 2018
Posts: 2
Cool Lorebooks stack dumping in function OnLoad

Lorebooks stack dumps with the error "number expected for loop variables" in OnLoad line 2340. Image linked:



This is BOTH without and with other addons.

Thanks
  Reply With Quote
05/27/18, 01:54 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Check the addon comments, there is a fix + fixed version to download.

Fix description:

Hey, for those who are not familiar with addon :

Find your teso addon repertory (on Win7: /users/yourname/documents/Elder Scrolls Online/live/Addons/Lorebooks/).

Open file LoreBooks.lua with a simple text editor (bloc note).

Find expression : if not hidden then

And replace it by : if not hidden and totalBooks ~= nil then

It appears 3 times in file at :

Line 789
Line 1196
Line 1339

Save LoreBooks.lua file and refresh UI ingame or Deconnect/reconnect your charactere to reload UI.

Hope will works for you.

Last edited by Baertram : 05/27/18 at 02:00 PM.
  Reply With Quote
05/27/18, 02:46 PM   #3
swhite60177
Join Date: May 2018
Posts: 2
Thanks, you fix works well. I thought those .lu files were binary or I would have debugged it. Sorry about that, game newbie here. Horribly old developer/analyst.
  Reply With Quote
05/29/18, 12:15 AM   #4
Minaras Laure
Join Date: May 2018
Posts: 1
I can't find the fixed version to download
AddOn still says updated to dragonbones.
Anyway, the fix works, but obviously doesnt show the lorebooks in summerset.
Do we know if itll be ever updated?
Or is there any other addon for lorebooks?
Thanks

Last edited by Minaras Laure : 05/29/18 at 12:20 AM.
  Reply With Quote
05/30/18, 08:46 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Inside the addon comments there is a link with the fixed version to download.
Addon search = top right corner of this website -> lorebook -> click addon link -> click comments button-> read comments

Updates will be done if updates are done by the author
  Reply With Quote
05/30/18, 08:47 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Inside the addon comments there is a link with the fixed version to download.
Addon search = top right corner of this website -> lorebook -> Lorebooks Summerset Patch (4.0)
Updates will be done if updates are done by the author
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Lorebooks stack dumping in function OnLoad

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