View Single Post
08/30/18, 04:25 PM   #1
Lakes
Join Date: Feb 2017
Posts: 4
Question LUA errors with addons disabled?

I'm trying to figure out what's causing my LUA errors. I tried disabling all addons and they still popped up. I haven't tried disabling libraries yet.

Upon character login, there's a bunch of errors that look like this:

Failed to create control 'ZO_AddOnsList1Row1'. Duplicate name.
Failed to create control 'ZO_AddOnsList1Row2'. Duplicate name.
Failed to create control 'ZO_AddOnsList1Row3'. Duplicate name.

Etc...
And some that look similar to this in between the above errors:

EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2204: attempt to index a nil value
stack traceback:
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2204: in function 'ZO_ScrollList_UpdateScroll'
<Locals> self = ud, windowHeight = 660, activeControls = tbl, offset = 0, IS_REAL_NUMBER = false, activeIndex = 1, numActive = 0, firstInViewIndex = 1, data = tbl, visibleData = tbl, mode = 1, nextCandidateIndex = 1, visibleDataIndex = 1, dataEntry = tbl, bottomEdge = 660, controlTop = 0, uniformControlHeight = 30, dataType = tbl, controlPool = tbl, key = 1 </Locals>
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:1966: in function 'ZO_ScrollList_Commit'
<Locals> self = ud, windowHeight = 660, scrollableDistance = 4080, foundSelected = false, numData = 158, i = 0 </Locals>
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:743: in function 'OnScreenResized'|r
2018-08-31T06:09:51.849+08:00 |cff0000Gui Warning: Failed to create control 'ZO_AddOnsList1Row2'. Duplicate name.|r
2018-08-31T06:09:51.849+08:00 |cff0000Lua Error: EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2204: attempt to index a nil value
stack traceback:
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2204: in function 'ZO_ScrollList_UpdateScroll'
<Locals> self = ud, windowHeight = 660, activeControls = tbl, offset = 0, IS_REAL_NUMBER = false, activeIndex = 1, numActive = 0, firstInViewIndex = 1, data = tbl, visibleData = tbl, mode = 1, nextCandidateIndex = 1, visibleDataIndex = 1, dataEntry = tbl, bottomEdge = 660, controlTop = 0, uniformControlHeight = 30, dataType = tbl, controlPool = tbl, key = 2 </Locals>
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:1966: in function 'ZO_ScrollList_Commit'
<Locals> self = ud, windowHeight = 660, scrollableDistance = 4080, foundSelected = false, numData = 158, i = 0 </Locals>
EsoUI/Libraries/ZO_SortFilterList/ZO_SortFilterList.lua:155: in function 'ZO_SortFilterList:CommitScrollList'
<Locals> self = tbl, scrollData = tbl </Locals>
EsoUI/Libraries/ZO_SortFilterList/ZO_SortFilterList.lua:138: in function 'ZO_SortFilterList:RefreshData'
<Locals> self = tbl </Locals>
EsoUI/PregameAndIngame/ZO_AddOnManager/ZO_AddOnManager.lua:63: in function '(anonymous)'|r
And I noticed the Addons list UI would look visually janky (all white text, overlapping lines upon scrolling etc.)

But if I do a /reloadui, all the errors disappear and everything looks fine. I can exit the game and enter with no sign of the errors for another few hours. Then a few hours later, the errors pop up again.
  Reply With Quote