ALL THE THINGS

ALL THE THINGS

31M Downloads

ATT make a blizz lua error on mouseover in the LFG tool

milotic opened this issue · 3 comments

commented

Which flavo(u)r(s) of WoW are you using?

Retail

Which server realm(s) are you in?

US

What build number of WoW?

11.2

Which version of ATT?

Latest alpha

What build number of ATT?

4.6.11

What isn't working? What was supposed to happen?

1x ...aceBlizzard_GroupFinder/Mainline/LFGList.lua:4267: bad argument #3 to 'format' (string expected, got nil)
[Blizzard_GroupFinder/Mainline/LFGList.lua]:4267: in function 'LFGListUtil_SetSearchEntryTooltip'
[Blizzard_GroupFinder/Mainline/LFGList.lua]:3270: in function <...aceBlizzard_GroupFinder/Mainline/LFGList.lua:3267>

Locals:
tooltip = GameTooltip {
ItemTooltip = Frame {
}
AllTheThingsOnTooltipClearedHook = true
BottomOverlay = Texture {
}
NineSlice = Frame {
}
textLeft1Font = "GameTooltipHeaderText"
hasMoney = 1
textRight2Font = "GameTooltipText"
TopOverlay = Texture {
}
TextLeft1 = GameTooltipTextLeft1 {
}
StatusBar = GameTooltipStatusBar {
}
numMoneyFrames = 1
supportsDataRefresh = true
CIMI_tooltipWritten = false
shouldRefreshData = false
waitingForData = false
shoppingTooltips =

{
}
updateTooltipTimer = 0.095000
TextRight1 = GameTooltipTextRight1 {
}
supportsItemComparison = true
layoutType = "TooltipDefaultLayout"
textRight1Font = "GameTooltipHeaderText"
textLeft2Font = "GameTooltipText"
TextRight2 = GameTooltipTextRight2 {
}
TextLeft2 = GameTooltipTextLeft2 {
}
}
resultID = 160
autoAcceptOption = nil
searchResultInfo =
{
comment = "|Kq78|k"
leaderName = "Spartinkah-Fizzcrank"
voiceChat = ""
partyGUID = "Party-106-1-00004D1A3065"
leaderPvpRatingInfo =
{
}
newPlayerFriendly = false
searchResultID = 160
leaderFactionGroup = 0
isWarMode = true
isDelisted = false
crossFactionListing = true
autoAccept = false
requiredPvpRating = 0
requiredDungeonScore = 0
age = 418
numGuildMates = 0
requiredItemLevel = 695
leaderBestDungeonScoreInfo =
{
}
hasSelf = false
numBNetFriends = 0
numMembers = 4
leaderDungeonScoreInfo =
{
}
name = "|Kq77|k"
leaderOverallDungeonScore = 1058
playstyle = 1
activityIDs =
{
}
numCharFriends = 0
requiredHonorLevel = 0
}
activityInfo =
{
groupFinderActivityGroupID = 261
mapID = 2287
isHeroicActivity = false
isMythicPlusActivity = true
maxNumPlayers = 5
showQuickJoinToast = false
isRatedPvpActivity = false
minLevelSuggestion = 0
categoryID = 2
shortName = "Mítico+"
orderIndex = 4
filters = 69
fullName = "Salones de Expiación (Piedra angular mítica)"
useDungeonRoleExpectations = true
redirectedDifficultyID = 8
isPvpActivity = false
allowCrossFaction = true
isNormalActivity = false
isMythicActivity = false
difficultyID = 8
minLevel = 1
isCurrentRaidActivity = false
useHonorLevel = false
ilvlSuggestion = 664
maxLevelSuggestion = 0
displayType = 1
}
categoryInfo =
{
separateRecommended = false
showPlaystyleDropdown = true
name = "Calabozos"
autoChooseActivity = false
searchPromptOverride = "Buscar niveles de llaves, calabozos..."
allowCrossFaction = true
preferCurrentArea = false
}
allowsCrossFaction = true
memberCounts =
{
HUNTER = 1
WARRIOR = 2
ROGUE = 0
MAGE = 1
NOROLE = 0
HEALER_REMAINING = 1
DRUID = 0
MONK = 0
DEATHKNIGHT = 0
TANK = 1
DAMAGER_REMAINING = 0
classesByRole =
{
}
HEALER = 0
PRIEST = 0
Adventurer = 0
TANK_REMAINING = 0
WARLOCK = 0
DEMONHUNTER = 0
DAMAGER = 3
PALADIN = 0
EVOKER = 0
SHAMAN = 0
}
memberInfoList =
{
1 =
{
}
2 =
{
}
3 =
{
}
4 =
{
}
}
groupHasLeaver = false
leaderIcon = "|A:groupfinder-icon-leader:9:14:0:0|a"
(for index) = 3
(for limit) = 4
(for step) = 1
i = 3
memberInfo =
{
role = "DAMAGER"
isLeaver = false
class = "MAGE"
classLocalized = "Mago"
isLeader = false
}
classColor =
{
colorStr = "ff3fc7eb"
b = 0.921569
g = 0.780392
r = 0.247059
}
roleIcon = "|A:groupfinder-icon-role-micro-dps:13:13:0:0|a"
leaderString = ""
leaverString = ""
(*temporary) = GameTooltip {
ItemTooltip = Frame {
}
AllTheThingsOnTooltipClearedHook = true
BottomOverlay = Texture {
}
NineSlice = Frame {
}
textLeft1Font = "GameTooltipHeaderText"
hasMoney = 1
textRight2Font = "GameTooltipText"
TopOverlay = Texture {
}
TextLeft1 = GameTooltipTextLeft1 {
}
StatusBar = GameTooltipStatusBar {
}
numMoneyFrames = 1
supportsDataRefresh = true
CIMI_tooltipWritten = false
shouldRefreshData = false
waitingForData = false
shoppingTooltips =
{
}
updateTooltipTimer = 0.095000
TextRight1 = GameTooltipTextRight1 {
}
supportsItemComparison = true
layoutType = "TooltipDefaultLayout"
textRight1Font = "GameTooltipHeaderText"
textLeft2Font

Screenshot

No response

Steps to reproduce the behavior.

happen searching m+ groups

Are you experiencing any lua errors?

No response

Anything else?

No response

commented

That doesn’t appear to be ATT based on that error message. I see ATT properties on the game tooltip, but that’s unrelated to the error and more so a reference to the GameTooltip itself. (CanIMogIt’s properties are listed there as well)

commented

Currently in retail for some reason Blizzard is not liking the ATT tooltips, as I updated in the other post about the long sources, the counter of LUA errors related to tooltips is already above 600 errors

#2106

commented

the cause is Altoholic addon stepping on the att code, waiting a answer from altoholic