KuiNameplates

KuiNameplates

11M Downloads

Issue since 10.1.5

Sythr4l opened this issue · 8 comments

commented

Addon does not load at all, with the following error:

1x Kui_Nameplates/plugins/guildtext.lua:55: attempt to index local 'source' (a nil value)
[string "@Kui_Nameplates/plugins/guildtext.lua"]:55: in function FixPattern' [string "@Kui_Nameplates/plugins/guildtext.lua"]:59: in function Initialise'
[string "@Kui_Nameplates/addon.lua"]:178: in function <Kui_Nameplates/addon.lua:154>

Locals:
source = nil
(*temporary) = "^"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'source' (a nil value)"

commented

Yep. She's borked.

commented

same

commented

same problem as well

commented

Same issue here.

commented

Probably not the best way to fix it but I got them working so far by commenting out the code for the fixpattern fuctions in guildtext.lua

-- local function FixPattern(source)
--return "^"..source:gsub("%%.%$?s?",".+").."$"
end
--pattern = FixPattern(TOOLTIP_UNIT_LEVEL)
--pattern_type = FixPattern(TOOLTIP_UNIT_LEVEL_TYPE)
--pattern_class = FixPattern(TOOLTIP_UNIT_LEVEL_CLASS)
--pattern_class_type = FixPattern(TOOLTIP_UNIT_LEVEL_CLASS_TYPE)

If i comment out the end it breaks still.

commented

Not the addon author, but this should work as a quick fix. Replace the file Kui_Nameplates\plugins\guildtext.lua

guildtext.lua.txt

(you will have to change the extension back to .lua)

commented

Not the addon author, but this should work as a quick fix. Replace the file Kui_Nameplates\plugins\guildtext.lua

guildtext.lua.txt

(you will have to change the extension back to .lua)

THANK YOU!!!

commented

Not the addon author, but this should work as a quick fix. Replace the file Kui_Nameplates\plugins\guildtext.lua

guildtext.lua.txt

(you will have to change the extension back to .lua)

Unfortunately, this fix didn't seem to work for me.