Bartender Error when targeting units - Also when reloading. #2255


  • New
Open
  • Mentaelis created this issue Jul 28, 2024

    When targeting any unites, friendly or hostile this error seems to appear:

    Message: Interface/AddOns/Bartender4/PetButton.lua:132: attempt to index field 'AutoCastable' (a nil value)
    Time: Sun Jul 28 10:02:43 2024
    Count: 1
    Stack: Interface/AddOns/Bartender4/PetButton.lua:132: attempt to index field 'AutoCastable' (a nil value)
    [string "@Interface/AddOns/Bartender4/PetButton.lua"]:132: in function `func'
    [string "@Interface/AddOns/Bartender4/ButtonBar.lua"]:272: in function `ForAll'
    [string "@Interface/AddOns/Bartender4/PetBar.lua"]:136: in function <Interface/AddOns/Bartender4/PetBar.lua:132>
    [string "=[C]"]: in function `CameraOrSelectOrMoveStop'
    [string "CAMERAORSELECTORMOVE"]:4: in function <[string "CAMERAORSELECTORMOVE"]:1>

    Locals: self = BT4PetButton1 {
    FlyoutArrowContainer = Frame {
    }
    NewActionTexture = Texture {
    }
    parent = BT4BarPetBar {
    }
    Flash = BT4PetButton1Flash {
    }
    TargetReticleAnimFrame = Frame {
    }
    SpellCastAnimFrame = Frame {
    }
    id = 1
    showgrid = 0
    QuickKeybindHighlightTexture = Texture {
    }
    InterruptDisplay = Frame {
    }
    CheckedTexture = Texture {
    }
    TextOverlayContainer = Frame {
    }
    PushedTexture = Texture {
    }
    NormalTexture = BT4PetButton1NormalTexture {
    }
    icon = BT4PetButton1Icon {
    }
    AutoCastOverlay = Frame {
    }
    Count = BT4PetButton1Count {
    }
    HotKey = BT4PetButton1HotKey {
    }
    HighlightTexture = Texture {
    }
    LevelLinkLockIcon = Texture {
    }
    flashing = false
    Border = BT4PetButton1Border {
    }
    Name = BT4PetButton1Name {
    }
    IconMask = MaskTexture {
    }
    FlyoutBorderShadow = BT4PetButton1FlyoutBorderShadow {
    }
    SlotArt = Texture {
    }
    SpellHighlightAnim = AnimationGroup {
    }
    CooldownFlash = Frame {
    }
    SpellHighlightTexture = Texture {
    }
    SlotBackground = Texture {
    }
    cooldown = BT4PetButton1Cooldown {
    }
    }
    name = nil
    texture = nil
    isToken = nil
    isActive = nil
    autoCastAllowed = nil
    autoCastEnabled = nil
    spellID = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = false
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index field 'AutoCastable' (a nil value)"
    _G = <table> {
    ERR_OUT_OF_CHI = "Not enough chi"
    DH_HAVOC_CORE_ABILITY_2 = "Strong melee attack that consumes Fury. If it critical strikes, some Fury is refunded."
    MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
    }
    MerchantItem9ItemButtonStock = MerchantItem9ItemButtonStock {
    }
    UNIT_NAMES_COMBATLOG_TOOLTIP = "Color unit names."
    HUD_EDIT_MODE_SETTING_ACTION_BAR_HIDE_BAR_ART = "Hide Bar Art"
    LE_GAME_ERR_CHAT_RAID_RESTRICTED_TRIAL = 783
    SPELL_FAILED_CUSTOM_ERROR_71 = "This partygoer wants to dance with you."
    LE_GAME_ERR_PET_SPELL_TARGETS_DEAD = 421
    ERROR_CLUB_TICKET_COUNT_AT_MAX_COMMUNITY = "Can't create any more invite links for this community."
    RecruitAFriendFrame = RecruitAFriendFrame {
    }
    TutorialFrameLeft19 = TutorialFrameLeft19 {
    }
    MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
    }
    ERR_TRADE_EQUIPPED_BAG = "You can't trade equipped bags."
    PVP_RANK_6_1 = "Corporal"
    MultiBarLeftButton7 = MultiBarLeftButton7 {
    }
    OPTION_TOOLTIP_SHOW_MULTIBAR4 = "Attached to the left side of Right Action Bar 1 by default"
    LE_GAME_ERR_INVALID_FOLLOW_PVP_COMBAT = 375
    MerchantItem3AltCurrencyFrameItem1Text = MerchantItem3AltCurrencyFrameItem1Text {
    }
    PROFESSIONS_COLUMN_REAGENTS_NONE = "None"
    OPTION_TOOLTIP_ACTION_BUTTON_USE_KEY_DOWN = "Action button keybinds will respond on key down, rather than on key up."
    BINDING_NAME_NAMEPLATES = "Show Enemy Nameplates"
    CHAT_HEADER_SUFFIX = ": "
    COVENANT_MISSIONS_HEALTH = "Health"
    MAIL_LETTER_TOOLTIP = "Click to make a permanent
    copy of this letter."
    PVPReadyDialogBottomArt = PVPReadyDialogBottomArt {
    }
    MultiBar6Button4Flash = MultiBar6Button4Flash {
    }
    ERR_NOAMMO_S = "%s"
    CHAT_CONFIG_OTHER_COMBAT = <table> {
    }
    ClassNameplateBarPaladinFrameRune5 = ClassNameplateBarPaladinFrameRune5 {
    }
    TutorialFrameRight19 = TutorialFrameRight19 {
    }
    BOOST2_WARRIOR_COLOSSUSSMASH = "Use Colossus Smash.

    Colossus Smash increases your damage."
    BN_UNABLE_TO_RESOLVE_NAME = "Unable to whisper '%s'. Blizzard ser

    Another error appears when reloading:

    Message: Interface/AddOns/Bartender4/ActionBar.lua:180: attempt to call global 'GetSpellBookItemInfo' (a nil value)
    Time: Sun Jul 28 10:04:09 2024
    Count: 1
    Stack: Interface/AddOns/Bartender4/ActionBar.lua:180: attempt to call global 'GetSpellBookItemInfo' (a nil value)
    [string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
    [string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>

    Locals: self = ExpansionLandingPage {
    overlay = <table> {
    }
    Overlay = Frame {
    }
    }
    newestOverlay = <table> {
    }

     

  • Mentaelis added a tag New Jul 28, 2024

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