Posted December 18, 2019
PROBLEM
When i try to launch the game I watch this error.
$ ./start.sh
Running Blade Runner (Spanish)
Starting ScummVM
/home/[user_name]/GOG Games/Blade Runner Spanish/game/scummvm/scummvm_x86_64: error while loading shared libraries: libSDL2_net-2.0.so.0: cannot open shared object file: No such file or directory
Done.
SOLUTION
Execute install this command in Ubuntu 18.04
---------------------------------------------------------------------
sudo apt-get install libsdl2-net-2.0-0
---------------------------------------------------------------------
After this the game will strat normally.
When i try to launch the game I watch this error.
$ ./start.sh
Running Blade Runner (Spanish)
Starting ScummVM
/home/[user_name]/GOG Games/Blade Runner Spanish/game/scummvm/scummvm_x86_64: error while loading shared libraries: libSDL2_net-2.0.so.0: cannot open shared object file: No such file or directory
Done.
SOLUTION
Execute install this command in Ubuntu 18.04
---------------------------------------------------------------------
sudo apt-get install libsdl2-net-2.0-0
---------------------------------------------------------------------
After this the game will strat normally.