BUG: Error on reputation pane

Keep getting the following error when I scroll down the reputation frame to the bottom.
Could not use in-game bug report as post was too large.

Date: 2023-11-10 00:05:55
ID: 1
Error occured in: Global
Count: 1
Message: Interface/FrameXML/ReputationFrame.lua line 194:
attempt to concatenate local ‘standingID’ (a nil value)
Debug:
[string “@Interface/FrameXML/ReputationFrame.lua”]:194: ReputationFrame_InitReputationRow()
[string “@Interface/FrameXML/ReputationFrame.lua”]:17: initializer()
[string “@Interface/SharedXML/Scroll/ScrollBoxListView.lua”]:382: InvokeInitializer()
[string “@Interface/SharedXML/Scroll/ScrollBoxListView.lua”]:391: InvokeInitializers()
[string “@Interface/SharedXML/Scroll/ScrollBox.lua”]:718: Update()
[string “@Interface/SharedXML/Scroll/ScrollBox.lua”]:258: SetScrollPercentageInternal()
[string “@Interface/SharedXML/Scroll/ScrollBox.lua”]:250: SetScrollPercentage()
[string “@Interface/SharedXML/Scroll/ScrollUtil.lua”]:93:
Interface/SharedXML/Scroll/ScrollUtil.lua:92
[string “=[C]”]: ?
[string “@Interface/SharedXML/CallbackRegistry.lua”]:178:
Interface/SharedXML/CallbackRegistry.lua:177
[string “=[C]”]: ?
[string “@Interface/SharedXML/CallbackRegistry.lua”]:181: TriggerEvent()
[string “@Interface/SharedXML/Scroll/ScrollBar.lua”]:197: SetScrollPercentageInternal()
[string “@Interface/SharedXML/Scroll/ScrollBar.lua”]:176: SetScrollPercentage()
[string “@Interface/SharedXML/Scroll/ScrollBar.lua”]:442: func()
[string “@Interface/SharedXML/Scroll/ScrollBar.lua”]:332: CallInternalScope()
[string “@Interface/SharedXML/Scroll/ScrollBar.lua”]:454:
Interface/SharedXML/Scroll/ScrollBar.lua:445
Locals:
factionRow = Button {
0 =
GetData = defined @Interface/SharedXML/Scroll/ScrollBoxListView.lua:96
index = 115
ElementDataMatches = defined @Interface/SharedXML/Scroll/ScrollBoxListView.lua:105
SetOrderIndex = defined @Interface/SharedXML/Scroll/ScrollBoxListView.lua:114
OnClick = defined @Interface/FrameXML/ReputationFrame.lua:409
Container = Frame {
}
OnLoad = defined @Interface/FrameXML/ReputationFrame.lua:399
GetOrderIndex = defined @Interface/SharedXML/Scroll/ScrollBoxListView.lua:110
standingText = “Hated”
ShowFriendshipReputationTooltip = defined @Interface/FrameXML/ReputationFrame.lua:454
OnLeave = defined @Interface/FrameXML/ReputationFrame.lua:443
ShowMajorFactionRenownTooltip = defined @Interface/FrameXML/ReputationFrame.lua:476
hasRep = true
OnEnter = defined @Interface/FrameXML/ReputationFrame.lua:424
rolloverText = “|cffffffff 27,125 / 36,000|r”
GetElementData = defined @Interface/SharedXML/Scroll/ScrollBoxListView.lua:96
}
elementData =

{
index = 115
}
factionIndex = 115
factionContainer = Frame {
0 =
ExpandOrCollapseButton = Button {
}
Name = FontString {
}
Background = Texture {
}
Paragon = Frame {
}
ReputationBar = StatusBar {
}
}
factionBar = StatusBar {
0 =
Highlight2 = Texture {
}
FactionStanding = FontString {
}
LeftTexture = Texture {
}
RightTexture = Texture {
}
AtWarHighlight1 = Texture {
}
AtWarHighlight2 = Texture {
}
BonusIcon = Frame {
}
Highlight1 = Texture {
}
}
factionTitle = FontString {
0 =
}
factionButton = Button {
0 =
Highlight = Texture {
}
}
factionStanding = FontString {
0 =
}
name = nil
description = nil
standingID = nil
barMin = nil
barMax = nil
barValue = nil
atWarWith = nil
canToggleAtWar = nil
isHeader = nil
isCollapsed = nil
hasRep = nil
isWatched = nil
isChild = nil
factionID = nil
hasBonusRepGain = nil
canSetInactive = nil
colorIndex = nil
barColor = nil
factionStandingtext = nil
isParagon = nil
isCapped = nil
isMajorFaction = nil
repInfo = nil
gender = 2
(*temporary) = defined =[C]:-1
(*temporary) = “FACTION_STANDING_LABEL”
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = “attempt to concatenate local ‘standingID’ (a nil value)”

AddOns:
Swatter, v3.4.6837 (SwimmingSeadragon)
ACP, v3.5.9
BlizRuntimeLib_enUS v10.2.0.100200
(ck=63)

2 Likes

i have the same issue

1 Like

Same here, all AddOns deactivateed, problem occus sicne 10.2 Patch

Deactivating an addon, does not remove the addons code. You need to uninstall the addons, to rule an addon issue out.

“Deactivating an addon, does not remove the addons code. You need to uninstall the addons, to rule an addon issue out.”
I’ve never heard that one before.

Never heard such nonsense, sorry. Yes, deactivating does not remove AddOn files. No, deactivating for sure inactivates AddOns code, as it simply is not run anymore. So deactivation for sure ist enough to rule out any addon issue.

Just four your personal souls sake: Deleting AddOns and also deleting WTF folder completely does not solve the issue. The lua error still exists, at teh exact same position.

1 Like

My NA friend told me to post this here since he can’t post on eu forums, has something to do with marking reputations as inactive

“Tell them I’ve isolated the problem to the “Guild” reputation. It errors out if you mark it Inactive.
I’ve written this to mark it active again, and as long as you don’t mark it inactive, no error:”

Try running this and see if that fixes it.

/run for i = 1, 400 do if select(14, GetFactionInfo(i)) == 1168 then SetFactionActive(i) end end

15 Likes

Excellent. Thanks for the workaround Navlyn.
Used that and no error. Made guild rep inactive again and error. So definetly that is the root of the issue.
Hopefully someone at Blizzard can fix the root issue now that it’s been sign posted for them :slight_smile:

Thanks for your workaround, so it means one must not inactivate guild reputation to not get this error.
I’d count it a workaround, not a final solution, still many thanks for this working workaround :slight_smile:

thanks a ton!

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