View Single Post
09/27/18, 03:29 PM   #17
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Originally Posted by Baertram View Post
Just had another addon dev experience the same error message. But only once and not it's not reproducable.
AND: He is not using InventoryGridView and not using AutoCategory!
So this might not be related to these addons at all, but other addons in combination.
Can you try this:
Fresh installs of AutoCategory, InventoryGridView , AwesomeGuildStore
No SavedVariables yet


AutoCategory options ->
inventory settings > remove the Analysis category from inventory
Visual options > font size 13 > header high 14

Press the reload UI option

Now you shoud get the error:

user:/AddOns/InventoryGridView/util.lua:90: attempt to index a nil value
stack traceback:
user:/AddOns/InventoryGridView/util.lua:90: in function 'ReshapeSlot'
user:/AddOns/InventoryGridView/util.lua:193: in function 'util.ReshapeSlots'
user:/AddOns/InventoryGridView/adapter.lua:450: in function 'adapter.ScrollController'
EsoUI/Libraries/Utility/ZO_Hook.lua:19: in function 'ZO_ScrollList_UpdateScroll'
user:/AddOns/InventoryGridView/main.lua:46: in function 'onFragmentShowing'
user:/AddOns/InventoryGridView/main.lua:59: in function 'onFragmentStateChange'
EsoUI/Libraries/Utility/ZO_CallbackObject.lua:111: in function 'ZO_CallbackObject:FireCallbacks'
EsoUI/Libraries/ZO_Scene/ZO_SceneFragment.lua:111: in function 'ZO_SceneFragment:SetState'
EsoUI/Libraries/ZO_Scene/ZO_SceneFragment.lua:129: in function 'ZO_SceneFragment:ShouldBeShown'
EsoUI/Libraries/ZO_Scene/ZO_SceneFragment.lua:195: in function 'ZO_SceneFragment:Refresh'
EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:320: in function 'ZO_Scene:RefreshFragmentsHelper'
EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:328: in function 'ZO_Scene:RefreshFragments'
EsoUI/Libraries/ZO_Scene/ZO_Scene.lua:283: in function 'ZO_Scene:SetState'
EsoUI/Libraries/ZO_Scene/ZO_SceneManager_Base.lua:161: in function 'ZO_SceneManager_Base:ShowScene'
EsoUI/Libraries/ZO_Scene/ZO_SceneManager_Leader.lua:282: in function 'ZO_SceneManager_Leader:ShowScene'
EsoUI/Libraries/ZO_Scene/ZO_SceneManager_Leader.lua:265: in function 'ZO_SceneManager_Leader:Show'
EsoUI/Libraries/ZO_Scene/ZO_SceneManager_Base.lua:176: in function 'ZO_SceneManager_Base:ShowBaseScene'
EsoUI/Ingame/Scenes/IngameSceneManager.lua:268: in function 'ZO_IngameSceneManager:OnLoadingScreenDropped'
EsoUI/Ingame/Scenes/IngameSceneManager.lua:30: in function '(anonymous)'
As soon as you open your bags now it locks up
  Reply With Quote