Thread: caelNameplates
View Single Post
08-17-16, 05:30 AM   #5
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Got this after that:
Code:
Message: Interface\AddOns\caelNameplates\caelNamePlates.lua:202: attempt to index field 'nameFrame' (a nil value)
Time: 08/17/16 07:28:50
Count: 1
Stack: Interface\AddOns\caelNameplates\caelNamePlates.lua:202: in function <Interface\AddOns\caelNameplates\caelNamePlates.lua:192>
Interface\AddOns\caelNameplates\caelNamePlates.lua:337: in function <Interface\AddOns\caelNameplates\caelNamePlates.lua:322>

Locals: frame = NamePlate1 {
 namePlateUnitToken = "nameplate1"
 driverFrame = NamePlateDriverFrame {
 }
 UnitFrame = NamePlate1UnitFrame {
 }
 done = true
 ApplyOffsets = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:288
 castBar = <unnamed> {
 }
 healthBar = <unnamed> {
 }
 OnRemoved = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:275
 OnAdded = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:266
 absorbBar = <unnamed> {
 }
 barFrame = NamePlate1UnitFrame {
 }
 0 = <userdata>
 OnOptionsUpdated = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:282
}
healthBar = <unnamed> {
 0 = <userdata>
 r = 0.99999779462814
 otherHealPrediction = <unnamed> {
 }
 overAbsorbGlow = <unnamed> {
 }
 g = 0.99999779462814
 barTexture = <unnamed> {
 }
 totalAbsorbOverlay = <unnamed> {
 }
 b = 0
 myHealAbsorbLeftShadow = <unnamed> {
 }
 myHealAbsorb = <unnamed> {
 }
 myHealPrediction = <unnamed> {
 }
 border = <unnamed> {
 }
 totalAbsorb = <unnamed> {
 }
 background = <unnamed> {
 }
 overHealAbsorbGlow = <unnamed> {
 }
 myHealAbsorbRightShadow = <unnamed> {
 }
}
castBar = <unnamed> {
 0 = <userdata>
 GetPadding = <function> defined @Interface\SharedXML\LayoutFrame.lua:9
 GetBaseYOffset = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:345
 SetTargetYOffset = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:333
 CalculateFrameSize = <function> defined @Interface\SharedXML\LayoutFrame.lua:27
 AddLayoutChildren = <function> defined @Interface\SharedXML\LayoutFrame.lua:18
 spacing = 4
 fixedHeight = 14
 OnUpdate = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:325
 GetTargetYOffset = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:337
 targetYOffset = 0
 OnLoad = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:311
 UpdateAnchor = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:349
 Layout = <function> defined @Interface\SharedXML\LayoutFrame.lua:56
 UpdateBuffs = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:367
 OnEvent = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:319
 unit = "nameplate1"
 BuffFrameUpdateTime = 0.2
 baseYOffset = 0
 filter = "HARMFUL|INCLUDE_NAME_PLATE_ONLY"
 buffList = <table> {
 }
 LayoutChildren = <function> defined @Interface\SharedXML\LayoutFrame.lua:130
 SetBaseYOffset = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:341
 ShouldShowBuff = <function> defined @Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:359
}
glowRegion = <unnamed> {
 0 = <userdata>
}
overlayRegion = <unnamed> {
 0 = <userdata>
}
highlightRegion = nil
levelTextRegion = nil
bossIconRegion = nil
raidIconRegion = nil
stateIconRegion = nil
_ = nil
castbarOverlay = nil
shieldedRegion = nil
spellIconRegion = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'nameFrame' (a nil value)"
font = "Fonts\FRIZQT__.TTF"
fontSize = 10
fontOutline = "THINOUTLINE"
barTexture = "Interface\AddOns\caelNameplates\media\normtexc"
backdrop = <table> {
 insets = <table> {
 }
 bgFile = "Interface\ChatFrame\ChatFrameBackground"
 edgeSize = 2
 edgeFile = "Interface\AddOns\caelNameplat
  Reply With Quote