Thread Tools Display Modes
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
11/08/15, 08:18 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
It's one of your addons which plays with the Keybind_strip.
update your addons frst, list them here, make a search in your addon folder of KEYBIND_STRIP per exemple.
  Reply With Quote
07/19/16, 08:20 PM   #3
Devolus
Join Date: Apr 2014
Posts: 13
Originally Posted by Ayantir View Post
It's one of your addons which plays with the Keybind_strip.
update your addons frst, list them here, make a search in your addon folder of KEYBIND_STRIP per exemple.
Wow, I forgot I had posted this.... Issue came back up for no reason. All addons are updated. Here are my installed addons:
  • Advaned Filters
  • AUI
  • Auto Invite
  • Awesome Guild Store
  • Combat Cloud
  • Crafting Material Level Display
  • Craft Store
  • Cyrodiil Alert
  • Destinations
  • Dressing Room
  • Exterminatus Group Leader
  • Harven's Improved Skills Window
  • Harven's Trait and Style
  • Harvest Map
  • Inventory Grid View Vanilla Skin
  • Inventory Simpler Meter Icons
  • Inventory Grid View
  • Item Saver
  • Khajiit Speak
  • LootDrop
  • Lorebooks
  • Lost Treasure
  • Lui Extended
  • MailR
  • Master Merchant
  • MasterThief
  • Multicraft
  • No, thank you!
  • Potion Maker
  • Research Assistant
  • SkyShards
  • Srendarr
  • TinyDog's Crafting Calculator
  • WPamA
  • Wykkyd Gaming Suite

I did a search for KEYBIND_STRIP and no results. Searched for keybindstrip and it resulted in KeybindStripWrapper.lua from Awesome Guild Store.
  Reply With Quote
07/21/16, 12:47 PM   #4
Asata
Join Date: Jun 2016
Posts: 7
I recently had a similar error and I removed Wykkyd Dialog Tweaks and it fixed it. You might see if removing your Wykkyd addon fixes it too.
  Reply With Quote
07/26/16, 08:57 PM   #5
Devolus
Join Date: Apr 2014
Posts: 13
Originally Posted by Asata View Post
I recently had a similar error and I removed Wykkyd Dialog Tweaks and it fixed it. You might see if removing your Wykkyd addon fixes it too.
Did you completely remove Wykkyds or just disable Dialogue Tweaks? I tried only disabling Dialogue, but still received the error when opening my writ crates today.

Lua Code:
  1. EsoUI/Ingame/Inventory/InventorySlot.lua:964: attempt to access a private function 'UseItem' from insecure code
  2. stack traceback:
  3.     EsoUI/Ingame/Inventory/InventorySlot.lua:964: in function 'TryUseItem'
  4.     EsoUI/Ingame/Inventory/InventorySlot.lua:1145: 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:613: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
  8.     (tail call): ?
  9.     (tail call): ?
  Reply With Quote
07/27/16, 07:32 PM   #6
Asata
Join Date: Jun 2016
Posts: 7
Originally Posted by Devolus View Post
Did you completely remove Wykkyds or just disable Dialogue Tweaks? I tried only disabling Dialogue, but still received the error when opening my writ crates today.

Lua Code:
  1. EsoUI/Ingame/Inventory/InventorySlot.lua:964: attempt to access a private function 'UseItem' from insecure code
  2. stack traceback:
  3.     EsoUI/Ingame/Inventory/InventorySlot.lua:964: in function 'TryUseItem'
  4.     EsoUI/Ingame/Inventory/InventorySlot.lua:1145: 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:613: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
  8.     (tail call): ?
  9.     (tail call): ?
I uninstalled it entirely. But it seems to have returned after installing Junkee Returns, even with that mod disabled for that character.

Code:
EsoUI/Ingame/Inventory/InventorySlot.lua:964: attempt to access a private function 'UseItem' from insecure code
stack traceback:
	EsoUI/Ingame/Inventory/InventorySlot.lua:964: in function 'TryUseItem'
	EsoUI/Ingame/Inventory/InventorySlot.lua:1145: in function 'INDEX_ACTION_CALLBACK'
	EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActions:DoPrimaryAction'
	EsoUI/Ingame/Inventory/ItemSlotActionController.lua:31: in function 'callback'
	EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:613: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
	(tail call): ?
	(tail call): ?
	
EsoUI/Ingame/Inventory/InventorySlot.lua:964: attempt to access a private function 'UseItem' from insecure code
stack traceback:
	EsoUI/Ingame/Inventory/InventorySlot.lua:964: in function 'TryUseItem'
	EsoUI/Ingame/Inventory/InventorySlot.lua:1145: in function 'INDEX_ACTION_CALLBACK'
	EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActions:DoPrimaryAction'
	EsoUI/Ingame/Inventory/ItemSlotActionController.lua:31: in function 'callback'
	EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:613: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
	(tail call): ?
	(tail call): ?
	
EsoUI/Ingame/Inventory/InventorySlot.lua:661: attempt to access a private function 'PickupInventoryItem' from insecure code
stack traceback:
	EsoUI/Ingame/Inventory/InventorySlot.lua:661: in function 'TryBankItem'
	EsoUI/Ingame/Inventory/InventorySlot.lua:1395: in function 'INDEX_ACTION_CALLBACK'
	EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActions:DoPrimaryAction'
	EsoUI/Ingame/Inventory/ItemSlotActionController.lua:31: in function 'callback'
	EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:613: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
	(tail call): ?
	(tail call): ?
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Error when pressing "E" to deposit/withdraw/use items

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off