KuiNameplates

KuiNameplates

11M Downloads

2-7-beta-1 classpowers_on_target ticked error

ceylina opened this issue ยท 2 comments

commented

I'm pretty positive you aren't done setting up the section for Class powers yet so this bug report is most likely pointless but just wanted to raise an issue that upon clicking the Class powers option and checking the classpowers_on_target, this error popped up

1x ...rfaceKui_Nameplates\elements/classpowers.lua:277: attempt to index upvalue 'cpf' (a nil value) ...rfaceKui_Nameplates\elements/classpowers.lua:277: in function <...rfaceKui_Nameplates\elements/classpowers.lua:258> ...rfaceKui_Nameplates\elements/classpowers.lua:349: in functionfunc'
Kui_Nameplates\messages.lua:29: in function DispatchMessage' Kui_Nameplates\elements/target.lua:9: in function <Kui_Nameplates\elements/target.lua:7> Kui_Nameplates\elements/target.lua:41: in functionfunc'
Kui_Nameplates\messages.lua:29: in function DispatchMessage' Kui_Nameplates\nameplate.lua:69: in functionOnShow'
Kui_Nameplates\nameplate.lua:63: in function OnUnitAdded' Kui_Nameplates\addon.lua:54: in function?'
Kui_Nameplates\addon.lua:90: in function <Kui_Nameplates\addon.lua:87>

Locals:
frame = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = "target"
(_temporary) = false
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(*temporary) = "attempt to index upvalue 'cpf' (a nil value)"
on_target = true
cpf = nil
FRAME_POINT = nil
ele =

{
Enable = defined @Kui_Nameplates\messages.lua:321
PLAYER_ENTERING_WORLD = defined @Kui_Nameplates\elements/classpowers.lua:352
Initialise = defined @Kui_Nameplates\elements/classpowers.lua:483
Initialised = defined @Kui_Nameplates\elements/classpowers.lua:458
PowerEvent = defined @Kui_Nameplates\elements/classpowers.lua:435
priority = 0
CVAR_UPDATE = defined @Kui_Nameplates\elements/classpowers.lua:356
OnDisable = defined @Kui_Nameplates\elements/classpowers.lua:453
__CALLBACKS =
{
}
callbacks =
{
}
enabled = true
element = true
RuneUpdate = defined @Kui_Nameplates\elements/classpowers.lua:418
OnEnable = defined @Kui_Nameplates\elements/classpowers.lua:447
name = "ClassPowers"
__MESSAGES =
{
}
TargetUpdate = defined @Kui_Nameplates\elements/classpowers.lua:348
PowerInit = defined @Kui_Nameplates\elements/classpowers.lua:367
UpdateConfig = defined @Kui_Nameplates\elements/classpowers.lua:302
Disable = defined @Kui_Nameplates\messages.lua:330
}
`

commented

Probably because it didn't initialise in that session. Thanks.

commented