Error when starting census

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Error when starting census

Post by FuxieDK »

I just noticed (because I disabled Buggrabber) that this error comes when I start CP each time..

Code: Select all

Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 06/18/10 19:46:10
Count: 1
Stack: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: in function `CensusPlus_StartCensus'
Interface\AddOns\CensusPlus\CensusPlus.lua:1170: in function `func'
Interface\FrameXML\UIDropDownMenu.lua:575: in function `UIDropDownMenuButton_OnClick'
&#91;string "*&#58;OnClick"&#93;&#58;1&#58; in function <string>

Locals&#58; counter = 0
job = <table> &#123;
 m_MinLevel = 80
 m_MaxLevel = 80
&#125;
hour = 19
minute = 45
&#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 = 1276881658
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1276883170
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

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Hrm, I'm going to be spending some time working on the mod, I'll look at this one too.
phpbb:phpinfo()

caildeen

Same Error Here

Post by caildeen »

I'm getting a similiar error. This happens when I manually load the app and select the Take button.

Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 07/28/10 11:15:48
Count: 1
Stack: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: in function `CensusPlus_StartCensus'
Interface\AddOns\CensusPlus\CensusPlus.lua:1170: in function `CensusPlus_Take_OnClick'
[string "*:OnClick"]:1: in function <string>

Locals: counter = 0
job = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
hour = 9
minute = 14
(*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 = 1280332236
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1280333748
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 = 9
g_ResetHour = true
wholib = nil

Post Reply