The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• [IN PROGRESS] PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

Help a Noob with Add On Error

wenchmore420b14_ESO
wenchmore420b14_ESO
✭✭✭✭✭
✭✭✭
Greeting Lords and Ladies of Add On Mastery!
I recently was able to fix my LibCustomSubMenu error using this post....
https://forums.elderscrollsonline.com/en/discussion/comment/7251365#Comment_7251365

But I am still having a major error, at any merchant, when I try and sell things and sometimes using the bankers.
Here is what it says....
EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:209: operator < is not supported for nil < number
stack traceback:
EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:209: in function 'BuyBack:SetupBuyBackSlot'
|caaaaaa<Locals> self = [table:1]{LibFilters2_filterType = 8, LibFilters3_filterType = 8, sortKey = "name", sortOrder = T}, control = ud, data = [table:2]{name = "cotton epaulets^p", price = 104, stackBuyPrice = 104, stack = 1, icon = "/esoui/art/icons/gear_altmer_l...", quality = 1, meetsRequirements = T, slotIndex = 11}, statusControl = ud, slotControl = ud, nameControl = ud, priceControl = ud </Locals>|r
EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:25: in function 'setupCallback'
|caaaaaa<Locals> control = ud, data = [table:2] </Locals>|r
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2372: in function 'ZO_ScrollList_UpdateScroll'
|caaaaaa<Locals> self = ud, windowHeight = 532, activeControls = [table:3]{}, offset = 0, IS_REAL_NUMBER = F, activeIndex = 1, numActive = 0, allData = [table:4]{}, visibleDataIndices = [table:5]{1 = 1}, mode = 1, firstInViewVisibleIndex = 1, nextCandidateVisibleIndex = 1, currentDataIndex = 1, dataEntry = [table:6]{typeId = 1}, bottomEdge = 532, controlTop = 0, uniformControlHeight = 52, dataType = [table:7]{height = 52, selectable = T}, controlPool = [table:8]{m_NextFree = 2, m_NextControlId = 1}, control = ud </Locals>|r
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2128: in function 'ZO_ScrollList_Commit'
|caaaaaa<Locals> self = ud, windowHeight = 532, selectionsEnabled = F, scrollableDistance = 92, foundSelected = F, i = 0 </Locals>|r
EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:226: in function 'BuyBack:ApplySort'
|caaaaaa<Locals> self = [table:1], Comparator = EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:220, scrollData = [table:4] </Locals>|r
user:/AddOns/ItemSaver/lib/LibFilters-2.0/helper.lua:71: in function 'UpdateList'
|caaaaaa<Locals> self = [table:1], DATA_TYPE_BUY_BACK_ITEM = 1, scrollData = [table:4] </Locals>|r
EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:86: in function 'OnListTextFilterComplete'
EsoUI/Libraries/Utility/ZO_CallbackObject.lua:107: in function 'ZO_CallbackObjectMixin:FireCallbacks'
|caaaaaa<Locals> self = [table:9]{fireCallbackDepth = 1}, eventName = "UpdateSearchResults", registry = [table:10]{}, callbackInfoIndex = 3, callbackInfo = [table:11]{3 = F}, callback = EsoUI/Ingame/StoreWindow/Keyboard/BuyBack_Keyboard.lua:84, deleted = F </Locals>|r
EsoUI/Ingame/Utility/TextSearchManager.lua:212: in function 'ZO_TextSearchManager:ExecuteSearch'
|caaaaaa<Locals> self = [table:9], context = "storeTextSearch", contextSearch = [table:12]{searchText = "", isDirty = F, isActive = T} </Locals>|r
EsoUI/Ingame/Utility/TextSearchManager.lua:159: in function 'ZO_TextSearchManager:CleanSearch'
|caaaaaa<Locals> self = [table:9], context = "storeTextSearch", contextSearch = [table:12] </Locals>|r
EsoUI/Ingame/Utility/TextSearchManager.lua:85: in function 'ZO_TextSearchManager:ActivateTextSearch'
|caaaaaa<Locals> self = [table:9], context = "storeTextSearch" </Locals>|r
EsoUI/Ingame/StoreWindow/Keyboard/StoreWindow_Keyboard.lua:184: in function 'ShowStoreWindo

