New error found with the STOP button tooltip.
I goofed and have the same variable doing two things between the different files.
This is a minor bug and when fixed will not trigger a new release, but it will be included as part of the next release.
Edit: fix 6.0.2.c
CensusPlus V6.2.0.b bug list
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
CensusPlus V6.2.0.b bug list
Last edited by bringoutyourdead on Wed Nov 05, 2014 3:25 pm, edited 1 time in total.
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
Oddball error encountered when CensusPlus enabled.
It has NO impact on CensusPlus operation..
Shift clicking on a senders name in the chat window should do a single in chat window who return.
With CensusPlus enabled, the return pops up in the Blizzard Friends Frame.(aka who window)
Since CensusPlus hasn't had anything to do with the chat window for getting names in a very very long time.. I'm at a loss. I have dumped all of that code since we now have Blizzards who API call.
I thought the LibWho library might be the problem since they do hook the Blizzard calls to do their magic... but now I'm beginning to think that isn't the case.
more research is needed.
It has NO impact on CensusPlus operation..
Shift clicking on a senders name in the chat window should do a single in chat window who return.
With CensusPlus enabled, the return pops up in the Blizzard Friends Frame.(aka who window)
Since CensusPlus hasn't had anything to do with the chat window for getting names in a very very long time.. I'm at a loss. I have dumped all of that code since we now have Blizzards who API call.
I thought the LibWho library might be the problem since they do hook the Blizzard calls to do their magic... but now I'm beginning to think that isn't the case.
more research is needed.
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
Exactly that was my first thought..
but more research has shown me that so far only when CensusPlus is loaded does this behavior show up.
If anyone can point me to another up to date addon that also triggers this incorrect behavior (when CensusPlus IS NOT loaded) that might help me figure out what is causing the problem.
but more research has shown me that so far only when CensusPlus is loaded does this behavior show up.
If anyone can point me to another up to date addon that also triggers this incorrect behavior (when CensusPlus IS NOT loaded) that might help me figure out what is causing the problem.
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
Another Translation issue.
Working so hard to get the translations correct, I forgot to fix the English.
Character list window, label for the 4th column should be "Last Seen"
For the brave.. in Localization.lua line 320
is
CENSUSPlus_LASTSEEN = "Last Seen";
should be
CENSUSPLUS_LASTSEEN = "Last Seen";
Or just remember the column of dates is Last seen until the next fix goes out.
Working so hard to get the translations correct, I forgot to fix the English.
Character list window, label for the 4th column should be "Last Seen"
For the brave.. in Localization.lua line 320
is
CENSUSPlus_LASTSEEN = "Last Seen";
should be
CENSUSPLUS_LASTSEEN = "Last Seen";
Or just remember the column of dates is Last seen until the next fix goes out.
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
A reoccurring minor bug has raised its head.
Depending on your computer resources and the load put on it during character login.
On first time load of CensusPlus you might see a race condition failure.
The CensusPlus button displayed near the mini-map may beat the execution of the initial setup of the main Lua code and hit an undefined variable.
This could only happen on first load, if you see this error just logout out and log back in on any of your characters.
Or on the chat line type /reload ui
this will do a restart on your character login.
This has been a reoccurring problem and is on my fix list for a future release.
Depending on your computer resources and the load put on it during character login.
On first time load of CensusPlus you might see a race condition failure.
The CensusPlus button displayed near the mini-map may beat the execution of the initial setup of the main Lua code and hit an undefined variable.
This could only happen on first load, if you see this error just logout out and log back in on any of your characters.
Or on the chat line type /reload ui
this will do a restart on your character login.
This has been a reoccurring problem and is on my fix list for a future release.