Page 1 of 1

Repeating Lua Error

Posted: Sun Sep 05, 2010 5:29 pm
by Shadesiren
I don't know what any of this means, but this keeps coming up over and over, randomly as far as I know.

Code: Select all

Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 09/05/10 16:26:51
Count: 1
Stack: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: in function `CensusPlus_StartCensus'
Interface\AddOns\CensusPlus\CensusPlus.lua:1170: in function `CensusPlus_Take_OnClick'
Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1959&#58; in function <Interface>

Locals&#58; counter = 0
job = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
hour = 18
minute = 26
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1516
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = "attempt to index global 'LibStub' &#40;a nil value&#41;"
g_CurrentlyInBG = false
g_LastCensusRun = 1283727410
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1283729211
g_NumNewCharacters = 0
g_NumUpdatedCharacters = 0
g_JobQueue = <table> &#123;
 1 = <table> &#123;
 &#125;
 2 = <table> &#123;
 &#125;
 3 = <table> &#123;
 &#125;
 4 = <table> &#123;
 &#125;
 5 = <table> &#123;
 &#125;
 6 = <table> &#123;
 &#125;
 7 = <table> &#123;
 &#125;
 8 = <table> &#123;
 &#125;
 9 = <table> &#123;
 &#125;
&#125;
g_TempCount = <table> &#123;
&#125;
g_TempZoneCount = <table> &#123;
&#125;
InsertJobIntoQueue = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua&#58;373
g_WaitingForWhoUpdate = false
g_TakeHour = 18
g_ResetHour = true
wholib = nil

Posted: Sun Sep 05, 2010 6:03 pm
by Shadesiren
Happened again, in case any of the information is new/different:

Code: Select all

Message&#58; Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1352&#58; attempt to index global 'LibStub' &#40;a nil value&#41;
Time&#58; 09/05/10 17&#58;02&#58;22
Count&#58; 2
Stack&#58; Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1352&#58; in function `CensusPlus_StartCensus'
Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1170&#58; in function `CensusPlus_Take_OnClick'
Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1959&#58; in function <Interface>

Locals&#58; counter = 0
job = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
hour = 19
minute = 1
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = nil
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua&#58;1516
&#40;*temporary&#41; = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
&#40;*temporary&#41; = "attempt to index global 'LibStub' &#40;a nil value&#41;"
g_CurrentlyInBG = false
g_LastCensusRun = 1283729541
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1283731342
g_NumNewCharacters = 0
g_NumUpdatedCharacters = 0
g_JobQueue = <table> &#123;
 1 = <table> &#123;
 &#125;
 2 = <table> &#123;
 &#125;
 3 = <table> &#123;
 &#125;
 4 = <table> &#123;
 &#125;
 5 = <table> &#123;
 &#125;
 6 = <table> &#123;
 &#125;
 7 = <table> &#123;
 &#125;
 8 = <table> &#123;
 &#125;
 9 = <table> &#123;
 &#125;
&#125;
g_TempCount = <table> &#123;
&#125;
g_TempZoneCount = <table> &#123;
&#125;
InsertJobIntoQueue = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua&#58;373
g_WaitingForWhoUpdate = false
g_TakeHour = 19
g_ResetHour = true
wholib = nil