Random problem #1340


Open
  • str33t27 created this issue May 2, 2025

    Hey! I got some random local error from now. Yesterday it worked as intended. 

     I got the newest version of Grid2.

     

    6418x Grid2/modules/IndicatorMultiBar.lua:34: attempt to index local 'myTextures' (a nil value)
    [Grid2/modules/IndicatorMultiBar.lua]:34: in function <Grid2/modules/IndicatorMultiBar.lua:21>
    [Grid2/modules/IndicatorMultiBar.lua]:103: in function <Grid2/modules/IndicatorMultiBar.lua:101>

    Locals:
    bar = Frame {
    myValues = <table> {
    }
    myMaxIndex = 5
    myIndicator = <table> {
    }
    }
    self = <table> {
    anchorRel = "LEFT"
    suspended = true
    reverseFill = false
    bars = <table> {
    }
    sideKick = <table> {
    }
    priorities = <table> {
    }
    anchor = "LEFT"
    name = "BetterHPBar"
    framesCreated = true
    alignPoints = <table> {
    }
    horizontal = true
    direction = 1
    frameLevel = 3
    SetSizeMethod = "SetWidth"
    prototype = <table> {
    }
    dbx = <table> {
    }
    offsety = 0
    statuses = <table> {
    }
    orientation = "HORIZONTAL"
    offsetx = 0
    GetSizeMethod = "GetWidth"
    }
    horizontal = true
    points = "TOPLEFT"
    barSize = 0
    barSizeDir = 0
    myTextures = nil
    myValues = <table> {
    1 = 1
    2 = 0
    3 = 0
    4 = 0
    5 = 0
    }
    valueTo = 0
    valueMax = 0
    maxIndex = 0
    size = nil
    offset = nil
    offseu = nil
    (for index) = 1
    (for limit) = 5
    (for step) = 1
    i = 1
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index local 'myTextures' (a nil value)"

  • str33t27 added a tag Started May 2, 2025
  • michaelsp posted a comment May 3, 2025

    Which game version are u playing ?

    Something must be crashing before that error. can u post  some previous lua errrors ?

    Try to repeat the update maybe some grid2 file was not correctly installed.

  • str33t27 posted a comment May 3, 2025

    Hi Sadly, i just recently got the bugsack addon after this lua error, so i cant provide previous lua errors.

    Just updated, the error still there.

    Game version: 11.1.5.60568

    Maybe i recognise something. I think it just happening, when i have a druid in my party/raid. (not 100%, but iam gonna test it.)

  • michaelsp posted a comment May 4, 2025

    I need to know previous errors because the posted error is a result of some unknow previous crash.


    Edited May 4, 2025
  • michaelsp removed a tag Started May 20, 2025

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