Bug report in german version

Found a bug with the CensusPlus UI Mod? Post it here!
Chewie
Posts: 5
Joined: Thu Feb 01, 2007 1:53 pm
Location: Germany

Bug report in german version

Post 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.

User avatar
DM.
Census Taker
Posts: 1130
Joined: Mon Oct 03, 2005 12:27 pm
Location: Toronto, Canada

Post by DM. »

Can you tell us the exact spelling of Blood Elf in German?
Image
Click my sig

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Hrm... I worked with Mad-Max to get the German version working.... wonder what didn't make it through...
phpbb:phpinfo()

Chewie
Posts: 5
Joined: Thu Feb 01, 2007 1:53 pm
Location: Germany

Post by Chewie »

German translation of "Blood elf": Blutelf
In the graph display it is correct, only the counting gives this bug report.

FrENzy
Posts: 2
Joined: Mon Nov 28, 2005 12:02 am
Location: Germany

Post by FrENzy »

Its not only Bloodelf...

Image

Image

Image

Image

Image

Image

Maybe the wrong version is uploaded, because in the package from v4.1.1 the TOC-File says 4.1.0 ?! Even the Ingame Windows says 4.1 - also the UniUploader says 4.1.

I can?t see any misspelling of Racenames...

User avatar
DM.
Census Taker
Posts: 1130
Joined: Mon Oct 03, 2005 12:27 pm
Location: Toronto, Canada

Post 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.
Image
Click my sig

Chewie
Posts: 5
Joined: Thu Feb 01, 2007 1:53 pm
Location: Germany

Post by Chewie »

But it's not only Blood elves and Dranei anymore: also Trolls, Orcs, Tauren, Undead...

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post 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.
phpbb:phpinfo()

FrENzy
Posts: 2
Joined: Mon Nov 28, 2005 12:02 am
Location: Germany

Post 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.

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Yeah, it's not a race thing, it's a pattern match on the whole string that is failing.
phpbb:phpinfo()

Chewie
Posts: 5
Joined: Thu Feb 01, 2007 1:53 pm
Location: Germany

Post by Chewie »

Any news? :mrgreen:

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

This weekend, I promise =)
phpbb:phpinfo()

Phreeze
Posts: 167
Joined: Sun Oct 02, 2005 9:47 am
Location: Luxemburg (L),Europe

Post by Phreeze »

erm...i'm using the german client too, and C-plus doesnt report any errors to me :shock:
..the user should be sure he installed the addon correctly
Last edited by Phreeze on Sun Apr 01, 2007 5:56 pm, edited 1 time in total.

Chewie
Posts: 5
Joined: Thu Feb 01, 2007 1:53 pm
Location: Germany

Post by Chewie »

Phreeze wrote:erm...i'm using the german client too, and C-plus doesnt report any errors to me :shock:
..the user should me sure, they installed the addon correctly
Rollie has confirmed this error!

Phreeze
Posts: 167
Joined: Sun Oct 02, 2005 9:47 am
Location: Luxemburg (L),Europe

Post by Phreeze »

Rollie wrote:This weekend, I promise =)
it's over ^^

(2am monday, european time :P)

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post 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
phpbb:phpinfo()

seran
Posts: 1
Joined: Wed Apr 04, 2007 6:22 am

Post 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 ;-)

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post 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.
phpbb:phpinfo()

Phreeze
Posts: 167
Joined: Sun Oct 02, 2005 9:47 am
Location: Luxemburg (L),Europe

Post by Phreeze »

Rollie wrote:... bummed local DB's ...
like that one 8) 8)

so they can temporarly fix the problem by purging the DB ?

User avatar
DM.
Census Taker
Posts: 1130
Joined: Mon Oct 03, 2005 12:27 pm
Location: Toronto, Canada

Post 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...
Image
Click my sig

Post Reply