1
General / Cannot start the game
« on: March 09, 2018, 09:49:25 AM »
Hi.
Ubuntu user. When launching the game from the terminal, I get this error:
./asciisec: error while loading shared libraries: libSDL2_mixer-2.0.so.0: cannot open shared object file: No such file or directory
I understand that I need "SDL2, SDL2_mixer and SDL2_image". How do I get these? Searching "SDL2" in my package manager yields only software that references that it uses SDL2 in its description.
I've tried installing SDL2 manually with these commands:
sudo apt install libsdl2-2.0
sudo apt install libsdl2-dev
The installations were successful. Trying to launch the game returns the same error as before.
Ubuntu user. When launching the game from the terminal, I get this error:
./asciisec: error while loading shared libraries: libSDL2_mixer-2.0.so.0: cannot open shared object file: No such file or directory
I understand that I need "SDL2, SDL2_mixer and SDL2_image". How do I get these? Searching "SDL2" in my package manager yields only software that references that it uses SDL2 in its description.
I've tried installing SDL2 manually with these commands:
sudo apt install libsdl2-2.0
sudo apt install libsdl2-dev
The installations were successful. Trying to launch the game returns the same error as before.