Error spamming #560


  • Defect
Open
  • lebasp created this issue Jan 25, 2026
    • Addon version:  r751-release
    • Did you RESTART the game after updating the addon? yes
      • Steps to reproduce the error or unwanted behaviour
        Just enter in combat

        the error keep spamming:

        Message: ...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:56: bad argument #1 to 'UnitCreatureType' (Usage: local name, id = UnitCreatureType(unit). Secret values are only allowed during untainted execution for this argument.)
        Time: Sun Jan 25 20:14:23 2026
        Count: 10
        Stack:
        [Interface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua]:56: in function <...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:31>
        [tail call]: ?
        [C]: in function 'securecallfunction'
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:67: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:62>
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:87: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:83>
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:123: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:113>
        [C]: in function 'SetAttribute'
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:148: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:141>
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:298: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:245>
        [C]: in function 'securecallfunction'
        [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:242: in function 'ProcessInfo'
        [Interface/AddOns/Blizzard_GameTooltip/Mainline/GameTooltip.lua]:994: in function 'SetWorldCursor'
        [Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua]:1268: in function <...rface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua:1188>
        [C]: ?

        Locals:
        tooltip = GameTooltip {
        ExS_itemID = "[Healthstone]"
        ItemTooltip = Frame {
        }
        AllTheThingsOnTooltipClearedHook = true
        BottomOverlay = Texture {
        }
        NineSlice = Frame {
        }
        suppressAutomaticCompareItem = false
        textLeft1Font = "GameTooltipHeaderText"
        TopOverlay = Texture {
        }
        TextLeft1 = GameTooltipTextLeft1 {
        }
        supportsDataRefresh = true
        CIMI_tooltipWritten = false
        shouldRefreshData = true
        processingInfo = <table> {
        }
        infoList = <table> {
        }
        AllTheThingsProcessing = <no value>
        ExS_prevTooltip = <table> {
        }
        waitingForData = false
        StatusBar = GameTooltipStatusBar {
        }
        shoppingTooltips = <table> {
        }
        updateTooltipTimer = 0.188000
        TextRight1 = GameTooltipTextRight1 {
        }
        supportsItemComparison = true
        textLeft2Font = "GameTooltipText"
        layoutType = "TooltipDefaultLayout"
        textRight1Font = "GameTooltipHeaderText"
        TextRight2 = GameTooltipTextRight2 {
        }
        TextLeft2 = GameTooltipTextLeft2 {
        }
        textRight2Font = "GameTooltipText"
        }
        data = <table> {
        dataInstanceID = 11540
        type = 2
        guid = <no value>
        lines = <table> {
        }
        healthGUID = <no value>
        }
        self = GameTooltip {
        ExS_itemID = "[Healthstone]"
        ItemTooltip = Frame {
        }
        AllTheThingsOnTooltipClearedHook = true
        BottomOverlay = Texture {
        }
        NineSlice = Frame {
        }
        suppressAutomaticCompareItem = false
        textLeft1Font = "GameTooltipHeaderText"
        TopOverlay = Texture {
        }
        TextLeft1 = GameTooltipTextLeft1 {
        }
        supportsDataRefresh = true
        CIMI_tooltipWritten = false
        shouldRefreshData = true
        processingInfo = <table> {
        }
        infoList = <table> {
        }
        AllTheThingsProcessing = <no value>
        ExS_prevTooltip = <table> {
        }
        waitingForData = false
        StatusBar = GameTooltipStatusBar {
        }
        shoppingTooltips = <table> {
        }
        updateTooltipTimer = 0.188000
        TextRight1 = GameTooltipTextRight1 {
        }
        supportsItemComparison = true
        textLeft2Font = "GameTooltipText"
        layoutType = "TooltipDefaultLayout"
        textRight1Font = "GameTooltipHeaderText"
        TextRight2 = GameTooltipTextRight2 {
        }
        TextLeft2 = GameTooltipTextLeft2 {
        }
        textRight2Font = "GameTooltipText"
        }
        name = <no value>
        unit = <no value>
        R = <table> {
        lockouts_detailed = <table> {
        }
        modules = <table> {
        }
        string_methods = <table> {
        }
        Testing = <table> {
        }
        AddonCompartment = <table> {
        }
        advancedSettingsFrame = Frame {
        }
        HolidayEvents = <table> {
        }
        tempbagitems = <table> {
        }
        db = <table> {
        }
        gu

  • lebasp added a tag Defect Jan 25, 2026
  • lebasp posted a comment Jan 25, 2026

    adding extra error that pops together


    Message: ...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:56: bad argument #1 to 'UnitCreatureType' (Usage: local name, id = UnitCreatureType(unit). Secret values are only allowed during untainted execution for this argument.)
    Time: Sun Jan 25 20:14:23 2026
    Count: 10
    Stack:
    [Interface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua]:56: in function <...nterface/AddOns/Rarity/Core/GUI/GameTooltipHooks.lua:31>
    [tail call]: ?
    [C]: in function 'securecallfunction'
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:67: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:62>
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:87: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:83>
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:123: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:113>
    [C]: in function 'SetAttribute'
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:148: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:141>
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:298: in function <...lizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua:245>
    [C]: in function 'securecallfunction'
    [Interface/AddOns/Blizzard_SharedXMLGame/Tooltip/TooltipDataHandler.lua]:242: in function 'ProcessInfo'
    [Interface/AddOns/Blizzard_GameTooltip/Mainline/GameTooltip.lua]:994: in function 'SetWorldCursor'
    [Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua]:1268: in function <...rface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua:1188>
    [C]: ?

    Locals:
    tooltip = GameTooltip {
    ExS_itemID = "[Healthstone]"
    ItemTooltip = Frame {
    }
    AllTheThingsOnTooltipClearedHook = true
    BottomOverlay = Texture {
    }
    NineSlice = Frame {
    }
    suppressAutomaticCompareItem = false
    textLeft1Font = "GameTooltipHeaderText"
    TopOverlay = Texture {
    }
    TextLeft1 = GameTooltipTextLeft1 {
    }
    supportsDataRefresh = true
    CIMI_tooltipWritten = false
    shouldRefreshData = true
    processingInfo = <table> {
    }
    infoList = <table> {
    }
    AllTheThingsProcessing = <no value>
    ExS_prevTooltip = <table> {
    }
    waitingForData = false
    StatusBar = GameTooltipStatusBar {
    }
    shoppingTooltips = <table> {
    }
    updateTooltipTimer = 0.188000
    TextRight1 = GameTooltipTextRight1 {
    }
    supportsItemComparison = true
    textLeft2Font = "GameTooltipText"
    layoutType = "TooltipDefaultLayout"
    textRight1Font = "GameTooltipHeaderText"
    TextRight2 = GameTooltipTextRight2 {
    }
    TextLeft2 = GameTooltipTextLeft2 {
    }
    textRight2Font = "GameTooltipText"
    }
    data = <table> {
    dataInstanceID = 11540
    type = 2
    guid = <no value>
    lines = <table> {
    }
    healthGUID = <no value>
    }
    self = GameTooltip {
    ExS_itemID = "[Healthstone]"
    ItemTooltip = Frame {
    }
    AllTheThingsOnTooltipClearedHook = true
    BottomOverlay = Texture {
    }
    NineSlice = Frame {
    }
    suppressAutomaticCompareItem = false
    textLeft1Font = "GameTooltipHeaderText"
    TopOverlay = Texture {
    }
    TextLeft1 = GameTooltipTextLeft1 {
    }
    supportsDataRefresh = true
    CIMI_tooltipWritten = false
    shouldRefreshData = true
    processingInfo = <table> {
    }
    infoList = <table> {
    }
    AllTheThingsProcessing = <no value>
    ExS_prevTooltip = <table> {
    }
    waitingForData = false
    StatusBar = GameTooltipStatusBar {
    }
    shoppingTooltips = <table> {
    }
    updateTooltipTimer = 0.188000
    TextRight1 = GameTooltipTextRight1 {
    }
    supportsItemComparison = true
    textLeft2Font = "GameTooltipText"
    layoutType = "TooltipDefaultLayout"
    textRight1Font = "GameTooltipHeaderText"
    TextRight2 = GameTooltipTextRight2 {
    }
    TextLeft2 = GameTooltipTextLeft2 {
    }
    textRight2Font = "GameTooltipText"
    }
    name = <no value>
    unit = <no value>
    R = <table> {
    lockouts_detailed = <table> {
    }
    modules = <table> {
    }
    string_methods = <table> {
    }
    Testing = <table> {
    }
    AddonCompartment = <table> {
    }
    advancedSettingsFrame = Frame {
    }
    HolidayEvents = <table> {
    }
    tempbagitems = <table> {
    }
    db = <table> {
    }
    gu

     

  • RDW posted a comment Jan 26, 2026

    See https://github.com/WowRarity/Rarity/issues/932

     

    I will leave this open in the futile hope that it prevents others from reporting the same error.


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