Attempt to call global 'GetMouseFocus' (a nil value) #2239


Open
  • Letanius created this issue Jun 8, 2024

    As with my other issue, this also popped upon just loading the addon into the TWW Beta.

     

    Message: ...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:2153: attempt to call global 'GetMouseFocus' (a nil value)
    Time: Sat Jun 8 21:17:52 2024
    Count: 1
    Stack: ...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:2153: attempt to call global 'GetMouseFocus' (a nil value)
    [string "@Interface/AddOns/Bartender4/libs/LibActionButton-1.0/LibActionButton-1.0.lua"]:2153: in function <...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:2147>
    [string "@Interface/AddOns/Bartender4/libs/LibActionButton-1.0/LibActionButton-1.0.lua"]:1737: in function `method'
    [string "@Interface/AddOns/Bartender4/libs/LibActionButton-1.0/LibActionButton-1.0.lua"]:1197: in function <...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:1194>
    [string "@Interface/AddOns/Bartender4/libs/LibActionButton-1.0/LibActionButton-1.0.lua"]:1290: in function <...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:1268>

    Locals: self = BT4Button69 {
    FlyoutBorderShadow = BT4Button69FlyoutBorderShadow {
    }
    FlyoutArrowContainer = Frame {
    }
    NewActionTexture = Texture {
    }
    Border = BT4Button69Border {
    }
    Flash = BT4Button69Flash {
    }
    TargetReticleAnimFrame = Frame {
    }
    _state_action = 69
    icon = BT4Button69Icon {
    }
    SlotArt = Texture {
    }
    InterruptDisplay = Frame {
    }
    HotKey = BT4Button69HotKey {
    }
    HighlightTexture = Texture {
    }
    rangeTimer = -1
    action = 0
    AutoCastOverlay = Frame {
    }
    flashing = 0
    NormalTexture = BT4Button69NormalTexture {
    }
    CooldownFlash = Frame {
    }
    PushedTexture = Texture {
    }
    IconMask = MaskTexture {
    }
    state_actions = <table> {
    }
    state_types = <table> {
    }
    header = BT4Bar6 {
    }
    SpellHighlightAnim = AnimationGroup {
    }
    LevelLinkLockIcon = Texture {
    }
    CheckedTexture = Texture {
    }
    id = 69
    SpellHighlightTexture = Texture {
    }
    __LAB_Version = 111
    SpellCastAnimFrame = Frame {
    }
    config = <table> {
    }
    Count = BT4Button69Count {
    }
    _state_type = "action"
    SlotBackground = Texture {
    }
    Name = BT4Button69Name {
    }
    cooldown = BT4Button69Cooldown {
    }
    zoneAbilityDisabled = false
    }
    isButtonDownOverride = nil
    actionType = "flyout"
    (*temporary) = nil
    (*temporary) = "attempt to call global 'GetMouseFocus' (a nil value)"
    lib = <table> {
    callbacks = <table> {
    }
    activeButtons = <table> {
    }
    ACTION_HIGHLIGHT_MARKS = <table> {
    }
    eventFrame = Frame {
    }
    ChargeCooldowns = <table> {
    }
    nonActionButtons = <table> {
    }
    flyoutHandler = LABFlyoutHandlerFrame {
    }
    actionButtons = <table> {
    }
    NumChargeCooldowns = 0
    buttonRegistry = <table> {
    }
    FlyoutInfo = <table> {
    }
    FlyoutButtons = <table> {
    }
    }


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