View Single Post
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