KuiNameplates

KuiNameplates

11M Downloads

KUI nameplates won't work after installing

NocSora opened this issue ยท 1 comments

commented

I just installed KUI nameplates and I imported a string to use. Since I imported the string it does not work. Below is the LUA error I receive.

17x Kui_Nameplates_Core/config.lua:312: attempt to perform arithmetic on local 'v' (a string value)
[string "@Kui_Nameplates_Core/config.lua"]:312: in function Scale' [string "@Kui_Nameplates_Core/create.lua"]:216: in function <Kui_Nameplates_Core/create.lua:189> [string "@Kui_Nameplates_Core/create.lua"]:277: in function SetLocals'
[string "@Kui_Nameplates_Core/config.lua"]:931: in function <Kui_Nameplates_Core/config.lua:926>
[string "@Kui_Nameplates_Core/config.lua"]:1017: in function InitialiseConfig' [string "@Kui_Nameplates_Core/hook.lua"]:355: in function Initialise'
[string "@Kui_Nameplates/addon.lua"]:190: in function <Kui_Nameplates/addon.lua:154>

Locals:
self =

{
BAR_TEXTURE = "Interface\AddOns\Kui_Media\t\bar"
layout = true
JUSTIFY_ASSOC =
{
}
POINT_ASSOC =
{
}
FONT = "Interface\AddOns\Kui_Media\f\roboto.ttf"
profile =
{
}
config =
{
}
priority = 100
}
v = "5}"
(*temporary) = 1.200000
(*temporary) = "attempt to perform arithmetic on local 'v' (a string value)"
GLOBAL_SCALE = 1.200000

commented

hey, having the same issue. did you managed to fix it?