The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wipi35 on December 20, 2009, 05:56:44 pm

Title: Language problems in R2952
Post by: wipi35 on December 20, 2009, 05:56:44 pm
After I changed from R2859/Pak128(P757) to R2952/Pak128(P786) there is a strange mixture of German, English and Dutch(= selected) in the various menu's.
Title: Re: Language problems in R2952
Post by: DirrrtyDirk on December 20, 2009, 06:29:02 pm
Now, on updating simutrans (not the pakset), did you only update the .exe file or did you download the complete update package with all subfolders (incuding the one with the texts)?
Title: Re: Language problems in R2952
Post by: wipi35 on December 20, 2009, 06:40:47 pm
I did a fresh download and complete install of R2952/GDI and Pak128(786)
Title: Re: Language problems in R2952
Post by: wipi35 on December 21, 2009, 03:25:07 pm
In addition to this problem: a game that is saved in this version has an incorrect name in the list of savedgames and cannot be loaded anymore.
Title: Re: Language problems in R2952
Post by: prissi on December 21, 2009, 09:23:00 pm
I think your bz2-lib is broken. Make sure, you have the correct one installed in the program directory. Unfourtunately there are two dll variants there, which differ in the way they expect their parameters. (That is, why I link my code statically).
Title: Re: Language problems in R2952
Post by: wipi35 on December 22, 2009, 10:02:37 am
How can I fix this?

Make sure, you have the correct one installed in the program directory.
Where can I find the correct one and how to recognize it?

(That is, why I link my code statically).
How can I do this?

When I install a new nightly I always follow the same procedure: unzip the two downloads in a new, empty folder.
So far without any problem.
BTW, I searched for "bz2" in the simutrans folder without a result.
Title: Re: Language problems in R2952
Post by: Frank on December 22, 2009, 10:08:17 am
set in simutrans/config/simuconf.tab

saveformat = zipped

then no bz2-support
Title: Re: Language problems in R2952
Post by: wipi35 on December 22, 2009, 10:22:57 am
Thanks Frank. That solves the savegame problem.
However the mixture of three languages remains.
Title: Re: Language problems in R2952
Post by: prissi on December 22, 2009, 08:37:18 pm
Do a clean download again. I am pretty sure the language files in your download got mixed up. Or use the 102.2.1 stable.
Title: Re: Language problems in R2952
Post by: wipi35 on December 24, 2009, 12:44:35 pm
Do a clean download again. I am pretty sure the language files in your download got mixed up.

I did, using R2960 but unfortunately it doesn't help
Title: Re: Language problems in R2952
Post by: jamespetts on December 24, 2009, 12:58:56 pm
That screenshot looks as if the game cannot find any translation text for your language at all - those are all of the base (untranslated) texts.
Title: Re: Language problems in R2952
Post by: wipi35 on December 24, 2009, 04:05:53 pm
In the simutrans/text folder there are 29 folders for the various languages including 29 xx.tab files.
In the simutrans/pak128/text folder there are 29 xx.tab files including the citylist files.
So I can't find any difference between my R2859 version and the recent R2960.
Title: Re: Language problems in R2952
Post by: wipi35 on December 24, 2009, 06:38:31 pm
After further investigation i found a difference between the nl.tab file of R2859 and R2960. An extra empty line is inserted, by removing this line the bug is solved.
Remains the question why.
Title: Re: Language problems in R2952
Post by: DirrrtyDirk on December 24, 2009, 07:59:48 pm

Why what? ;) Yes, that extra empty line screwed everything up. Programm text needs to be in the odd lines, translation in the even lines only. How that happened...? No idea...
Title: Re: Language problems in R2952
Post by: Frank on December 24, 2009, 08:26:05 pm
After further investigation i found a difference between the nl.tab file of R2859 and R2960. An extra empty line is inserted, by removing this line the bug is solved.
Remains the question why.

wrong item in Translator
Title: Re: Language problems in R2952
Post by: wipi35 on December 27, 2009, 09:48:27 am
I meant ……why this empty line appears. Not so hard to understand IMHO


Can this be solved by me, as NL-translator or is it something else in the program.
Title: Re: Language problems in R2952
Post by: Frank on December 27, 2009, 11:27:34 am
...
Can this be solved by me, as NL-translator or is it something else in the program.


is fixed