View Single Post
11/08/15, 07:48 PM   #1
Devolus
Join Date: Apr 2014
Posts: 13
Error when pressing "E" to deposit/withdraw/use items

Occasionally happens, I press E to interact with an item from inventory or bank and get this error"

Lua Code:
  1. EsoUI/Ingame/Inventory/InventorySlot.lua:643: attempt to access a private function 'PickupInventoryItem' from insecure code
  2. stack traceback:
  3.     EsoUI/Ingame/Inventory/InventorySlot.lua:643: in function 'TryBankItem'
  4.     EsoUI/Ingame/Inventory/InventorySlot.lua:1347: in function 'INDEX_ACTION_CALLBACK'
  5.     EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActions:DoPrimaryAction'
  6.     EsoUI/Ingame/Inventory/ItemSlotActionController.lua:31: in function 'callback'
  7.     EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:579: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
  8.     (tail call): ?
  9.     (tail call): ?

I do have quite a bit of Addons installed and not sure which may cause this error.

Last edited by Devolus : 07/22/16 at 02:30 PM.
  Reply With Quote