LUA error #1387


Closed
  • vince572 created this issue Jan 25, 2026

     

     

    Message: ...AddOns/Grid2Options/modules/statuses/StatusColor.lua:25: attempt to perform indexed assignment on local 'c' (a nil value)
    Time: Sun Jan 25 09:13:24 2026
    Count: 2
    Stack:
    [Interface/AddOns/Blizzard_FrameXML/Mainline/ColorPickerFrame.lua]:8: in function <...dOns/Blizzard_FrameXML/Mainline/ColorPickerFrame.lua:4>
    [C]: in function 'SetColorRGB'
    [Interface/AddOns/Blizzard_FrameXML/Mainline/ColorPickerFrame.lua]:158: in function <...dOns/Blizzard_FrameXML/Mainline/ColorPickerFrame.lua:133>

    Locals:
    colorPicker = ColorSelect {
    AlphaThumb = Texture {
    }
    ValueThumb = Texture {
    }
    Value = Texture {
    }
    WheelThumb = Texture {
    }
    Alpha = Texture {
    }
    Wheel = Texture {
    }
    }
    r = 0
    g = 1
    b = 0.196078
    self = ColorPickerFrame {
    Border = Frame {
    }
    previousValues = <table> {
    }
    opacity = 1
    Header = Frame {
    }
    Footer = Frame {
    }
    DragBar = Frame {
    }
    Content = Frame {
    }
    }

  • michaelsp posted a comment Jan 25, 2026

    Grid2 version and context ? What are you doing when this error happens ?

  • michaelsp closed issue Jan 27, 2026

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