You are not logged in.
Pages: 1
Just yesterday Teamspeak3 had an update.
After this update, when I attempt to run the program I am receiving this error:
./ts3client_linux_amd64: error while loading shared libraries: libfmodex64.so: cannot open shared object file: No such file or directoryI've read a million posts about related issues but I haven't found a fix for this yet. This is what my ts3client_runscript.sh file looks like...
#!/bin/bash
export QT_PLUGIN_PATH=.
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
cd "$(dirname "${0}")"
if [ -e ts3client_linux_x86 ]; then
./ts3client_linux_x86 $@
else
./ts3client_linux_amd64 $@
fiThe Teamspeak3 folder is currently in my ~ directory. It's worked there forever, and I'm not entirely sure why I'm getting this error. The libfmodex64.so file is clearly there in the Teamspeak3 folder.
Any suggestions?
Last edited by ubermensch00 (2010-08-05 16:21:56)
Offline
Well I have it launching now. However it isn't catching my mic or speakers. When I attempt to test them in Teamspeak I get this:
2010-08-05 14:09:32.335350|ERROR |FMODPlayback | | Error! You are using an old version of FMOD 274438. This program requires 274690
2010-08-05 14:09:32.335432|ERROR |PlaySoundSet | | Error opening playback device to play test soundOffline
NOTE: An attempted re-install of fmod didn't seem to make a difference. I went to www.fmod.org, downloaded the tar, installed it, and I still get the same error.
Offline
Maybe installing fmodex would help? ![]()
It's in [community] and includes /usr/lib/libfmodex64.so.
Dummkopf. ![]()
Last edited by Arm-the-Homeless (2010-08-06 19:00:47)
Offline
Pages: 1