You are not logged in.

#1 2010-08-05 16:20:57

ubermensch00
Member
Registered: 2010-07-20
Posts: 29

Teamspeak3

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 directory

I'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 $@
fi

The 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

#2 2010-08-05 18:11:28

ubermensch00
Member
Registered: 2010-07-20
Posts: 29

Re: Teamspeak3

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 sound

Offline

#3 2010-08-05 18:27:34

ubermensch00
Member
Registered: 2010-07-20
Posts: 29

Re: Teamspeak3

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

#4 2010-08-06 18:58:22

Arm-the-Homeless
Member
Registered: 2008-12-22
Posts: 273

Re: Teamspeak3

Maybe installing fmodex would help? tongue
It's in [community] and includes /usr/lib/libfmodex64.so.

Dummkopf. tongue

Last edited by Arm-the-Homeless (2010-08-06 19:00:47)

Offline

Board footer

Powered by FluxBB