NeatPlates

NeatPlates

7M Downloads

NeatPlatesCore.Lua errors

TimeToCreate opened this issue ยท 6 comments

commented

693x NeatPlates\NeatPlatesCore.lua:707: attempt to index field 'focus' (a nil value)
NeatPlates\NeatPlatesCore.lua:707: in function <NeatPlates\NeatPlatesCore.lua:703>
NeatPlates\NeatPlatesCore.lua:340: in function <NeatPlates\NeatPlatesCore.lua:325>
NeatPlates\NeatPlatesCore.lua:457: in function <NeatPlates\NeatPlatesCore.lua:447>
NeatPlates\NeatPlatesCore.lua:166: in function <NeatPlates\NeatPlatesCore.lua:143>

Locals:
current = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) =
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'focus' (a nil value)"
unit =

{
guid = "Creature-0-3770-1771-10674-127482-000285E215"
isMouseover = true
class = ""
rawName = "Sewer Vicejaw"
threatSituation = "LOW"
red = 0.999998
isInCombat = false
isDangerous = false
name = "Sewer Vicejaw"
isElite = true
pvpname = "Sewer Vicejaw"
levelcolorBlue = 0
isBoss = false
isFocus = false
healthmax = 421372
isTarget = true
levelcolorGreen = 0.820000
isMarked = false
absorbmax = 0
isTapped = false
absorb = 0
blue = 0
style = "Default"
levelcolorRed = 1
level = 120
type = "NPC"
isCasting = false
reaction = "HOSTILE"
green = 0
health = 421372
threatValue = 0
unitid = "nameplate1"
isMini = false
}
style =
{
customtext =
{
}
highlight =
{
}
threatcolor =
{
}
spellicon =
{
}
spelltext =
{
}
target =
{
}
level =
{
}
castnostop =
{
}
healthbar =
{
}
healthborder =
{
}
skullicon =
{
}
threatborder =
{
}
mouseover =
{
}
focus =
{
}
castbar =
{
}
name =
{
}
castborder =
{
}
hitbox =
{
}
eliteicon =
{
}
frame =
{
}
rangeindicator =
{
}
raidicon =
{
}
}
visual =
{
highlight = {
}
customtext = {
}
healthbar = {
}
healthborder = {
}
castborder = {
}
threatborder = {
}
skullicon = {
}
castnostop = {
}
spellicon = {
}
eliteicon = {
}
name = {
}
spelltext = {
}
target = {
}
level = {
}
castbar = {
}
raidicon = {
}
}

commented

Yes, I have it every time I start my world of warcraft from week or two, not sure about the time and yes I'm with the latest version, I use twitch to update my addons and do that every morning.

commented

Just gonna ask you the same thing as I did in the other thread about this issue. #96

Does this still happen if Neatplates is the only active addon? And if it does could you attach your NeatPlatesHub.lua file located here: World of Warcraft\_retail_\WTF\Account\ACCOUNTID\SavedVariables so I can easily rule out if this is caused by an interaction of certain settings, as I'm having a really hard time getting this error to occur on my end.

commented

Are you on the latest version? And does this error still happen after restarting WoW?

Because it doesn't really make sense that this error occurs at that point in the code. It should be happening at a different point because it seems like some texture frames aren't getting created.

commented

Since the other thread on this got resolved, I would also add that you should check so no other nameplate addons are running such as Tidyplates as that would mess with the nameplate frames that are created by this addon.

commented

Yea I think that was the issue.

commented

Just to confirm I also had this error and realized TidyPlates got re-enabled. Disabling it resolved it for me as well.