View previous topic :: View next topic |
Author |
Message |
Aquatic Elf
Census Taker
Joined: 31 Jan 2007
Posts: 13
Location: New York
WR Updates: 1,785,602
Aquatic Elf WR Profile
|
Posted: Fri Feb 05, 2010 5:13 pm Post subject: CensusPlus-30300-4.2.2 (3.3.0) - Lua Error |
|
|
I just updated my CensusPlus to the new version (CensusPlus-30300-4.2.2 (3.3.0)) and I'm getting a Lua Error:
Code: | Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 02/05/10 17:57:07
Count: 3
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'
[string "*:OnClick"]:1: in function <string>
Locals: counter = 0
job = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
hour = 14
minute = 56
(*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 = 1265410617
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1265410627
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 = 14
g_ResetHour = true
wholib = nil |
The error comes up either when I manually start census, or when it automatically begins scanning by itself.
I downloaded the addon through:
http://wow.curse.com/downloads/wow-addons/details/census-plus.aspx
I did not delete any of my WTF files before updating the addon. |
|
Back to top |
|
 |
Aquatic Elf
Census Taker
Joined: 31 Jan 2007
Posts: 13
Location: New York
WR Updates: 1,785,602
Aquatic Elf WR Profile
|
Posted: Sat Feb 06, 2010 3:10 am Post subject: |
|
|
I'd like to add that only a few of my characters were experiencing this error.
It does not occur on every character. |
|
Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5376
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Sat Feb 06, 2010 10:38 am Post subject: |
|
|
hrm... thanks for the report _________________ phpbb:phpinfo() |
|
Back to top |
|
 |
Hybuir
Gear Dependent Squirrel

Joined: 06 Sep 2005
Posts: 1548
Location: Austin, TX
WR Updates: 2,883,877
Hybuir WR Profile
|
Posted: Sun Feb 07, 2010 11:33 pm Post subject: |
|
|
report #2, going in with only C+ and no other addons :-/
Code: | Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 02/07/10 23:32:39
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 = 21
minute = 32
(*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 = 1265605656
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1265607159
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 = 21
g_ResetHour = true
wholib = nil |
|
|
Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5376
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Tue Mar 16, 2010 9:26 am Post subject: |
|
|
Yeah, this would be due to my attempt to support WhoLib, need to add in additional checks it seems. _________________ phpbb:phpinfo() |
|
Back to top |
|
 |
SannaSK
Joined: 07 Sep 2005
Posts: 69
WR Updates: 418,020
SannaSK WR Profile
|
Posted: Fri Mar 26, 2010 2:52 pm Post subject: |
|
|
Recently (ie, today X D) started running CP again.
I'm getting, I guess, the same/ a similar error... going around to servers with low reportings and making a lvl 1, logging in with no other addons running. I have a general macro that is only /censusplus take, and when i press that, I get this:
Code: | Message: Interface\AddOns\CensusPlus\CensusPlus.lua:1352: attempt to index global 'LibStub' (a nil value)
Time: 03/26/10 15:47:56
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:1004: in function `value'
Interface\FrameXML\ChatFrame.lua:3577: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3222: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:2308: in function <Interface>
[C]: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:310: in function `handler'
Interface\FrameXML\SecureTemplates.lua:529: in function <Interface>
Locals: counter = 0
job = <table> {
m_MinLevel = 80
m_MaxLevel = 80
}
hour = 16
minute = 47
(*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 = 1269634950
g_CurrentlyInBG_Msg = false
g_CensusPlus_StartTime = 1269636476
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 = 16
g_ResetHour = true
wholib = nil
|
it takes the census just fine, so i don't mind ignoring a lua as long as it's not corrupting the data or anything.
edit: same error (i'm guessing) when i right-click the minimap icon. |
|
Back to top |
|
 |
Leonaitis
Joined: 15 Aug 2005
Posts: 14
Location: FL, USA
WR Updates: 342,519
Leonaitis WR Profile
|
Posted: Thu Apr 08, 2010 10:37 am Post subject: |
|
|
Same for me. I just did a clean WOW install on a new machine and the only add on is CP.
Takes the census fine though.
 |
|
Back to top |
|
 |
|
|