You have an option to replace it until its fixed, if it helps:
Map Pins: http://www.esoui.com/downloads/info1881-MapPinsSummerset.html - Displays Lorebooks (Collected, uncollected), but not Eidetic Memory. Also displays a ton of other things that you can disable, and is updated with Summerset information (like skyshards and the new relics to collect).
thestud2012 wrote: »From the ESOUI Lorebooks comment section:
Looks like the GetLoreCollectionInfo() API function can return nil values for some reason. You can prevent the error message by changing line 789 to:
Code:
if not hidden and totalBooks ~= nil then
Thought this function is used in a few places so it may break at other times/locations.
I just needed to change the one line.
You have an option to replace it until its fixed, if it helps:
Map Pins: http://www.esoui.com/downloads/info1881-MapPinsSummerset.html - Displays Lorebooks (Collected, uncollected), but not Eidetic Memory. Also displays a ton of other things that you can disable, and is updated with Summerset information (like skyshards and the new relics to collect).