Page 1 of 2
Bug report in german version
Posted: Thu Mar 22, 2007 4:37 am
by Chewie
The newest version 4.1.1 gives me the following bug report:
Census+: Found an unknown race (Blutelf >class< >guild<), please tell Rollie at WarcraftRealms.com
It seems that this version of Census+ doesn't know the race Blood elves in german.
Posted: Thu Mar 22, 2007 7:39 am
by DM.
Can you tell us the exact spelling of Blood Elf in German?
Posted: Thu Mar 22, 2007 8:47 am
by Rollie
Hrm... I worked with Mad-Max to get the German version working.... wonder what didn't make it through...
Posted: Thu Mar 22, 2007 12:18 pm
by Chewie
German translation of "Blood elf": Blutelf
In the graph display it is correct, only the counting gives this bug report.
Posted: Mon Mar 26, 2007 8:33 pm
by FrENzy
Posted: Mon Mar 26, 2007 10:59 pm
by DM.
Hmm I was taking a look at some of the localization files and noticed a couple of things..
localization.lua file:
in the elseif ( GetLocale() == "deDE" ) then section it has
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
As well as all the other classes. However if you check the localization.de.lua file it is not there. All the other classes are listed EXCEPT the Blood Elf and Draenai.
I downloaded the 4.0.0 version which was released on Jan 16th, but I guess Rollie rebuilt that one and uploaded it because I noticed some of the dates in zip file have a March 17th last modified date =S
Frenzy can you try something..
Exit WoW
Open up the localization.de.lua file located in:
C:\Program Files\World of Warcraft\Interface\AddOns\CensusPlus
I tend to use Wordpad since Notepad doesn't handle new lines that well =(
scroll down until you meet the section:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
right under that add:
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
so that section should now be:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
Save the file and log back into WoW and run a scan and see what comes up. And the French translation is also missing the Draenei and Blood Elf in that same location.
Posted: Tue Mar 27, 2007 2:43 am
by Chewie
But it's not only Blood elves and Dranei anymore: also Trolls, Orcs, Tauren, Undead...
Posted: Tue Mar 27, 2007 7:47 am
by Rollie
Hrm, looks like th pattern matching is not working. I'm going to release a new version later today that totally removes the less than 3 stuff for now as it is just causing too many problems.
Posted: Tue Mar 27, 2007 11:41 am
by FrENzy
DM. wrote:...
Open up the localization.de.lua file located in:
...
There is only one file localization.lua in which are the different translations.
DM. wrote:...
scroll down until you meet the section:
...
right under that add:
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
so that section should now be:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
...
This block already looks like your posting, the 2 lines for Draenei & Bloodelf are already there.
Posted: Tue Mar 27, 2007 1:20 pm
by Rollie
Yeah, it's not a race thing, it's a pattern match on the whole string that is failing.
Posted: Fri Mar 30, 2007 10:50 am
by Chewie
Any news?

Posted: Fri Mar 30, 2007 12:43 pm
by Rollie
This weekend, I promise =)
Posted: Sun Apr 01, 2007 9:42 am
by Phreeze
erm...i'm using the german client too, and C-plus doesnt report any errors to me
..the user should be sure he installed the addon correctly
Posted: Sun Apr 01, 2007 12:59 pm
by Chewie
Phreeze wrote:erm...i'm using the german client too, and C-plus doesnt report any errors to me
..the user should me sure, they installed the addon correctly
Rollie has confirmed this error!
Posted: Sun Apr 01, 2007 5:57 pm
by Phreeze
Rollie wrote:This weekend, I promise =)
it's over ^^
(2am monday, european time

)
Posted: Sun Apr 01, 2007 6:06 pm
by Rollie
Haha, not here, going on Sunday evening which is typically when I have some scheduled time to work on stuff like this ;p
Posted: Wed Apr 04, 2007 6:28 am
by seran
same problem here. for the time beeing, i disabled census plus. but i'll reenable it, as soon as this bug has been fixed.
i love stats, but i hate annoying messages

Posted: Wed Apr 04, 2007 8:51 am
by Rollie
Yes, my apologies. I did look at this Sunday night and have got part of the problem fixed, but I'm also adding an automatic fixer so that people with bummed local DB's won't have to purge.
Posted: Thu Apr 05, 2007 3:46 am
by Phreeze
Rollie wrote:... bummed local DB's ...
like that one
so they can temporarly fix the problem by purging the DB ?
Posted: Thu Apr 05, 2007 8:27 am
by DM.
If you look inside your CensusPlus.lua file and notice a bunch of weird names and characters normally the format: |Hplayer: then your DB file should be purged.
This doesn't seem to fix the problem that the OP posted about tho...