Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Multi-platform modular music creation studio
Post Reply
gigi
Posts: 92
Joined: Sat Dec 15, 2012 3:33 pm

Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by gigi »

Hello Alex,
If you need another information about, please, tell me.
See this screenshot.
Thanks.
Attachments
32 bit
32 bit
Cant Open Sunvox on Ubuntu 16 04 LTS.png (25.87 KiB) Viewed 3827 times
forestcreature
Posts: 9
Joined: Mon Dec 19, 2016 3:56 am

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by forestcreature »

the file doesn't have the executable permission set for your user or group, which is why your desktop is treating it as a document rather than an executable program file

i imagine that you could right-click or similar and find a way of setting it to be executable, or, from a terminal prompt in that directory:

Code: Select all

chmod +x sunvox
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by NightRadio »

If still not working, please try to launch SunVox from the Terminal:

Code: Select all

cd sunvoxdirectory
./sunvox
gigi
Posts: 92
Joined: Sat Dec 15, 2012 3:33 pm

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by gigi »

Thank you !!!
I right-clicked on the file and checked "allow executing file as program" and it worked !
:good:
Aurore
Posts: 3
Joined: Sat May 12, 2018 9:01 pm

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by Aurore »

Hi there, same problem on linux mint 18.2 64bit :

aurore@computer ~ $ cd /home/aurore/Musique/sunvox/sunvox/linux_x86_64/
aurore@computer ~/Musique/sunvox/sunvox/linux_x86_64 $ ./sunvox
./sunvox: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory

(chmod +x is done)
Aurore
Posts: 3
Joined: Sat May 12, 2018 9:01 pm

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by Aurore »

...

sorry, I did check after libSDL2-2.0.so.0 before posting

aurore@computer ~ $ sudo apt-get install libSDL2-2.0.so.0
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libSDL2-2.0.so.0
E: Couldn't find any package by glob 'libSDL2-2.0.so.0'
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « libSDL2-2.0.so.0 »

I'm going to search a little more!
Aurore
Posts: 3
Joined: Sat May 12, 2018 9:01 pm

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by Aurore »

OK

right command is:

sudo apt-get install libsdl2-2.0-0:i386

bye!
thebrackett
Posts: 2
Joined: Sun Dec 02, 2018 12:00 pm

Re: Can't Open Sunvox in Ubuntu 16.04 LTS 32 bit

Post by thebrackett »

Thank you so much! Turning an old toughbook into a sunvox box using Mint and this was just what I needed!

Thanks for posting your solution!
Post Reply