Any one able to help? And be gental, I'm a notepad noob.. Lol..
Thank you in advance!
Huzzah and 5 fold salutations to you Sera!!
Drakon Koryn~Oryndill, Rogue~Mage,- CP ~Doesn't matter any more
NA / PC Beta Member since Nov 2013
GM~Conclave-of-Shadows, EP Social Guild, ~Proud member of: The Wandering Merchants, Phoenix Rising, Imperial Trade Union & Celestials of Nirn
Sister Guilds with: Coroner's Report, Children of Skyrim, Sunshine Daydream, Tamriel Fisheries, Knights Arcanum and more
"Not All Who Wander are Lost"
#MOREHOUSINGSLOTS
“When the people that can make the company more successful are sales and marketing people, they end up running the companies. The product people get driven out of the decision making forums, and the companies forget what it means to make great products.”

_Steve Jobs (The Lost Interview)
  • Baertram
    Baertram
    ✭✭✭✭✭
    You are using a broken addon "ItemSaver" which still is using the outdated library LibFilters2!
    You can read it from the error message:

    user:/AddOns/ItemSaver/lib/LibFilters-2.0/helper.lua:71: in function 'UpdateList'

    Please deinstall LibFilters2 as it clearly tells you in it's description to not use it anymore (since 2018!).
    This libray is not supported anymore. If you are still using this in your addon switch to LibFilters 3.0 NOW!
    -> https://www.esoui.com/downloads/info437-LibFilters-2.0.html#info

    All addons and libraries that are hosted on www.esoui.com (that's the source Minion, the external addon manager, uses as well) are categorized. if the category is "Discontinued & outdated" you should not use these addons/libs any longer!
    ypdPLUy.png


    And all addons using this library (e.g. the addon mentioned in the error message: ItemSaver) are not supported any longer (since 2018 as well then as the library was discontinued there already).

    You need to use alternative addons like e.g. FCOItemSaver which also is able to mark your items, and uses the new LibFilters 3.
    Edited by Baertram on May 12, 2021 9:54AM
  • wenchmore420b14_ESO
    wenchmore420b14_ESO
    ✭✭✭✭✭
    ✭✭✭
    Thank you SO much!!
    I have not noticed the "discontinued tag" on Minion, so thanks for that too!
    I will fix this as soon as I can get online.
    1,000 huzzahs to you my friend~~
    Drakon Koryn~Oryndill, Rogue~Mage,- CP ~Doesn't matter any more
    NA / PC Beta Member since Nov 2013
    GM~Conclave-of-Shadows, EP Social Guild, ~Proud member of: The Wandering Merchants, Phoenix Rising, Imperial Trade Union & Celestials of Nirn
    Sister Guilds with: Coroner's Report, Children of Skyrim, Sunshine Daydream, Tamriel Fisheries, Knights Arcanum and more
    "Not All Who Wander are Lost"
    #MOREHOUSINGSLOTS
    “When the people that can make the company more successful are sales and marketing people, they end up running the companies. The product people get driven out of the decision making forums, and the companies forget what it means to make great products.”

    _Steve Jobs (The Lost Interview)
  • wenchmore420b14_ESO
    wenchmore420b14_ESO
    ✭✭✭✭✭
    ✭✭✭
    Well, according to my Add On Folder, I have removed LibFilter-2.0 and have LibFilter-3.0 installed.
    I uninstalled Item Saver and will use the one yours. (fyi, I already use several of yours and love them! Thank you!).
    Will see how it works.
    Thank you again!
    Edited by wenchmore420b14_ESO on May 12, 2021 5:42PM
    Drakon Koryn~Oryndill, Rogue~Mage,- CP ~Doesn't matter any more
    NA / PC Beta Member since Nov 2013
    GM~Conclave-of-Shadows, EP Social Guild, ~Proud member of: The Wandering Merchants, Phoenix Rising, Imperial Trade Union & Celestials of Nirn
    Sister Guilds with: Coroner's Report, Children of Skyrim, Sunshine Daydream, Tamriel Fisheries, Knights Arcanum and more
    "Not All Who Wander are Lost"
    #MOREHOUSINGSLOTS
    “When the people that can make the company more successful are sales and marketing people, they end up running the companies. The product people get driven out of the decision making forums, and the companies forget what it means to make great products.”

    _Steve Jobs (The Lost Interview)
  • Baertram
    Baertram
    ✭✭✭✭✭
    Well, according to my Add On Folder, I have removed LibFilter-2.0 and have LibFilter-3.0 installed.
    I uninstalled Item Saver and will use the one yours. (fyi, I already use several of yours and love them! Thank you!).
    Will see how it works.
    Thank you again!

    LibFilters2 was in the subfolder live/AddOns/ItemSaver -> according to the error message.
    And it was included in a really old way so the ingame addon manager does not find it, but it still is loaded (via LibStub -> which is also outdated).

    btw: Minion is not able to download addos from the discontinued & outdated section. So you must have installed this either manually without Minion or some yeas ago as it was still availabl via Minion.
Sign In or Register to comment.