View Single Post
09-05-15, 09:04 PM   #5
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Code:
Message: Interface\AddOns\oUF_Freeb\freeb.lua:944: attempt to index global 'self' (a nil value)
Time: 09/05/15 23:03:43
Count: 1
Stack: Interface\AddOns\oUF_Freeb\freeb.lua:944: in main chunk

Locals: ADDON_NAME = "oUF_Freeb"
ns = <table> {
 backdrop = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:101
}
mediaPath = "Interface\AddOns\oUF_Freeb\media\"
texture = "Interface\AddOns\oUF_Freeb\media\Cabaret"
font = "Interface\AddOns\oUF_Freeb\media\myriad.ttf"
fontsize = 12
fontflag = "THINOUTLINE"
glowTex = "Interface\AddOns\oUF_Freeb\media\glowTex"
buttonTex = "Interface\AddOns\oUF_Freeb\media\buttontex"
height = 35
width = 325
scale = 1
hpheight = 0.75
overrideBlizzbuffs = false
castbars = true
auras = true
bossframes = true
auraborders = true
partyframes = true
classColorbars = false
powerColor = true
powerClass = false
portraits = false
onlyShowPlayer = false
pixelborder = false
multicheck = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:34
backdrop = <table> {
 insets = <table> {
 }
 bgFile = "Interface\ChatFrame\ChatFrameBackground"
}
backdrop2 = <table> {
 insets = <table> {
 }
 bgFile = "Interface\ChatFrame\ChatFrameBackground"
}
frameBD = <table> {
 insets = <table> {
 }
 bgFile = "Interface\ChatFrame\ChatFrameBackground"
}
dropdown = oUF_FreebDropDown {
 0 = <userdata>
 displayMode = "MENU"
 initialize = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:65
}
menu = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:60
init = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:65
createBackdrop = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:101
fixStatusbar = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:121
createStatusbar = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:127
createFont = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:143
AltPower = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:155
PostAltUpdate = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:167
ExpPostUpdate = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:183
GetTime = <function> defined =[C]:-1
floor = <function> defined =[C]:-1
fmod = <function> defined =[C]:-1
day = 86400
hour = 3600
minute = 60
FormatTime = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:195
CreateAuraTimer = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:207
debuffFilter = <table> {
}
auraIcon = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:225
PostUpdateIcon = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:254
aurafilter = <table> {
 Chill of the Throne = true
}
CustomFilter = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:285
PostCastStart = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:302
CustomTimeText = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:316
castbar = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:327
func = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:385
UnitSpecific = <table> {
 party = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:920
 player = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:548
 boss = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:896
 focus = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:835
 target = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:719
 focustarget = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:842
 pet = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:849
 targettarget = <function> defined @Interface\AddOns\oUF_Freeb\freeb.lua:872
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'self' (a nil value)"
Ive gotten this error cant seem to find the fix but for the most part i know its saying the variable/function self is intialized to nil value but when i change all the self variable//function to some integer i still seem to get the error. Little assistance please
  Reply With Quote