[Bug] Interface/AddOns/NDui/Modules/Misc/QuickJoin.lua:158: attempt to call method 'SetAtlas' (a nil value)
JourneyOver opened this issue ยท 4 comments
Just thought I should pop in and mention this error since it's to do with the new LFG filter update that blizzard did.
The only one it seems to happen in is the premade groups
area for dungeons, all the other ones do not produce an error.
full error message:
Interface/AddOns/NDui/Modules/Misc/QuickJoin.lua:158: attempt to call method 'SetAtlas' (a nil value)
Count: 99
Call Stack:
[string "=[C]"]: in function `SetAtlas'
[string "@Interface/AddOns/NDui/Modules/Misc/QuickJoin.lua"]:158: in function <Interface/AddOns/NDui/Modules/Misc/QuickJoin.lua:116>
[string "=[C]"]: in function `LFGListGroupDataDisplayEnumerate_Update'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:3201: in function `LFGListGroupDataDisplay_Update'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:2834: in function <...ace/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua:2697>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: in function `LFGListSearchEntry_Update'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:2356: in function `initializer'
[string "@Interface/AddOns/Blizzard_SharedXML/Shared/Scroll/ScrollBoxListView.lua"]:396: in function `InvokeInitializer'
...
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_SharedXML/CallbackRegistry.lua"]:181: in function `TriggerEvent'
[string "@Interface/AddOns/Blizzard_SharedXML/Shared/Scroll/ScrollBoxListView.lua"]:342: in function `SignalDataChangeEvent'
[string "@Interface/AddOns/Blizzard_SharedXML/Shared/Scroll/ScrollBoxListView.lua"]:322: in function `SetDataProvider'
[string "@Interface/AddOns/Blizzard_SharedXML/Shared/Scroll/ScrollBox.lua"]:647: in function `SetDataProvider'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:2400: in function `LFGListSearchPanel_UpdateResults'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:2336: in function `LFGListSearchPanel_UpdateResultList'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:2138: in function <...ace/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua:2132>
[string "=[C]"]: in function `onEvent'
[string "@Interface/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua"]:251: in function <...ace/AddOns/Blizzard_GroupFinder/Mainline/LFGList.lua:169>
The Lua error is now gone, but it does look like there are a few issues that need to be ironed out with icons.
The evoker icon is completely broken and just shows a blank colored circle. If there are multiple classes in a group and an evoker, the evoker circle will sometimes take the color of a different class. Also, it looks like the crown icon for "leader" is being randomly duplicated throughout the list as well.
Is it okay to just use its default looks?
I might decide to remove the icon replaced feature.