jsterr Asked: 2011-04-14 04:24:32 +0800 CST2011-04-14 04:24:32 +0800 CST 2011-04-14 04:24:32 +0800 CST No sound in shadow-grounds survivor ? (64bit) 772 I start the game and there is no sound. What shoudl I do ? 11.04 2 Answers Voted Best Answer Uli 2011-04-14T08:00:30+08:002011-04-14T08:00:30+08:00 I am guessing you have 64 bit Ubuntu installed. If so, open a terminal and type: cd Installfolderlocation/survivor/lib32/ obviously replace "Installfolderlocation" with the path you chose to install the game to. mv libasound.so.2 libasound.so.2_old ln -s /usr/lib32/libasound.so.2 libasound.so.2 These commands will rename a sound library shipped with the Game, and replace it with a symlink to the corresponding library shipped with Ubuntu. Sound should work afterwards. (Tested on Ubuntu 11.04 64bit.) user34262 2011-11-18T02:28:42+08:002011-11-18T02:28:42+08:00 Installing package 'libopenal1' fixed my problem. Now I have sound in Oilrush running on Ubuntu 11.10 64-bits. sudo aptitude install libopenal1
I am guessing you have 64 bit Ubuntu installed. If so, open a terminal and type:
obviously replace "Installfolderlocation" with the path you chose to install the game to.
These commands will rename a sound library shipped with the Game, and replace it with a symlink to the corresponding library shipped with Ubuntu.
Sound should work afterwards. (Tested on Ubuntu 11.04 64bit.)
Installing package 'libopenal1' fixed my problem. Now I have sound in Oilrush running on Ubuntu 11.10 64-bits.