Thread: Update 2.5
View Single Post
08/14/16, 08:57 AM   #67
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
Originally Posted by QuadroTony View Post
after reload ui
pretty often
I had had these types of errors myself but oddly enough for me it was only when I was running the game in German. Weird

Oh nevermind, I was just testing gamepad stuff with my addon and got it while using English so its not related to the language

Lua Code:
  1. EsoUI/Ingame/HousingEditor/SharedFurnitureManager.lua:74: attempt to index a nil value
  2. stack traceback:
  3.     EsoUI/Ingame/HousingEditor/SharedFurnitureManager.lua:74: in function 'ZO_SharedFurnitureManager:CreateOrUpdateItemDataEntry'
  4.     EsoUI/Ingame/HousingEditor/SharedFurnitureManager.lua:29: in function 'ZO_SharedFurnitureManager:OnSingleSlotInventoryUpdate'
  5.     EsoUI/Ingame/HousingEditor/SharedFurnitureManager.lua:13: in function 'callback'
  6.     EsoUI/Libraries/Utility/ZO_CallbackObject.lua:111: in function 'ZO_CallbackObject:FireCallbacks'
  7.     EsoUI/Ingame/Inventory/SharedInventory.lua:109: in function 'OnInventorySlotUpdated'

Last edited by Weolo : 08/16/16 at 02:53 PM.
  Reply With Quote