massive LUA Errors #205


Open
  • Blades created this issue Feb 5, 2026

    I get thousands of this errors as soon as a start a fight. 

    Message: Interface/AddOns/ElkBuffBars/EBB_Bar.secrets.lua:799: bad argument #1 to 'SetAlphaFromBoolean' (Usage: self:SetAlphaFromBoolean(value [, alphaIfTrue, alphaIfFalse]))
    Time: Thu Feb 5 23:38:58 2026
    Count: 3276
    Stack:
    [Interface/AddOns/ElkBuffBars/EBB_Bar.secrets.lua]:799: in function 'UpdateTimeleft'
    [Interface/AddOns/ElkBuffBars/EBB_Bar.secrets.lua]:206: in function 'OnUpdate'
    [Interface/AddOns/ElkBuffBars/EBB_Bar.secrets.lua]:518: in function <Interface/AddOns/ElkBuffBars/EBB_Bar.secrets.lua:518>

    Locals:
    self = <table> {
    parent = <table> {
    }
    layout = <table> {
    }
    frames = <table> {
    }
    timeleft = 0
    barwidth_total = 230
    data = <table> {
    }
    barwidth_padded = 228
    trdwidth = 76
    updateThrottle = 0.050000
    }
    frames = <table> {
    iconcount = FontString {
    }
    bgbar = Texture {
    }
    bar = StatusBar {
    }
    iconborder = Texture {
    }
    textTL = FontString {
    }
    textTR = FontString {
    }
    icon = Texture {
    }
    container = Button {
    }
    }
    layout = <table> {
    textBR = false
    textTRfont = "Friz Quadrata TT"
    tooltipanchor = "default"
    textBRfontsize = 14
    icon = "LEFT"
    abbreviate_name = 0
    textBRstyle = ""
    bgbar = true
    iconcount = true
    textTLalign = "LEFT"
    textTRstyle = ""
    textBLcolor = <table> {
    }
    textTR = "TIMELEFT"
    bar = true
    textBL = false
    textBRfont = "Friz Quadrata TT"
    timeFraction = true
    barbgcolor = <table> {
    }
    textTLcolor = <table> {
    }
    textTL = "NAMERANKCOUNT"
    textTLfont = "Friz Quadrata TT"
    tooltipcaster = true
    textTRfontsize = 14
    iconcountfont = "Arial Narrow"
    textTLfontsize = 14
    timeformat = "CONDENSED"
    iconcountanchor = "CENTER"
    textBRcolor = <table> {
    }
    timelessfull = false
    barcolor = <table> {
    }
    textTLstyle = ""
    textTRcolor = <table> {
    }
    barright = false
    debufftypecolor = true
    iconcountcolor = <table> {
    }
    textBLstyle = ""
    width = 250
    textBLfont = "Friz Quadrata TT"
    textBLfontsize = 14
    bartexture = "Otravi"
    spark = false
    iconcountfontsize = 14
    padding = 1
    textBLalign = "LEFT"
    height = 20
    }


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