WoTLK 3.4.3 (PTR) LUA errors #2178


Open
  • glitchv0 created this issue Sep 29, 2023

    When interacting with the micro menu on PTR, I receive LUA errors.  Also the micro menu cannot be moved when bars are unlocked

     

    104x Bartender4/ButtonBar.lua:175: attempt to get length of local 'buttons' (a nil value)
    [string "@Bartender4/ButtonBar.lua"]:175: in function `UpdateButtonLayout'
    [string "@Bartender4/MicroMenu.lua"]:215: in function `ApplyConfig'
    [string "@Bartender4/MicroMenu.lua"]:118: in function `ApplyConfig'
    [string "@Bartender4/MicroMenu.lua"]:112: in function <Bartender4/MicroMenu.lua:58>
    [string "=[C]"]: ?
    [string "@Bartender4/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <Bartender4/libs/AceAddon-3.0/AceAddon-3.0.lua:61>
    [string "@Bartender4/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function <Bartender4/libs/AceAddon-3.0/AceAddon-3.0.lua:516>
    [string "=(tail call)"]: ?
    [string "@Bartender4/Bartender4.lua"]:384: in function <Bartender4/Bartender4.lua:377>
    [string "=[C]"]: ?
    [string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:45: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:43>
    [string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:831: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:658>
    [string "=[C]"]: ?
    [string "@Bartender4/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <...aceBartender4/libs/AceGUI-3.0/AceGUI-3.0.lua:64>
    [string "@Bartender4/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
    [string "@Bartender4/libs/AceGUI-3.0-41/widgets/AceGUIWidget-CheckBox.lua"]:64: in function <...r4/libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua:53>

    Locals:
    self = BT4BarMicroMenu {
    0 = <userdata>
    WrapScript = <function> defined @FrameXML/SecureHandlers.lua:782
    id = "MicroMenu"
    hidedriver = <table> {
    }
    UnwrapScript = <function> defined @FrameXML/SecureHandlers.lua:788
    config = <table> {
    }
    name = "Micro Menu"
    elapsed = 0
    overlay = BT4BarMicroMenuOverlay {
    }
    SetFrameRef = <function> defined @FrameXML/SecureHandlers.lua:793
    Execute = <function> defined @FrameXML/SecureHandlers.lua:777
    }
    buttons = nil
    pad = -3
    (*temporary) = nil
    (*temporary) = -3
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to get length of local 'buttons' (a nil value)"
    math_ceil = <function> defined =[C]:-1
    Masque = nil


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