View Bug Report
Scene errors with Inventory Frame
Bug #: 463
File: Vicster's InventoryInsight
Date: 04/26/14 05:35 PM
By: Vicster0
Status: Fixed
Lua Code:
  1. user:/AddOns/InventoryInsight/InventoryInsight.lua:686: attempt to index a nil value
  2. stack traceback:
  3.     user:/AddOns/InventoryInsight/InventoryInsight.lua:686: in function 'InventoryInsight.IN2_ToggleInventoryFrame'
  4.     user:/AddOns/InventoryInsight/InventoryInsight.lua:671: in function 'callback'
  5.     EsoUI/Libraries/Utility/ZO_CallbackObject.lua:86: in function 'ZO_CallbackObject:FireCallbacks'
  6.     EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:66: in function 'ZO_Scene:SetState'
  7.     EsoUI/Ingame/Scenes/InteractScene.lua:20: in function 'ZO_InteractScene:SetState'
  8.     EsoUI/Libraries/ZO_Scene/ZO_SceneManager.lua:37: in function 'ZO_SceneManager:ShowScene'
  9.     EsoUI/Libraries/ZO_Scene/ZO_SceneManager.lua:367: in function 'ZO_SceneManager:OnSceneStateChange'
  10.     EsoUI/Ingame/Scenes/IngameSceneManager.lua:216: in function 'ZO_IngameSceneManager:OnSceneStateChange'
  11.     EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:67: in function 'ZO_Scene:SetState'
  12.     EsoUI/Ingame/Scenes/InteractScene.lua:20: in function 'ZO_InteractScene:Set
Had this occur today after updating when opening the stable window to feed my horses. I wasn't able to leave the window it bugged out so horribly, and had to /camp to get to character select.

Code:
Lua Code:
  1. user:/AddOns/InventoryInsight/InventoryInsight.lua:686: attempt to index a nil value
  2. stack traceback:
  3.     user:/AddOns/InventoryInsight/InventoryInsight.lua:686: in function 'InventoryInsight.IN2_ToggleInventoryFrame'
  4.     user:/AddOns/InventoryInsight/InventoryInsight.lua:665: in function 'callback'
  5.     EsoUI/Libraries/Utility/ZO_CallbackObject.lua:86: in function 'ZO_CallbackObject:FireCallbacks'
  6.     EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:66: in function 'ZO_Scene:SetState'
  7.     EsoUI/Ingame/Scenes/InteractScene.lua:20: in function 'ZO_InteractScene:SetState'
  8.     EsoUI/Libraries/ZO_Scene/ZO_SceneManager.lua:37: in function 'ZO_SceneManager:ShowScene'
  9.     EsoUI/Libraries/ZO_Scene/ZO_SceneManager.lua:367: in function 'ZO_SceneManager:OnSceneStateChange'
  10.     EsoUI/Ingame/Scenes/IngameSceneManager.lua:216: in function 'ZO_IngameSceneManager:OnSceneStateChange'
  11.     EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:67: in function 'ZO_Scene:SetState'
  12.     EsoUI/Libraries/ZO_Scene/ZO_SceneManager.lua:393: in function 'ZO_SceneMana
This happened when trying to access a crafting station. Specifically outfitting.

There's a whole assortment of these different errors which occur when both 'Show Inventory Frame' and 'Unlock Inventory Frame' are set to off.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Vicster0 - 04/26/14 05:48 PM
I've focused in on this problem and am writing a patch to fix the bug.

Thank you!