Bags Missing #2304


Open
  • Mystekal created this issue Feb 25, 2025

    Followed other posts with workaround for adding the lib and running the Alpha version from 1/19. Last items is bags bar does not seem to work. LUI Error:

     

    2x ...ns/Blizzard_ItemButton/Shared/ItemButtonTemplate.lua:256: attempt to call global 'GetItemButtonIconTexture' (a nil value)
    [Blizzard_ItemButton/Shared/ItemButtonTemplate.lua]:256: in function 'GetItemButtonIconTexture'
    [Masque/Core/Button.lua]:76: in function <Masque/Core/Button.lua:75>
    [Masque/Core/Button.lua]:317: in function <Masque/Core/Button.lua:216>
    [Masque/Core/Group.lua]:136: in function 'AddButton'
    [Bartender4/BagBar.lua]:146: in function 'FeedButtons'
    [Bartender4/BagBar.lua]:78: in function 'ApplyConfig'
    [Bartender4/BagBar.lua]:63: in function 'ApplyConfig'
    [Bartender4/BagBar.lua]:54: in function <Bartender4/BagBar.lua:42>
    [C]: ?
    [Ace3/AceAddon-3.0-13/AceAddon-3.0.lua]:66: in function <Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>
    [Ace3/AceAddon-3.0-13/AceAddon-3.0.lua]:523: in function 'EnableAddon'
    [Ace3/AceAddon-3.0-13/AceAddon-3.0.lua]:536: in function 'EnableAddon'
    [Ace3/AceAddon-3.0-13/AceAddon-3.0.lua]:626: in function <Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>

    Locals:
    self = CharacterReagentBag0Slot {
    isBag = 1
    IconOverlay = Texture {
    }
    __MSQ_bType = "ReagentBag"
    showMatchHighlight = false
    icon = CharacterReagentBag0SlotIconTexture {
    }
    __MSQ_Normal_Hook = true
    commandName = "TOGGLEREAGENTBAG1"
    __MSQ_oType = "Button"
    __MSQ_Normal_Skin = <table> {
    }
    SlotHighlightTexture = Texture {
    }
    __MSQ_Normal = CharacterReagentBag0SlotNormalTexture {
    }
    Count = CharacterReagentBag0SlotCount {
    }
    MasqueButtonData = <table> {
    }
    __MSQ_Enabled = true
    __MSQ_Mask = MaskTexture {
    }
    __MSQ_Empty_Type = true
    __MSQ_Highlight_Color = <table> {
    }
    __Regions = <table> {
    }
    maxDisplayCount = 999
    __MSQ_Scale = 1
    __MSQ_Skin = <table> {
    }
    PushedTexture = Texture {
    }
    FlyIn = AnimationGroup {
    }
    searchOverlay = CharacterReagentBag0SlotSearchOverlay {
    }
    __MSQ_Icon = CharacterReagentBag0SlotIconTexture {
    }
    IconOverlay2 = Texture {
    }
    AnimIcon = Texture {
    }
    ItemContextOverlay = Texture {
    }
    NormalTexture = CharacterReagentBag0SlotNormalTexture {
    }
    quickKeybindHighlightAtlas = "QuickKeybind-Bag-Iconframe-Glow"
    itemContextMatchResult = 3
    count = 0
    checkRelic = false
    backgroundTextureName = 136511
    CircleMask = MaskTexture {
    }
    QuickKeybindHighlightTexture = Texture {
    }
    HighlightTexture = Texture {
    }
    __MSQ_Addon = "Bartender4"
    isCraftedItem = false
    IconBorder = Texture {
    }
    isProfessionItem = false
    __MSQ_Shape = "Blizzard"
    __MSQ_IsItem = true
    Stock = CharacterReagentBag0SlotStock {
    }
    }
    (*temporary) = nil
    (*temporary) = CharacterReagentBag0Slot {
    isBag = 1
    IconOverlay = Texture {
    }
    __MSQ_bType = "ReagentBag"
    showMatchHighlight = false
    icon = CharacterReagentBag0SlotIconTexture {
    }
    __MSQ_Normal_Hook = true
    commandName = "TOGGLEREAGENTBAG1"
    __MSQ_oType = "Button"
    __MSQ_Normal_Skin = <table> {
    }
    SlotHighlightTexture = Texture {
    }
    __MSQ_Normal = CharacterReagentBag0SlotNormalTexture {
    }
    Count = CharacterReagentBag0SlotCount {
    }
    MasqueButtonData = <table> {
    }
    __MSQ_Enabled = true
    __MSQ_Mask = MaskTexture {
    }
    __MSQ_Empty_Type = true
    __MSQ_Highlight_Color = <table> {
    }
    __Regions = <table> {
    }
    maxDisplayCount = 999
    __MSQ_Scale = 1
    __MSQ_Skin = <table> {
    }
    PushedTexture = Texture {
    }
    FlyIn = AnimationGroup {
    }
    searchOverlay = CharacterReagentBag0SlotSearchOverlay {
    }
    __MSQ_Icon = CharacterReagentBag0SlotIconTexture {
    }
    IconOverlay2 = Texture {
    }
    AnimIcon = Texture {
    }
    ItemContextOverlay = Texture {
    }
    NormalTexture = CharacterReagentBag0SlotNormalTexture {
    }
    quickKeybindHighlightAtlas = "QuickKeybind-Bag-Iconframe-Glow"
    itemContextMatchResult = 3
    count = 0
    checkRelic = false
    backgroundTextureName = 136511
    CircleMask = MaskTexture {
    }
    QuickKeybindHighlightTexture = Texture {
    }
    HighlightTexture = Texture {
    }
    __MSQ_Addon = "Bartender4"
    isCraftedItem = false
    IconBorder = Texture {
    }
    isProfessionItem = false
    __MSQ_Shape = "Blizzard"
    __MSQ_IsItem = true
    Stock = CharacterReagentBag0SlotStock {
    }
    }
    (*temporary) = "attempt to call global 'GetItemButtonIconTexture' (a nil value)"

  • Holy_Z posted a comment Feb 26, 2025

    same, still getting this with the latest update.  Bag bar has moved on it's own from my set position and only shows the reagent bag.

  • Mystekal posted a comment Feb 26, 2025

    UPDATE --- I disabled Masque and the bag bar is work properly now. Will have to disable Masque and wait for an update on that is seems.


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