LUA Error with Legio Remix patch #106


  • Defect
Open
  • andfos created this issue Oct 8, 2025

    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> {
    }
    }

  • andfos added a tag Defect Oct 8, 2025
  • Veyska posted a comment Oct 8, 2025

    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.