No Skirmish button (Beta2)

Warzone 2.1.x series. (Unsupported--read only!)
Locked
User avatar
Devil12
Rookie
Rookie
Posts: 31
Joined: 29 Feb 2008, 13:17
Location: Aachen - Germany

No Skirmish button (Beta2)

Post by Devil12 »

Well this looks funny.
Where normally an "one Player Skirmish"-button should be, is nothing, but when I klick on the place, the menu comes.
I'm using Win XP SP2 and the German Translation of Warzone (as you can see).
Attachments

[The extension has been deactivated and can no longer be displayed.]

Image
doom3r
Regular
Regular
Posts: 502
Joined: 29 Aug 2007, 15:04

Re: No Skirmish button (Beta2)

Post by doom3r »

Try clicking on it anyway, I think it will work. Thats because of a translation problem (translation needs to be upgraded to new version).
User avatar
Devil12
Rookie
Rookie
Posts: 31
Joined: 29 Feb 2008, 13:17
Location: Aachen - Germany

Re: No Skirmish button (Beta2)

Post by Devil12 »

I already wrote that it works.
Is there already a newer version?
If yes, where can I find it?
Image
doom3r
Regular
Regular
Posts: 502
Joined: 29 Aug 2007, 15:04

Re: No Skirmish button (Beta2)

Post by doom3r »

No, they were 95% on the old translation phase, which happened before the beta. In the beta some menu changed, so someone should translate the new strings...
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: No Skirmish button (Beta2)

Post by DevUrandom »

Untranslated strings show up as english.
This is http://gna.org/bugs/?11277
User avatar
Devil12
Rookie
Rookie
Posts: 31
Joined: 29 Feb 2008, 13:17
Location: Aachen - Germany

Re: No Skirmish button (Beta2)

Post by Devil12 »

How cam I fix it myself?
Image
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: No Skirmish button (Beta2)

Post by Kamaze »

Just click there, where the text should be.
We all have the same heaven, but not the same horizon.
User avatar
Devil12
Rookie
Rookie
Posts: 31
Joined: 29 Feb 2008, 13:17
Location: Aachen - Germany

Re: No Skirmish button (Beta2)

Post by Devil12 »

I mean the problem that no text is displayed, I already played skirmish.
Image
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: No Skirmish button (Beta2)

Post by Kamaze »

Wait for beta3 :)
We all have the same heaven, but not the same horizon.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: No Skirmish button (Beta2)

Post by Buginator »

Devil12 wrote: How cam I fix it myself?
Quickest fix is to play in English.

Next quickest way is to compile (the latest version) it yourself, and see if it is fixed.
and it ends here.
User avatar
Hatsjoe
Trained
Trained
Posts: 285
Joined: 20 Feb 2007, 19:57

Re: No Skirmish button (Beta2)

Post by Hatsjoe »

it's not really a big issue now is it ?
Check the translation file in the trunk to see whats wrong with your language. I understand that when no translation has been given for a certain piece of original text, the game uses the english text instead. So maybe the one who has done the translation typed in blanks or something.
Image
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: No Skirmish button (Beta2)

Post by Buginator »

Hatsjoe wrote: it's not really a big issue now is it ?
Check the translation file in the trunk to see whats wrong with your language. I understand that when no translation has been given for a certain piece of original text, the game uses the english text instead. So maybe the one who has done the translation typed in blanks or something.
No, that isn't the issue.  The issue is (was?) it isn't drawing the text if you have Umlaute(s) in the text string.

Hopefully, that is solved now.
and it ends here.
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: No Skirmish button (Beta2)

Post by DevUrandom »

It is solved now. I released a patch for non-Windows users (namely Linux distributors) and for the Windows users a new installer.
The issue was that the translation could have a different character encoding than what we told the fontrenderer he would get. And if he gets feed with something he does not expect, he just stops drawing it. ;)

You might have fixed it (on Linux at least, have no tested whether it works on Windows, too) by setting the environment variable "LANG" to "xx_XX.UTF-8".
I.e. for a german run "LANG=de_DE.UTF-8 warzone2100" from a console (Bourne Again Shell / bash).
If it works on Windows (untested, see above) it would be

Code: Select all

set LANG=de_DE.UTF-8
cd C:\Path\To\Warzone
warzone2100.exe
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: No Skirmish button (Beta2)

Post by Buginator »

DevUrandom wrote: You might have fixed it (on Linux at least, have no tested whether it works on Windows, too) by setting the environment variable "LANG" to "xx_XX.UTF-8".
I.e. for a german run "LANG=de_DE.UTF-8 warzone2100" from a console (Bourne Again Shell / bash).
If it works on Windows (untested, see above) it would be

Code: Select all

set LANG=de_DE.UTF-8
cd C:\Path\To\Warzone
warzone2100.exe
Just a FYI, but with the 'official' beta 2 release, in windows, you can change languages just fine.

However, if you compile the MSVC version, you can't, since the libs/dlls are pretty old, and like to crash on some things.
One of these days, we will all be using the same libs, and this issue will be moot.  :-X
and it ends here.
Locked