• Register

Android Developer

Comment History
RaverX3X
RaverX3X - - 3 comments @ Frozen Synapse

your right thanks for catching that lol... I got mine though them directly so i had it installed before Desura for linux.

Good karma+1 vote
RaverX3X
RaverX3X - - 3 comments @ Frozen Synapse

the issuewith that is libopenal1.so.1 is no longerlocated in the libfolder on a new install or upgrade its been moved to the i386and x64 respective directories u cant of course use the 64 bit version of that lib so i linked the default 32 bit location..Even if you were to do a fresh install of the libopen files it will no longer install to lib folder unless u unpacked it yourself..
The issue people were having with it even tho they linked the library from the lib folder to the frozensnydicate folder waas the fact it wasnt there so u just make a broken link.

Good karma+2 votes
RaverX3X
RaverX3X - - 3 comments @ Frozen Synapse

For Unbuntu 12.04 lts users
To get sound back in the game

find . -iname 'libopenal.so.1'

Has to be ran from terminal and at / directory

If you cannot find it at all on system
sudo apt-get install libopena10a

then run this command
ln -s /usr/lib/i386-linux-gnu/libopenal.so.1 /home/YOUR USER NAME/FrozenSynapse/lib/libopenal.so

that will fix the audio issue

if that doesnt work run this

sudo su apt-get install libopenal-dev

both of those will get you the requiredlibs for audio ENJOY

Good karma+3 votes