Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
EDIT: Also, if you launch TF2, does the in-game chat-overlay-thingy work?
I'm using a Radeon 5850
That's what its spitting out.
That said, you can set this behavior as the threadstarter said. You can also just run the game like this:
LC_NUMERIC=POSIX steam steam://rungameid/520
My question now: Where do we report bugs? Are the forums for reporting bugs or is there a bugtracker where we can report them?
Yes. They call functions this way: doSomething(float x, float y, ...). Now you can probably see the problem, they read the decimal point from somewhere (probably to create correct output for messages like errors or documentation). If its point then the function call looks like doSomething(3.14, 2.7) which is correct. If its comma the call is doSomething(3,14, 2,7), as you can see now they call 4 parameters instead of 2 and that causes errors.
That's actually a pretty dumb bug. I've already seen something like this in a CAD lib...
You can't. That's the point of the limited beta. Only those 1000 people can report bugs. Don't worry, they have found this one already.