dedicated server no support for British English?

Post here if you need help setting up your server, etc.
Post Reply
gnorty
Core Dumper
Posts: 187
Joined: Wed Nov 02, 2005 2:45 am

dedicated server no support for British English?

Post by gnorty »

I would like to try messing about with some of the new game formats, and downloaded the 0.2.8.0_rc2 dedicated server, but it stalls on startup eith the message
Internal Error:Internal error in static tLanguage* tLanguage::FindStrict(const tString&) in ../../builds/b_0.2.8.0_rc2/RC1/armagetronad-0.2.8.0_rc2/src/tools/tLocale.cpp:150 :
Language British English not found.
so is this a bug, and can I work around it in any way? --help doesn't!
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

That means actually no language file at all could be found. Which package did you install? It seems to be broken.
gnorty
Core Dumper
Posts: 187
Joined: Wed Nov 02, 2005 2:45 am

Post by gnorty »

http://beta.armagetronad.net/fetch.php/ ... src.tar.gz

That was the link I downloaded from
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Works for me... How do you run it?

Try "make run" from the main build directory or "make install" followed by "armagetronad-dedicated". The server does not run if you do "cd src; ./armagetronad_main". It does run if you do "./src/armagetronad_main". It either needs to be installed, or the current directory must be the build directory.

Which documentation files did you read? Currently, this info is only in README-DEVELOPER, which I assume you did not read :)
Post Reply