This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello,
With the latest patch I'm receiving LUA error below when logging to Retail (NOT Legion Remix); addon seems to be working fine though.
+++
4x Bazooka/Bazooka.lua:2063: hooksecurefunc(): OrderHall_CheckCommandBar is not a function[Bartender4/libs/AceAddon-3.0-13/AceAddon-3.0.lua]:494: in function 'InitializeAddon'[Bartender4/libs/AceAddon-3.0-13/AceAddon-3.0.lua]:619: in function <Bartender4/libs/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> { } barOpts = Frame { } defaultModuleState = false AreaNames = <table> { } numBars = 0 bottomBottom = -1 opts = Frame { } pluginOpts = Frame { } enabledState = true profiles = Frame { } Plugin = <table> { } AppName = "Bazooka" bottomTop = 0 bulkConfigOpts = Frame { } db = <table> { } baseName = "Bazooka" plugins = <table> { } defaultModuleLibraries = <table> { } topBottom = 0 ldbs = <table> { } topTop = 1 version = "Bazooka-v3.2.2" orderedModules = <table> { } TopAnchor = Bazooka_TopAnchor { } Defaults = <table> { } optionsLoaded = true BottomAnchor = Bazooka_BottomAnchor { } modules = <table> { } name = "Bazooka" bars = <table> { } Bar = <table> { }}
Tentative fix, have not noticed anything breaking from it and it removes the error (the OrderHall_CheckCommandBar function got removed):
Open Bazooka.lua, delete lines 2062-2072, save file. (First line "if IsMainLine then", last line the *second* to last "end" in a set of five.)
To post a comment, please login or register a new account.