CensusPlus V6.2.0.b bug list

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
User avatar
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

Post by bringoutyourdead »

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
Last edited by bringoutyourdead on Wed Nov 05, 2014 3:25 pm, edited 1 time in total.

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post by bringoutyourdead »

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.

User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Post by FuxieDK »

I've noticed the Shift-Click on name issue too..

I'm not sure, it have anything to do with CP, as it also does it, when CP is loaded, but not running..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post by bringoutyourdead »

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.

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post by bringoutyourdead »

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.

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post by bringoutyourdead »

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.

Post Reply