1

Topic: Problems to start server @ debian vserver

Hello,

when I start the teeworlds server with "./teeworlds_srv -f server.cfg" I get the following errors:

./teeworlds_srv: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./teeworlds_srv)
./teeworlds_srv: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./teeworlds_srv)

Chmod ist right and the packages are installed. How can I fix the problem?

2

Re: Problems to start server @ debian vserver

How did you install TeeWorlds? If you are using 'sudo apt-get install teeworlds' or compiling it from sources, there should be no such errors. If you downloaded Linux binary package from the site, then, yeah.

3

Re: Problems to start server @ debian vserver

upgrade to at least gcc 4.9
or compile it yourself because it seems like the server were compiled with newer (or maybe older idk) packages version than you have installed on your machine

There are three kinds of lies: lies, damned lies, and benchmarks.

4

Re: Problems to start server @ debian vserver

Hi, i used this one and unziped it: https://downloads.teeworlds.com/teeworl … _64.tar.gz

How can I upgrade to gcc 4.9?.

5

Re: Problems to start server @ debian vserver

ChAiNSaW wrote:

Hi, i used this one and unziped it: https://downloads.teeworlds.com/teeworl … _64.tar.gz

How can I upgrade to gcc 4.9?.

Try `sudo apt-get install teeworlds` instead.

6

Re: Problems to start server @ debian vserver

OK, I've installed teeworlds with apt-get. But how can I start the server with my cfg file?

7

Re: Problems to start server @ debian vserver

teeworlds -f server.cfg
Having troubles finding servers in the serverlist? Go to Pastebin (its a referer cause there is daily a new pastebin) and add the lines to your settings.cfg (in %APPDATA%\teeworlds). Then open teeworlds and go to the favorites tab. (Note however, standard teeworlds client can only show 256 favorites, use ddnet instead)

8

Re: Problems to start server @ debian vserver

Nope, it's

teeworlds_srv -f server.cfg

You forgot the `_srv`, Schwertspize.

9

Re: Problems to start server @ debian vserver

That doesn't work. This error shows up: -su: teeworlds_srv: command not found

10 (edited by Neox 2017-02-03 10:53:54)

Re: Problems to start server @ debian vserver

Isn't it

./teeworlds_srv -f server.cfg

instead?

Or simply rename your cfg file to autoexec.cfg, put it in the same folder as the binary file, then simply execute command

./teeworlds_srv

(execute this command in the same folder as the binary file, obviously)

while(!Success())
    TryAgain();
Try until you succeed.

11

Re: Problems to start server @ debian vserver

Neox wrote:

Isn't it

./teeworlds_srv -f server.cfg

instead?

Or simply rename your cfg file to autoexec.cfg, put it in the same folder as the binary file, then simply execute command

./teeworlds_srv

(execute this command in the same folder as the binary file, obviously)

No, it isn't for system-wide installed executables.

You apparantly need the packet teeworlds-server as well, sorry for that:

sudo apt-get install teeworlds-server