| View previous topic :: View next topic |
| Author |
Message |
Chewie
Joined: 01 Feb 2007
Posts: 5
Location: Germany
WR Updates: 935
Chewie WR Profile
|
Posted: Thu Mar 22, 2007 4:37 am Post subject: Bug report in german version |
|
|
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. |
|
| Back to top |
|
 |
DM.
Census Tester

Joined: 03 Oct 2005
Posts: 1170
Location: Toronto, Canada
WR Updates: 841,833
DM. WR Profile
|
Posted: Thu Mar 22, 2007 7:39 am Post subject: |
|
|
Can you tell us the exact spelling of Blood Elf in German? _________________
Click my sig |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Thu Mar 22, 2007 8:47 am Post subject: |
|
|
| Hrm... I worked with Mad-Max to get the German version working.... wonder what didn't make it through... |
|
| Back to top |
|
 |
Chewie
Joined: 01 Feb 2007
Posts: 5
Location: Germany
WR Updates: 935
Chewie WR Profile
|
Posted: Thu Mar 22, 2007 12:18 pm Post subject: |
|
|
German translation of "Blood elf": Blutelf
In the graph display it is correct, only the counting gives this bug report. |
|
| Back to top |
|
 |
FrENzy
Joined: 28 Nov 2005
Posts: 2
Location: Germany
WR Updates: 203,077
FrENzy WR Profile
|
Posted: Mon Mar 26, 2007 8:33 pm Post subject: |
|
|
Its not only Bloodelf...
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... |
|
| Back to top |
|
 |
DM.
Census Tester

Joined: 03 Oct 2005
Posts: 1170
Location: Toronto, Canada
WR Updates: 841,833
DM. WR Profile
|
Posted: Mon Mar 26, 2007 10:59 pm Post subject: |
|
|
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. _________________
Click my sig |
|
| Back to top |
|
 |
Chewie
Joined: 01 Feb 2007
Posts: 5
Location: Germany
WR Updates: 935
Chewie WR Profile
|
Posted: Tue Mar 27, 2007 2:43 am Post subject: |
|
|
| But it's not only Blood elves and Dranei anymore: also Trolls, Orcs, Tauren, Undead... |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Tue Mar 27, 2007 7:47 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
FrENzy
Joined: 28 Nov 2005
Posts: 2
Location: Germany
WR Updates: 203,077
FrENzy WR Profile
|
Posted: Tue Mar 27, 2007 11:41 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Tue Mar 27, 2007 1:20 pm Post subject: |
|
|
| Yeah, it's not a race thing, it's a pattern match on the whole string that is failing. |
|
| Back to top |
|
 |
Chewie
Joined: 01 Feb 2007
Posts: 5
Location: Germany
WR Updates: 935
Chewie WR Profile
|
Posted: Fri Mar 30, 2007 10:50 am Post subject: |
|
|
Any news?  |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Fri Mar 30, 2007 12:43 pm Post subject: |
|
|
| This weekend, I promise =) |
|
| Back to top |
|
 |
Phreeze
Joined: 02 Oct 2005
Posts: 174
Location: Luxemburg (L),Europe
WR Updates: 410,136
Phreeze WR Profile
|
Posted: Sun Apr 01, 2007 9:42 am Post subject: |
|
|
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 _________________
 
Last edited by Phreeze on Sun Apr 01, 2007 5:56 pm; edited 1 time in total |
|
| Back to top |
|
 |
Chewie
Joined: 01 Feb 2007
Posts: 5
Location: Germany
WR Updates: 935
Chewie WR Profile
|
Posted: Sun Apr 01, 2007 12:59 pm Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
Phreeze
Joined: 02 Oct 2005
Posts: 174
Location: Luxemburg (L),Europe
WR Updates: 410,136
Phreeze WR Profile
|
Posted: Sun Apr 01, 2007 5:57 pm Post subject: |
|
|
| Rollie wrote: | | This weekend, I promise =) |
it's over ^^
(2am monday, european time ) _________________
  |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Sun Apr 01, 2007 6:06 pm Post subject: |
|
|
| Haha, not here, going on Sunday evening which is typically when I have some scheduled time to work on stuff like this ;p |
|
| Back to top |
|
 |
seran
Joined: 04 Apr 2007
Posts: 1
WR Updates: 0
seran WR Profile
|
Posted: Wed Apr 04, 2007 6:28 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Wed Apr 04, 2007 8:51 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Phreeze
Joined: 02 Oct 2005
Posts: 174
Location: Luxemburg (L),Europe
WR Updates: 410,136
Phreeze WR Profile
|
Posted: Thu Apr 05, 2007 3:46 am Post subject: |
|
|
| Rollie wrote: | | ... bummed local DB's ... |
like that one
so they can temporarly fix the problem by purging the DB ? _________________
  |
|
| Back to top |
|
 |
DM.
Census Tester

Joined: 03 Oct 2005
Posts: 1170
Location: Toronto, Canada
WR Updates: 841,833
DM. WR Profile
|
Posted: Thu Apr 05, 2007 8:27 am Post subject: |
|
|
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... _________________
Click my sig |
|
| Back to top |
|
 |
|
|
|