Grid2

Grid2

9M Downloads

Grid2 3.4.3 Custom Color Error

Redledr opened this issue ยท 1 comments

commented

Hi, just downloaded Grid2, attempting to set a custom color using the color picker wheel. Immediately BugSack catches the same bug each time the color selection indicator moves. I have updated Ace3 to the 3.4.3 version off Curseforge as well to see if this would remedy the issue. Below is the error I am getting.

[string "@Bagnon_ItemInfo/Libs/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua"]:73: in function `func'
[string "*ColorPickerFrame.xml:157_OnColorSelect"]:3: in function <[string "*ColorPickerFrame.xml:157_OnColorSelect"]:1>
[string "=[C]"]: in function `SetColorRGB'
[string "@FrameXML/UIDropDownMenu.lua"]:1451: in function `OpenColorPicker'
[string "@BagBrother/libs/Sushi-3.2-1/classes/checks/Color.lua"]:23: in function `SetupColorPickerAndShow'
[string "@Bagnon_ItemInfo/Libs/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua"]:94: in function <...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:56>

Locals:
r = 1
g = 1
b = 1
(*temporary) = nil
(*temporary) = ColorPickerFrame {
 BottomLeftCorner = Texture {
 }
 OnBackdropLoaded = <function> defined @SharedXML/Backdrop.lua:152
 GetBackdropColor = <function> defined @SharedXML/Backdrop.lua:390
 TopLeftCorner = Texture {
 }
 RightEdge = Texture {
 }
 SetupColorPickerAndShow = <function> defined @BagBrother/libs/Sushi-3.2/classes/checks/Color.lua:23
 ApplyBackdrop = <function> defined @SharedXML/Backdrop.lua:294
 SetBackdrop = <function> defined @SharedXML/Backdrop.lua:329
 ClearBackdrop = <function> defined @SharedXML/Backdrop.lua:282
 hasOpacity = true
 GetBackdropBorderColor = <function> defined @SharedXML/Backdrop.lua:409
 GetBackdrop = <function> defined @SharedXML/Backdrop.lua:347
 SetBorderBlendMode = <function> defined @SharedXML/Backdrop.lua:266
 opacity = 0
 func = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:71
 backdropInfo = <table> {
 }
 OnBackdropSizeChanged = <function> defined @SharedXML/Backdrop.lua:182
 HasBackdropInfo = <function> defined @SharedXML/Backdrop.lua:278
 GetEdgeSize = <function> defined @SharedXML/Backdrop.lua:188
 cancelFunc = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:85
 0 = <userdata>
 TopEdge = Texture {
 }
 previousValues = <table> {
 }
 TopRightCorner = Texture {
 }
 Center = Texture {
 }
 SetupTextureCoordinates = <function> defined @SharedXML/Backdrop.lua:214
 SetBackdropBorderColor = <function> defined @SharedXML/Backdrop.lua:422
 BottomEdge = Texture {
 }
 BottomRightCorner = Texture {
 }
 SetupPieceVisuals = <function> defined @SharedXML/Backdrop.lua:246
 SetBackdropColor = <function> defined @SharedXML/Backdrop.lua:399
 LeftEdge = Texture {
 }
 opacityFunc = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:78
}
(*temporary) = "attempt to call method 'GetColorAlpha' (a nil value)"
ColorCallback = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:21
self = <table> {
 a = 1
 b = 1
 parent = <table> {
 }
 g = 1
 OnAcquire = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:129
 SetDisabled = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:156
 userdata = <table> {
 }
 base = <table> {
 }
 HasAlpha = true
 type = "ColorPicker"
 SetHasAlpha = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:152
 r = 1
 text = FontString {
 }
 colorSwatch = Texture {
 }
 events = <table> {
 }
 AceGUIWidgetVersion = 28
 frame = Button {
 }
 SetLabel = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:140
 SetColor = <function> defined @Bagnon_ItemInfo/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:144
}
commented

Working fine here, there are some old AceGUI broken libraries so the issue coud be caused by some out of date addon with a broken library. Disable all addons except Grid2 to check if this fixed the issue, update all addons, and specially disable Bagnon addon due to this:
Jaliborc/Bagnon#1886
You did not provided info about grid2 version and client (retail, classic, wrath) so I am asuming you are using retail and i tested Grid2 2.8.16 version in Retail.
Asuming wotlk version due to 3.4.3 reference in title, the linked bagnon issue happens in 3.4.3 clients, so probably that is the root of the problem.