View Single Post
08/25/18, 03:27 AM   #1
mizrolist
Join Date: May 2018
Posts: 6
A LibFilters bug?

I have a strange error since a couple of days, I thought I will ask for some help.

I have 3 characters, one of them (the oldest one) seems to not have any problem. However my 2 low level alts have this error if they aren't the first character to log in in a playing session:

Code:
EsoUI/Ingame/Inventory/Inventory.lua:1482: attempt to index a nil value
stack traceback:
EsoUI/Ingame/Inventory/Inventory.lua:1482: in function 'ZO_InventoryManager:UpdateList'
<Locals> self = tbl, inventoryType = 2, inventory = tbl, list = ud </Locals>
EsoUI/Ingame/Inventory/Inventory.lua:1885: in function 'ZO_InventoryManager:RefreshAllQuests'
<Locals> self = tbl </Locals>
EsoUI/Ingame/Inventory/Inventory.lua:853: in function 'OnQuestsUpdated'
EsoUI/Libraries/Utility/ZO_CallbackObject.lua:111: in function 'ZO_CallbackObject:FireCallbacks'
<Locals> self = tbl, eventName = "FullQuestUpdate", registry = tbl, callbackInfoIndex = 1, callbackInfo = tbl, callback = EsoUI/Ingame/Inventory/Inventory.lua:850, deleted = false </Locals>
EsoUI/Ingame/Inventory/SharedInventory.lua:265: in function 'ZO_SharedInventoryManager:RefreshAllQuests'
<Locals> self = tbl </Locals>
EsoUI/Ingame/Inventory/SharedInventory.lua:62: in function 'RefreshAll'
EsoUI/Libraries/Refresh/Refresh.lua:62: in function 'ZO_Refresh:UpdateRefreshGroups'
<Locals> self = tbl, refreshGroup = "quest_inventory", refreshData = tbl </Locals>
EsoUI/Ingame/Inventory/SharedInventory.lua:146: in function 'OnFullQuestInventoryUpdated'
This error window can be closed wothout any serious problem. But as soon as I'm going to a stable master to do my daily mount training, I get this error:

Code:
EsoUI/Ingame/Inventory/Inventory.lua:1482: attempt to index a nil value
stack traceback:
EsoUI/Ingame/Inventory/Inventory.lua:1482: in function 'ZO_InventoryManager:UpdateList'
<Locals> self = tbl, inventoryType = 1, inventory = tbl, list = ud </Locals>
user:/AddOns/AwesomeGuildStore/lib/LibFilters-2.0/LibFilters-2.0.lua:131: in function 'SafeUpdateList'
<Locals> object = tbl, isMouseVisible = true </Locals>
user:/AddOns/AwesomeGuildStore/lib/LibFilters-2.0/LibFilters-2.0.lua:138: in function '(anonymous)'
user:/AddOns/AwesomeGuildStore/lib/LibFilters-2.0/LibFilters-2.0.lua:361: in function 'Update'
After this message pops, my cursor is gone completely. It's not only invisible, it's not moving at all and sticks to the middle fo the screen. I'm not a coder, can't write anything by myself, but I can read it a little; the lines mentioned in the second error message referring the cursor (taking and releasing it), so I assume that my cursor is hijacked somehow by LibFilters and it's not released again to be usable.

if I don't go to the stable master after the first error, but try to open my inventory, I got another error, but I couldn't find out what is the problem:

Code:
EsoUI/Ingame/Inventory/Inventory.lua:1482: attempt to index a nil value
stack traceback:
EsoUI/Ingame/Inventory/Inventory.lua:1482: in function 'ZO_InventoryManager:UpdateList'
<Locals> self = tbl, inventoryType = 1, inventory = tbl, list = ud </Locals>
EsoUI/Ingame/Inventory/Inventory.lua:1561: in function 'ZO_InventoryManager:LayoutInventoryItems'
<Locals> self = tbl, inventoryType = 1 </Locals>
EsoUI/Ingame/Inventory/Inventory.lua:1529: in function 'ZO_InventoryManager:RefreshAllInventorySlots'
<Locals> self = tbl, inventoryType = 1, inventory = tbl, search = tbl </Locals>
EsoUI/Ingame/Inventory/Inventory.lua:827: in function 'OnPlayerActivated'
These errors are gone after logging out and back again - but only if that chaűracter is the first I'm logging in. If I switch between my low level toons, the second one got these errors again, and I have to relog. Does anybody have some idea what could cause that?
I thought about writing to Randactyl (author of LibFilters), but it seems he wasn't active here since June.
  Reply With Quote