DogTag (?) Errors and Raid Frames Gone #1432


Open
  • castwyn created this issue Jan 25, 2024

    1.) I logged on to raid last night and my raid frames were gone. The group I made, the units, the layout design were all gone and I raided without those frames. The raid I did prior to this raid - about 3 hours earlier - was fine with the right raid frames. I logged in today to see if they'd "come back", but they're not. I have to rebuild and redesign my frames.

     

    2.) This error below is what I'm getting when I try to rebuild my frames. I go to Config mode, select 10-man raid, then I go back to Disable when I'm done. This is the error I get:

     

    Date: 2024-01-25 16:23:20
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...nterface/AddOns/PitBull4_DogTagTexts/DogTagTexts.lua line 198:
    table index is nil
    Debug:
    [string "=[C]"]: ?
    [string "@Interface/AddOns/PitBull4_DogTagTexts/DogTagTexts.lua"]:198:
    ...nterface/AddOns/PitBull4_DogTagTexts/DogTagTexts.lua:197
    [string "@Interface/AddOns/PitBull4_DogTagTexts/DogTagTexts.lua"]:221: AddFontString()
    [string "@Interface/AddOns/PitBull4/ModuleHandling/TextProviderModule.lua"]:121: UpdateFrame()
    [string "@Interface/AddOns/PitBull4/ModuleHandling/Module.lua"]:314: Update()
    [string "@Interface/AddOns/PitBull4/UnitFrame.lua"]:792: Update()
    [string "@Interface/AddOns/PitBull4/UnitFrame.lua"]:335:
    Interface/AddOns/PitBull4/UnitFrame.lua:272
    [string "=[C]"]: ?
    [string "=[C]"]: SetAttribute()
    [string "@Interface/FrameXML/RestrictedFrames.lua"]:506: SetAttribute()
    [string " if name ~= "new_group" and name ~= "remove_group" and name ~= "state-group" and name ~= "config_mode" and name ~= "forced_state" then return end

    -- Special handling for the new_group and remove_group attributes
    local header
    if name == "new_group" then
    -- value is the name of the new group header to add to our group list
    if not value then return end

    if not groups then
    groups = newtable()
    end

    header = self:GetFrameRef(value)
    groups[value] = header
    elseif name == "remove_group" then
    -- value is the name of the group header to remove from our group list
    if not value or not groups then return end

    header = groups[value]
    if header then
    groups[value] = nil
    end
    end

    if not header and not groups then return end -- Nothing to do

    state = self:GetAttribute("config_mode")
    if not state then
    state = self:GetAttribute("forced_state")
    if not state then
    state = self:GetAttribute("state-group")
    end
    end

    if header then
    -- header is set so this is a single header update
    -- We must check groups[value] here so that we don't try to show
    -- frames that we're removing.
    if state and groups[value] and header:GetAttribute(state) then
    header:Show()
    else
    header:Hide()
    -- Wipe the unit id off the child frames so the hidden frames
    -- are ignored by the unit watch system.
    local children = newtable(header:GetChildren())
    for i=1,#children do
    children[i]:SetAttribute("unit", nil)
    end
    end
    else
    -- No header set so do them all
    for _, header in pairs(groups) do
    if header:GetAttribute(state) then
    header:Show()
    else
    header:Hide()
    -- Wipe the unit id off the child frames so the hidden frames
    -- are ignored by the unit watch system.
    local children = newtable(header:GetChildren())
    for i=1,#children do
    children[i]:SetAttribute("unit", nil)
    end
    end
    end
    end
    "]:61:
    [string " if name ~= "new_group" and name ~= "remov..."]:1
    [string "=(tail call)"]: ?
    [string "=[C]"]: ?
    [string "@Interface/FrameXML/RestrictedExecution.lua"]:484:
    Interface/FrameXML/RestrictedExecution.lua:447
    [string "=(tail call)"]: ?
    [string "@Interface/FrameXML/SecureHandlers.lua"]:422:
    Interface/FrameXML/SecureHandlers.lua:417
    [string "=(tail call)"]: ?
    [string "=[C]"]: SetAttribute()
    [string "@Interface/AddOns/PitBull4/Options/ConfigMode.lua"]:52: SetConfigMode()
    [string "@Interface/AddOns/PitBull4/Options/ConfigMode.lua"]:81:
    Interface/AddOns/PitBull4/Options/ConfigMode.lua:80
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Atlas/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua"]:45:
    ...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:43
    [string "@Interface/AddOns/Atlas/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua"]:836:
    ...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:658
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:66:
    ...nterface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua:64
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:300: Fire()
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua"]:432:
    ...as/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua:423
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:66:
    ...nterface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua:64
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:300: Fire()
    [string "@Interface/AddOns/Atlas/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua"]:351:
    ...s/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:341
    Locals:
    (*temporary) = <function> defined =[C]:-1

    AddOns:
    Swatter, v3.4.6977 (SwimmingSeadragon)
    Atlas, vv1.52.08
    AtlasClassicWoW, vv1.52.05
    AtlasDungeonLocs, vv1.52.04
    AtlasLootClassic, vv3.2.0
    AtlasLootClassicData, vv3.2.0
    AtlasLootClassicDungeonsAndRaids, vv3.2.0
    Auctionator, v10.2.15
    BagBrother, v
    Bagnon, v10.2.16
    BagnonGarbage, v2.0.62-Release
    BagnonItemLevel, v2.0.87-Release
    BagnonScrap, v10.1.2
    BeanCounter, v3.4.6983 (SwimmingSeadragon)
    Clique, vv3.5.6-release
    DBMCore, vd9eff62
    DBMStatusBarTimers, vd9eff62
    Decursive, v2.7.15
    Details, v#Details.20240122.12237.155
    DetailsCompare2, v
    DetailsEncounterDetails, v
    DetailsRaidCheck, v
    DetailsStreamer, v
    DetailsTinyThreat, v
    DetailsVanguard, v
    Dominos, v10.2.9
    DominosCast, v
    DominosProgress, v
    DominosRoll, v
    Grid2, v2.7.3
    Grid2LDB, v2.7.3
    Grid2RaidDebuffs, v2.7.3
    Informant, v3.4.6980 (SwimmingSeadragon)
    kgPanels, v1.4.5
    LeatrixMaps, v1.15.13
    Masque, v10.2.5
    MasqueDominos, v10.2.5
    MoveAny, v1.6.119
    NovaWorldBuffs, v2.66
    OmniCC, v10.2.2
    Pawn, v2.8.8
    PitBull4, vv4.3.14-classic
    PitBull4DogTagTexts, vv4.3.14-classic
    Postal, vv4.1.1
    Prat30, v3.9.46
    Prat30Libraries, v
    Questie, v9.2.17
    Raven, vr642
    Scrap, v10.2.7
    SexyMap, vv10.2.4
    Stubby, v3.4.6920 (SwimmingSeadragon)
    TacoTip, v0.4.3
    TidyPlatesThreatPlates, v11.1.36
    TipTac, v24.01.22
    TipTacItemRef, v24.01.22
    TipTacTalents, v24.01.22
    TitanClassic, v1.3.6.11500
    TitanClassicAmmo, v1.3.6.11500
    TitanClassicBag, v1.3.6.11500
    TitanClassicClock, v1.3.6.11500
    TitanClassicGold, v1.3.6.11500
    TitanClassicLocation, v1.3.6.11500
    TitanClassicLootType, v1.3.6.11500
    TitanClassicPerformance, v1.3.6.11500
    TitanClassicRegen, v1.3.6.11500
    TitanClassicRepair, v1.3.6.11500
    TitanClassicVolume, v1.3.6.11500
    TitanClassicXP, v1.3.6.11500
    TitanSocial, v1.15.0
    TitanSpacer, vv3.1.4
    WaylaidTooltipHelper, v1.4.6
    WeakAuras, v5.9.2
    WIM, v3.10.18
    BlizRuntimeLib v1.15.0.52610(US) <enUS>
    (ck=7ac)

     


To post a comment, please login or register a new account.