KuiNameplates Target Helper

KuiNameplates Target Helper

317k Downloads

Lua Error on Load (Marksmanship Hunter)

F-Lambda opened this issue ยท 3 comments

commented

Getting the following Lua error on load-in. Oddly, it only occurs on my Marksmanship hunter.

Message: ...e/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua:398: attempt to concatenate local 'name' (a nil value)
Time: Sun Mar  2 15:13:11 2025
Count: 1
Stack:
[Interface/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua]:398: in function <...e/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua:350>
[C]: in function 'foreach'
[Interface/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua]:350: in function 'AddClassAuras'
[Interface/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua]:431: in function <...e/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua:429>
[C]: in function 'foreach'
[Interface/AddOns/Kui_Nameplates_TargetHelper/auras_panel.lua]:429: in function 'RefreshClassAuras'
[Interface/AddOns/Kui_Nameplates_TargetHelper/config.lua]:336: in function 'Initialised'
[Interface/AddOns/Kui_Nameplates/addon.lua]:197: in function <Interface/AddOns/Kui_Nameplates/addon.lua:154>

Locals:
k = 1
v = 430703
ability = 430703
abilityString = ""
first = true
abilityNum = 430703
f = nil
name = nil
icon = nil
(*temporary) = ""
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'name' (a nil value)"
mod = <table> {
 enabled = true
 plugin = true
 name = "KuiConfigTargetHelper"
 priority = 101
 enable_on_load = true
}
previousFrame = nil

commented

Reread the error, and the ability noted is (a PTR-only version of) Black Arrow, and my hunter is Sentinel spec (so doesn't have Black Arrow at all).

commented

I think I've fixed the error but my hunter is only level 53, please let me know.

commented

Yep, it's all good now!