Unable to use Add-on #99


  • New
Open
  • mvtimm1955 created this issue Aug 13, 2024

    Message: Interface/AddOns/Bazooka/Bazooka.lua:2675: attempt to call global 'LoadAddOn' (a nil value)
    Time: Tue Aug 13 18:39:20 2024
    Count: 1
    Stack: Interface/AddOns/Bazooka/Bazooka.lua:2675: attempt to call global 'LoadAddOn' (a nil value)
    [string "@Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
    [string "@Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>

    Locals: self = <table> {
    initializequeue = <table> {
    }
    statuses = <table> {
    }
    embeds = <table> {
    }
    frame = AceAddon30Frame {
    }
    addons = <table> {
    }
    enablequeue = <table> {
    }
    }
    addon = <table> {
    attachedBars = <table> {
    }
    AttachNames = <table> {
    }
    defaultModuleState = false
    AreaNames = <table> {
    }
    numBars = 0
    bottomBottom = -1
    enabledState = true
    Plugin = <table> {
    }
    AppName = "Bazooka"
    bottomTop = 0
    db = <table> {
    }
    baseName = "Bazooka"
    plugins = <table> {
    }
    defaultModuleLibraries = <table> {
    }
    topBottom = 0
    ldbs = <table> {
    }
    topTop = 1
    version = "Bazooka-v3.1.0"
    orderedModules = <table> {
    }
    TopAnchor = Bazooka_TopAnchor {
    }
    Defaults = <table> {
    }
    BottomAnchor = Bazooka_BottomAnchor {
    }
    modules = <table> {
    }
    name = "Bazooka"
    bars = <table> {
    }
    Bar = <table> {
    }
    }

  • mvtimm1955 added a tag New Aug 13, 2024
  • mvtimm1955 posted a comment Aug 13, 2024

    also getting:

    Message: Interface/AddOns/Bazooka/Bazooka.lua:1507: attempt to call upvalue 'GetAddOnInfo' (a nil value)
    Time: Tue Aug 13 18:44:19 2024
    Count: 1
    Stack: Interface/AddOns/Bazooka/Bazooka.lua:1507: attempt to call upvalue 'GetAddOnInfo' (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> {
    }

  • Dhraga posted a comment Aug 15, 2024

    Change:
    LoadAddOn → C_AddOns.LoadAddOn
    GetAddOnInfo → C_AddOns.GetAddOnInfo


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