Language problems in R2952 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. Quote Selected
Re: Language problems in R2952 Reply #1 – 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)? Quote Selected
Re: Language problems in R2952 Reply #2 – December 20, 2009, 06:40:47 pm I did a fresh download and complete install of R2952/GDI and Pak128(786) Quote Selected
Re: Language problems in R2952 Reply #3 – 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. Quote Selected
Re: Language problems in R2952 Reply #4 – 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). Quote Selected
Re: Language problems in R2952 Reply #5 – December 22, 2009, 10:02:37 am Quote from: prissi – on December 21, 2009, 09:23:00 pmI think your bz2-lib is broken.How can I fix this?Quote from: prissi – on December 21, 2009, 09:23:00 pmMake sure, you have the correct one installed in the program directory.Where can I find the correct one and how to recognize it?Quote from: prissi – on December 21, 2009, 09:23:00 pm(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. Quote Selected
Re: Language problems in R2952 Reply #6 – December 22, 2009, 10:08:17 am set in simutrans/config/simuconf.tabsaveformat = zippedthen no bz2-support Quote Selected
Re: Language problems in R2952 Reply #7 – December 22, 2009, 10:22:57 am Thanks Frank. That solves the savegame problem.However the mixture of three languages remains. Quote Selected
Re: Language problems in R2952 Reply #8 – 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. Quote Selected
Re: Language problems in R2952 Reply #9 – December 24, 2009, 12:44:35 pm Quote from: prissi – on December 22, 2009, 08:37:18 pmDo 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 Quote Selected Last Edit: December 24, 2009, 12:49:53 pm by wipi35
Re: Language problems in R2952 Reply #10 – 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. Quote Selected
Re: Language problems in R2952 Reply #11 – 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. Quote Selected
Re: Language problems in R2952 Reply #12 – 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. Quote Selected
Re: Language problems in R2952 Reply #13 – December 24, 2009, 07:59:48 pm Quote from: wipi35 – on December 24, 2009, 06:38:31 pmRemains the question why.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... Quote Selected
Re: Language problems in R2952 Reply #14 – December 24, 2009, 08:26:05 pm Quote from: wipi35 – on December 24, 2009, 06:38:31 pmAfter 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 Quote Selected
Re: Language problems in R2952 Reply #15 – December 27, 2009, 09:48:27 am Quote from: DirrrtyDirk – on December 24, 2009, 07:59:48 pmWhy what? I meant ……why this empty line appears. Not so hard to understand IMHOQuote from: Frank – on December 24, 2009, 08:26:05 pmwrong item in TranslatorCan this be solved by me, as NL-translator or is it something else in the program. Quote Selected
Re: Language problems in R2952 Reply #16 – December 27, 2009, 11:27:34 am Quote from: wipi35 – on December 27, 2009, 09:48:27 am...Can this be solved by me, as NL-translator or is it something else in the program.is fixed Quote Selected