View Single Post
09/17/19, 07:23 PM   #1
Redcon
Join Date: Sep 2019
Posts: 2
Unhappy ESO PTS Addon Error

Need help fixing this error. I'm unsure of what is causing it I can't go into my Addon Settings to change them around due to this error I turned all but 1 addon of so I can still see the settings to test if it was a single addon. However, still had the same issue so to double-check and make sure I didn't get lucky and find that single addon immediately I switched addons but still got the error.

bad argument #1 to 'ipairs' (table/struct expected, got nil)
stack traceback:
[C]: in function 'ipairs'
EsoUI/PregameAndIngame/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:162: in function 'ZO_KeyboardOptions:PanelRequiresDeferredLoading'
<Locals> self = [table:1]{currentPanel = 100, isGamepadOptions = F, currentPanelId = 101}, panelId = 100 </Locals>
EsoUI/PregameAndIngame/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:146: in function 'ZO_KeyboardOptions:ChangePanels'
<Locals> self = [table:1], panelId = 100, panelName = "Addons", readyToShowPanel = T </Locals>
user:/AddOns/MasterThief/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:877: in function 'panelData.callback'
EsoUI/Common/ZO_GameMenu/ZO_GameMenu.lua:52: in function 'TreeEntryOnSelected'
<Locals> control = ud, data = [table:2]{id = 100, categoryName = "Settings", name = "Addons"}, selected = T, reselectingDuringRebuild = F </Locals>
EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:705: in function 'ZO_TreeNode:OnSelected'
<Locals> self = [table:3]{selectSound = "Click_TreeSubcategory", enabled = T, childrenHeight = 0, selected = F, openPercentage = 0, childrenCurrentHeight = 0, childSpacing = 8, childIndent = 30, open = F}, reselectingDuringRebuild = F </Locals>
EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:411: in function 'ZO_Tree:SelectNode'
<Locals> self = [table:4]{enabled = T, defaultIndent = 30, autoSelectChildOnNodeOpen = F, suspendAnimations = F, exclusive = T, width = 285, openAnimationDurationMS = 300, defaultSpacing = 8}, treeNode = [table:3], reselectingDuringRebuild = F, bringParentIntoView = F </Locals>
EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:888: in function 'ZO_TreeEntry_OnMouseUp'
<Locals> self = ud, upInside = T, NOT_REBUILDING = F, DONT_BRING_PARENT_INTO_VIEW = F </Locals>
ZO_CollectionsBook_TopLevelCategoriesScrollChildZO_TreeStatusLabelSubCategory1_MouseUp:3: in function '(main chunk)'
<Locals> self = ud, button = 1, upInside = T, ctrl = F, alt = F, shift = F, command = F </Locals>|r


Also, I would have left a screenshot to maybe help but the site has a max os 2MB and the Screenshot was 3.28MB
  Reply With Quote