FailcoderAddons / supervillain-ui

Custom World of Warcraft User Interface
32 stars 23 forks source link

SVUI_Orginisation failure with new items or using items in bag #173

Open Wulfinator opened 7 years ago

Wulfinator commented 7 years ago

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 = CEquipmentSet.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:246

Locals: (*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)

finalsliver commented 7 years ago

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.

https://github.com/FailcoderAddons/supervillain-ui/blob/94a27a39ee10bad8ff18c76e8ae2e26be7b24e77/SVUI_!Core/system/gear.lua#L353-L382

https://github.com/FailcoderAddons/supervillain-ui/blob/94a27a39ee10bad8ff18c76e8ae2e26be7b24e77/SVUI_Inventory/components/organization.lua#L246-L280

Wulfinator commented 7 years ago

nope i use dugi for autogear and quest.

finalsliver commented 7 years ago

Does the error persist if you disable Dugi? If so it's a compat issue we may need to look at.

Wulfinator commented 7 years ago

no

now i tested it and yes dugi and svui doesn't work together.

finalsliver commented 7 years ago

best I can advise for now then is to disable either Dugi or SVui's inventory management modules. compat isn't high on the development list atm but may come about in future.