View Single Post
10/21/19, 04:49 PM   #1
lateralus
Join Date: Oct 2019
Posts: 1
Addon error happens on main only

I get this error only when im on my main character while using only inventory grid view or grid list when i try to use a consumable. This does not happen on my other character. Can anyone help me out?

EsoUI/Ingame/Inventory/InventorySlot.lua:1099: Attempt to access a private function 'UseItem' from insecure code. The callstack became untrusted 5 stack frame(s) from the top.
stack traceback:
EsoUI/Ingame/Inventory/InventorySlot.lua:1099: in function 'TryUseItem'
|caaaaaa<Locals> inventorySlot = ud, bag = 1, index = 183, usable = T, onlyFromActionSlot = F </Locals>|r
EsoUI/Ingame/Inventory/InventorySlot.lua:1321: in function '(anonymous)'
(tail call): ?
(tail call): ?
EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActionsoPrimaryAction'
|caaaaaa<Locals> self = [table:1]{m_numContextMenuActions = 0, m_hasActions = T, m_contextMenuMode = F}, primaryAction = [table:2]{1 = "Use"}, success = T </Locals>|r
EsoUI/Ingame/Inventory/InventorySlot.lua:1974: in function 'ZO_InventorySlot_DoPrimaryAction'
|caaaaaa<Locals> inventorySlot = ud </Locals>|r
(tail call): ?
ZO_StackSplitSource_MouseDoubleClick:4: in function '(main chunk)'
|caaaaaa<Locals> self = ud, button = 1, ctrl = F, alt = F, shift = F, command = F </Locals>|r
  Reply With Quote