Page 1 of 1

DDNet does NOT work!

Posted: Fri Jul 29, 2016 9:55 am
by Teewet
I am using Linux Ubuntu 16.04 32-bit and I get an error if I want start DDNet client.

Code: Select all

That shown up in terminal:

./DDNet: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
EDIT:
SOLVED with installing SDL2

Code: Select all

sudo apt-get install libSDL2-2.0-0
[/color]
Best regards,
Teewet (:

Re: DDNet does NOT work!

Posted: Fri Jul 29, 2016 10:09 am
by deen
Right, you have to install SDL2 using your package manager. Same with SDL1.2 on older DDNet versions and every other TW client btw.

Re: DDNet does NOT work!

Posted: Fri Jul 29, 2016 10:24 am
by Teewet
Thank you (:

Re: DDNet does NOT work!

Posted: Fri Jul 29, 2016 11:07 am
by deen
I wish there was a better notification for this kind of error on Linux, especially for graphical applications a window with the error and a suggested fix should be shown.