This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Message: Interface/AddOns/Bazooka/Bazooka.lua:2675: attempt to call global 'LoadAddOn' (a nil value)Time: Tue Aug 13 18:39:20 2024Count: 1Stack: 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> { }}
also getting:
Message: Interface/AddOns/Bazooka/Bazooka.lua:1507: attempt to call upvalue 'GetAddOnInfo' (a nil value)Time: Tue Aug 13 18:44:19 2024Count: 1Stack: 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> {}
Change:LoadAddOn → C_AddOns.LoadAddOnGetAddOnInfo → C_AddOns.GetAddOnInfo
To post a comment, please login or register a new account.