I'm at a bit of a loss as to why this bug is related to CensusPlus, but I have confirmed (by loading my mods one by one) that it is directly related to CensusPlus (I am using 3.4).
Problem: When CensusPlus is loaded a tooltip (seems to be random based on where the cursor is located upon login) "sticks" to my cursor. reloading the UI does not remove the tooltip, nothing aside from disabling CensusPlus will make it go away.
I have the following tooltip related add-ons installed:
EnhTooltip (part of Auctioneer)
TooltipsKhaos (Part of Cosmos/Khaos)
MobInfo2
Upon load, with CensusPlus enabled the follow error message is given:
Error: attempt to index field `?' (a nil value)
AddOn: CensusPlus
File: CensusPlusProfiler.lua
Line: 539
Count: 1
Tooltip "Stuck"
It is likely a conflict with one of those other mods. I have seen it happen in the past as well.
I had a quick peek and I see what could be a problem depending on how those other mods are written.
If you can try something, I would appreciate it.
Open up
/World of Warcraft/Interface/AddOns/CensusPlus/CensusPlusProfiler.lua
go to line 494, which will look like this:
and add just below that
I will try to remember to check for compatibility issues with any of these mods, but that could be the culprit.
Thanks!
I had a quick peek and I see what could be a problem depending on how those other mods are written.
If you can try something, I would appreciate it.
Open up
/World of Warcraft/Interface/AddOns/CensusPlus/CensusPlusProfiler.lua
go to line 494, which will look like this:
Code: Select all
function Profile_ScanReputation() -- Originally by Leronflon, modified to fit my style =)
local count;
local name, standing, rep, atWar, canToggle, foo2, foo3, thisHeader;
Code: Select all
local isHeader;
Thanks!
phpbb:phpinfo()
-
- Posts: 1
- Joined: Sun Jul 16, 2006 11:55 am
Same problem
I have the same problem but the 'stuck' tooltip (always Premeditation)
dosen't come up until I click on engineering, smelting...
This goes away when I disable CensusPlus.
CensusPlus 3.4 does seam to be working properly otherwise.
CensusPlusProfiler.lua:539:Attempt to index field '?' (a nil value)
The above fix just moved the error to line 540.
I also tried local g_ServerPrefix = "US-"; in CensusPlus.lua from
another thread. It had been "".
I had the same problem with 3.3 but never had time to look
into it.
Thanks
dosen't come up until I click on engineering, smelting...
This goes away when I disable CensusPlus.
CensusPlus 3.4 does seam to be working properly otherwise.
CensusPlusProfiler.lua:539:Attempt to index field '?' (a nil value)
The above fix just moved the error to line 540.
I also tried local g_ServerPrefix = "US-"; in CensusPlus.lua from
another thread. It had been "".
I had the same problem with 3.3 but never had time to look
into it.
Thanks