SVUI_Orginisation failure with new items or using items in bag
Wulfinator opened this issue ยท 5 comments
I have an issue with the bag.
Everytime i get a new item in bag or i use a item like a chest from worldquests or sell an item then i get this fail:
local locations = C_EquipmentSet.GetItemLocations(equipmentSetID)
[C]: in function 'GetItemLocations'
SVUI_!Core\system\gear.lua:369: in function 'BuildEquipmentMap'
...ceSVUI_Inventory\components\organization.lua:250: infunktion
<...ceSVUI_Inventory\components\organization.lua:246Locals:
(*temporary) = "Usage: local locations=
C_EquipmentSet.GetItemLocations(equipmentSetID)
Here the original screen: http://www.youscreen.de/viwabkkqx50.jpg
I hope this help to fix the problem.
PS: I use SVUI here from Github first time so there is not a update-problem ;) (bevor you ask)
Are you by chance using the SVui method for making groups of gear for your specs?
First thing that comes to mind certainly.
Some reference links for @joeymagz as I suspect this may be above me head.
supervillain-ui/SVUI_!Core/system/gear.lua
Lines 353 to 382 in 94a27a3
supervillain-ui/SVUI_Inventory/components/organization.lua
Lines 246 to 280 in 94a27a3
Does the error persist if you disable Dugi? If so it's a compat issue we may need to look at.