ColorPickerPlus

ColorPickerPlus

326k Downloads

Dragonflight Support

ljosberinn opened this issue ยท 0 comments

commented

currently throws the following errors:

  • on login:
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Wed Sep 21 22:47:50 2022
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function `CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function `Initialize_UI'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function `?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"
  • on open, e.g. clicking a WA color picker:
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Wed Sep 21 22:47:50 2022
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function `CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function `Initialize_UI'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function `?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"