SharedXML Lua errors

I frequently get SharedXML LUA errors. From my understanding, this is a Blizzard addon that comes with the base game. What troubleshooting steps could I take here?

Here is the full error:

319x [string "return function() local shorten = aura_env...."]:72: attempt to call field 'GetActivityInfo' (a nil value)
[string "return function() local shorten = aura_env.config["shorten_score"]"]:72: in function <[string "return function() local shorten = aura_env...."]:70>
[string "=[C]"]: in function `LFGListSearchEntry_Update'
[string "@FrameXML/LFGList.lua"]:2146: in function `initializer'
[string "@SharedXML/Scroll/ScrollBoxListView.lua"]:283: in function `InvokeInitializers'
[string "@SharedXML/Scroll/ScrollBox.lua"]:661: in function `Update'
[string "@SharedXML/Scroll/ScrollBox.lua"]:163: in function `FullUpdateInternal'
[string "@SharedXML/Scroll/ScrollBox.lua"]:635: in function `FullUpdateInternal'
[string "@SharedXML/Scroll/ScrollBox.lua"]:117: in function `FullUpdate'
[string "@SharedXML/Scroll/ScrollBox.lua"]:609: in function <SharedXML/Scroll/ScrollBox.lua:608>
[string "=[C]"]: ?
[string "@SharedXML/CallbackRegistry.lua"]:143: in function <SharedXML/CallbackRegistry.lua:142>
[string "=[C]"]: ?
[string "@SharedXML/CallbackRegistry.lua"]:146: in function `TriggerEvent'
[string "@SharedXML/Scroll/ScrollBoxListView.lua"]:225: in function `SignalDataChangeEvent'
[string "@SharedXML/Scroll/ScrollBoxListView.lua"]:205: in function `SetDataProvider'
[string "@SharedXML/Scroll/ScrollBox.lua"]:593: in function `SetDataProvider'
[string "@FrameXML/LFGList.lua"]:2190: in function `LFGListSearchPanel_UpdateResults'
[string "@FrameXML/LFGList.lua"]:2126: in function `LFGListSearchPanel_UpdateResultList'
[string "@FrameXML/LFGList.lua"]:1999: in function `onEvent'
[string "@FrameXML/LFGList.lua"]:218: in function <FrameXML/LFGList.lua:139>

Locals:
group = Button {
 0 = <userdata>
 GetOrderIndex = <function> defined @SharedXML/Scroll/ScrollBoxListView.lua:77
 Spinner = Frame {
 }
 VoiceChat = Button {
 }
 PendingLabel = FontString {
 }
 CancelButton = Button {
 }
 ElementDataMatches = <function> defined @SharedXML/Scroll/ScrollBoxListView.lua:72
 expiration = 585920.275000
 Selected = Texture {
 }
 ApplicationBG = Texture {
 }
 GetElementData = <function> defined @SharedXML/Scroll/ScrollBoxListView.lua:68
 DataDisplay = Frame {
 }
 ActivityName = FontString {
 }
 Name = FontString {
 }
 resultID = 1
 SetOrderIndex = <function> defined @SharedXML/Scroll/ScrollBoxListView.lua:81
 ResultBG = Texture {
 }
 Highlight = Texture {
 }
 ExpirationTime = FontString {
 }
}
result = <table> {
 comment = ""
 requiredHonorLevel = 0
 voiceChat = ""
 searchResultID = 1
 isWarMode = false
 isDelisted = false
 leaderFactionGroup = 0
 crossFactionListing = false
 age = 237
 requiredPvpRating = 0
 autoAccept = true
 numGuildMates = 0
 requiredItemLevel = 0
 questID = 69930
 activityID = 1146
 numBNetFriends = 0
 numMembers = 36
 name = "|Kr1|k"
 playstyle = 0
 requiredDungeonScore = 0
 numCharFriends = 0
 hasSelf = false
}
(*temporary) = <function> defined =[C]:-1
(*temporary) = 3
(*temporary) = nil
(*temporary) = 1146
(*temporary) = "attempt to call field 'GetActivityInfo' (a nil value)"
scoreToColor = <function> defined return function() local shorten = aura_env.config["shorten_score"]:13

Try doing a full ui reset. Test to see if the errors come back. If they don’t and you use other addons you have to test with each addon to find the one not playing well with others. Don’t worry you won’t lose anything if you follow the article and rename the folders you are deleting to .old

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