ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Error when pressing "E" to deposit/withdraw/use items (https://www.esoui.com/forums/showthread.php?t=5274)

Devolus 11/08/15 07:48 PM

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.

Ayantir 11/08/15 08:18 PM

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.

Devolus 07/19/16 08:20 PM

Quote:

Originally Posted by Ayantir (Post 24208)
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.

Asata 07/21/16 12:47 PM

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.

Devolus 07/26/16 08:57 PM

Quote:

Originally Posted by Asata (Post 27827)
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): ?

Asata 07/27/16 07:32 PM

Quote:

Originally Posted by Devolus (Post 27854)
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): ?



All times are GMT -6. The time now is 07:32 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI