| View previous topic :: View next topic |
| Author |
Message |
Shadesiren
Joined: 31 Dec 2008
Posts: 2
WR Updates: 23,391
Shadesiren WR Profile
|
Posted: Sun Sep 05, 2010 5:29 pm Post subject: Repeating Lua Error |
|
|
I don't know what any of this means, but this keeps coming up over and over, randomly as far as I know.
| Code: | 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:1959: in function <Interface>
Locals: counter = 0
job = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
hour = 18
minute = 26
(*temporary) = nil
(*temporary) = nil
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = nil
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua:1516
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = "attempt to index global 'LibStub' (a nil value)"
g_CurrentlyInBG = false
g_LastCensusRun = 1283727410
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1283729211
g_NumNewCharacters = 0
g_NumUpdatedCharacters = 0
g_JobQueue = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
}
g_TempCount = <table> {
}
g_TempZoneCount = <table> {
}
InsertJobIntoQueue = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua:373
g_WaitingForWhoUpdate = false
g_TakeHour = 18
g_ResetHour = true
wholib = nil |
|
|
| Back to top |
|
 |
Shadesiren
Joined: 31 Dec 2008
Posts: 2
WR Updates: 23,391
Shadesiren WR Profile
|
Posted: Sun Sep 05, 2010 6:03 pm Post subject: |
|
|
Happened again, in case any of the information is new/different:
| Code: | Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 09/05/10 17:02:22
Count: 2
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:1959: in function <Interface>
Locals: counter = 0
job = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
hour = 19
minute = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = nil
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua:1516
(*temporary) = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
(*temporary) = "attempt to index global 'LibStub' (a nil value)"
g_CurrentlyInBG = false
g_LastCensusRun = 1283729541
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1283731342
g_NumNewCharacters = 0
g_NumUpdatedCharacters = 0
g_JobQueue = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
}
g_TempCount = <table> {
}
g_TempZoneCount = <table> {
}
InsertJobIntoQueue = <function> defined @Interface\AddOns\CensusPlus\CensusPlus.lua:373
g_WaitingForWhoUpdate = false
g_TakeHour = 19
g_ResetHour = true
wholib = nil |
|
|
| Back to top |
|
 |
|
|
|