NeatPlates

NeatPlates

7M Downloads

Error on Horde Side

Yarvillian opened this issue · 2 comments

commented

This is the error message I am receiving on Horde Side. Not sure why only horde but whenever I see any plates they are blizzard default and cause constant errors:
72x NeatPlates\NeatPlatesCore.lua:769: attempt to index field 'subtext' (a nil value)
[string "@NeatPlates\NeatPlatesCore.lua"]:769: in function `UpdateIndicator_Subtext'
[string "@NeatPlates\NeatPlatesCore.lua"]:723: in function <NeatPlates\NeatPlatesCore.lua:719>
[string "@NeatPlates\NeatPlatesCore.lua"]:386: in function <NeatPlates\NeatPlatesCore.lua:372>
[string "@NeatPlates\NeatPlatesCore.lua"]:510: in function <NeatPlates\NeatPlatesCore.lua:500>
[string "@NeatPlates\NeatPlatesCore.lua"]:182: in function <NeatPlates\NeatPlatesCore.lua:159>

Locals:
text = nil
r = nil
g = nil
b = nil
a = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "nameplate4"
(*temporary) = 470800
(*temporary) = 470800
(*temporary) = nil
(*temporary) = "attempt to index field 'subtext' (a nil value)"
style =

{
powerbar =
{
}
subtext =
{
}
extrabar =
{
}
target =
{
}
level =
{
}
healthbar =
{
}
healthborder =
{
}
targetindicator_arrowright =
{
}
mouseover =
{
}
durationtext =
{
}
name =
{
}
hitbox =
{
}
raidicon =
{
}
customtext =
{
}
targetindicator =
{
}
eliteicon =
{
}
extratext =
{
}
focus =
{
}
extraborder =
{
}
castbar =
{
}
targetindicator_arrowleft =
{
}
highlight =
{
}
threatborder =
{
}
skullicon =
{
}
threatcolor =
{
}
targetindicator_arrowtop =
{
}
spelltext =
{
}
castborder =
{
}
spellicon =
{
}
targetindicator_arrowsides =
{
}
frame =
{
}
rangeindicator =
{
}
castnostop =
{
}
}
activetheme =
{
SetCastbarColor = defined @NeatPlatesHub\functions\Color.lua:304
SetCastbarDuration = defined @NeatPlatesHub\functions\Text.lua:612
SetAlpha = defined @NeatPlatesHub\functions\Alpha.lua:145
DefaultBackup =
{
}
OnChangeProfile = defined @NeatPlatesHub\functions\Core.lua:534
SetStyle = defined @NeatPlatesHub\functions\Style.lua:146
WidgetConfig =
{
}
SetThreatColor = defined @NeatPlatesHub\functions\Color.lua:402
WidgetConfigBackup =
{
}
SetScale = defined @NeatPlatesHub\functions\Scale.lua:144
OnContextUpdate = defined @NeatPlatesHub\functions\Widgets.lua:624
NameOnlyBackup =
{
}
SetSubText = defined @NeatPlatesHub\functions\Text.lua:563
NameOnly =
{
}
ApplyProfileSettings = defined @NeatPlatesHub\functions\Core.lua:460
OnActivateTheme = defined @NeatPlatesHub\functions\Core.lua:525
SetPowerbarColor = defined @NeatPlatesHub\functions\Color.lua:288
OnInitialize = defined @NeatPlatesHub\functions\Core.lua:519
Default =
{
}
SetCustomText = defined @NeatPlatesHub\functions\Text.lua:377
ApplyThemeCustomization = defined @NeatPlatesHub\functions\Core.lua:313
SetNameColor = defined @NeatPlatesHub\functions\Color.lua:567
OnUpdate = defined @NeatPlatesHub\functions\Widgets.lua:655
SetHealthbarColor = defined @NeatPlatesHub\functions\Color.lua:241
}
unit =
{
guid = "Player-61-0CAFE332"
isMouseover = true
class = "MAGE"
rawName = "Fieryhobbs"
threatSituation = "LOW"
red = 0
levelcolorRed = 1
unitid = "nameplate4"
isPet = false
isMini = false
pvpname = "Elder Fieryhobbs"
levelcolorBlue = 0
powermax = 100000
isBoss = false
isTrivial = false
isFocus = false
healthmax = 470800
isTarget = false
levelcolorGreen = 0.820000
isInCombat = false
absorbmax = 0
isTapped = false
absorb = 0
blue = 0.999998
power = 100000
style = "Default"
isMarked = false
level = 120
type = "PLAYER"
isCasting = false
reaction = "FRIENDLY"
green = 0
health = 470800
threatValue = 0
isDangerous = false
name = "Fieryhobbs"
}
visual =
{
highlight = {
}
customtext = {
}
healthbar = {
}
healthborder = {
}
castborder = {
}
threatborder = {
}
skullicon = {
}
castnostop = {
}
spellicon = {
}
eliteicon = {
}
name = {
}
spelltext = {
}

commented

Just gonna close this as you mentioned, over on curse, it being related to having another nameplate addon running at the same time, which makes sense as to why it would break.

commented