View Bug Report
Rare bug while looting
Bug #: 960
File: Crafting Material Level Display
Date: 07/16/14 02:28 PM
By: zgrssd
Status: Cant Reproduce
I sometimes get this wierd error message when trying to loot.

Code:
user:/AddOns/CraftingMaterialLevelDisplay/InventoryHooks.lua:46: attempt to index a nil value
stack traceback:
	user:/AddOns/CraftingMaterialLevelDisplay/InventoryHooks.lua:46: in function 'AddEnchantingLevelToInventoryRow'
	user:/AddOns/CraftingMaterialLevelDisplay/InventoryHooks.lua:62: in function '(anonymous)'
	user:/AddOns/SousChef/Common.lua:54: in function 'setupCallback'
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:1239: in function 'ZO_ScrollList_UpdateScroll'
	(tail call): ?
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:1000: in function 'ZO_ScrollList_Commit'
	EsoUI/Ingame/ZO_Loot/Loot.lua:255: in function 'ZO_Loot:UpdateList'
	EsoUI/Ingame/ZO_Loot/Loot.lua:269: in function 'ZO_Loot:UpdateLootWindow'
	EsoUI/Ingame/ZO_Loot/Loot.lua:116: in function 'UpdateLootWindow'
In both cases it happened in teh Bank in Auridon/Vulkhels Guard.
The first one I think I canceled/broke the open animation by walking, so the loot window never appeared.
The second time this happened, it happen immediately after loading/logging in on this Character.

Have forgotten to look what the container ultimatively contained.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Marihk - 08/08/14 09:39 PM
Has this bug happened again? The code in InventoryHooks changed, and hopefully I have better nil checks in there.