Add-on. error?

I don’t know what is causing this or how to fix it. Anyone have suggestions?

Message: Interface\FrameXML\SocialQueue.lua:218: attempt to index local ‘lhs’ (a nil value)
Time: Wed Jun 8 13:10:48 2022
Count: 1
Stack: Interface\FrameXML\SocialQueue.lua:218: attempt to index local ‘lhs’ (a nil value)
[string “@Interface\FrameXML\SocialQueue.lua”]:218: in function <Interface\FrameXML\SocialQueue.lua:217>
[string “=[C]”]: in function sort' [string "@Interface\FrameXML\SocialQueue.lua"]:217: in function SocialQueueUtil_SortGroupMembers’
[string “@Interface\FrameXML\QuickJoin.lua”]:400: in function UpdateAll' [string "@Interface\FrameXML\QuickJoin.lua"]:388: in function Init’
[string “@Interface\FrameXML\QuickJoin.lua”]:356: in function UpdateAll' [string "@Interface\FrameXML\QuickJoin.lua"]:330: in function Init’
[string “@Interface\FrameXML\QuickJoin.lua”]:27: in function <Interface\FrameXML\QuickJoin.lua:22>

Locals: lhs = nil
rhs = {
clubId = 366398641
guid = “Player-60-0E8685CF”
}
(*temporary) = defined @Interface\FrameXML\SocialQueue.lua:170
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = “attempt to index local ‘lhs’ (a nil value)”
relationshipPriorityOrdering =

{
guild = 3
club = 4
bnfriend = 1
wowfriend = 2
}

Addons are allowed, but they are NOT supported by Blizzard. You would need to get in contact with the addon author and have them fix their addon so that it doesn’t have any errors.

Nothing in that call stack is addon software. It’s all Blizzard-standard FrameXML.

It’s possible that this is being provoked by an addon not visible in the stack, or a cvar corruped by an addon earlier.

Gitty, start with a UI reset. This will clean up most variable settings and temporarily remove addons to see if they are causing this Lua error.

If this stops the error, the fault was either in a setting stored in the WTF folder or an addon in the Interface folder. Try restoring the WTF folder first and if that doesn’t cause a recurrence of the error, restore addons one at a time until you find the culprit.

1 Like

Thank you. I will try this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.