Posted October 04, 2018
high rated
After installing Stellaris on KDE Neon (16.04) I had an issue of launching the game:
>> Running Stellaris
>> ./stellaris: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or
I could fix this by installing the 32-bit version of libuuid:
sudo apt-get install libuuid1:i386
After launching the game, sound did not work, but I fixed it by installing the 32-bit version of libpulse0:
sudo apt install libpulse0:i386
for some reason, Stellaris needs 32-bit libraries to work.
I hope I can help someone of you <3
>> Running Stellaris
>> ./stellaris: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or
I could fix this by installing the 32-bit version of libuuid:
sudo apt-get install libuuid1:i386
After launching the game, sound did not work, but I fixed it by installing the 32-bit version of libpulse0:
sudo apt install libpulse0:i386
for some reason, Stellaris needs 32-bit libraries to work.
I hope I can help someone of you <3