SinusBot - My instances having errors. NEED HELP FAST.

KamiBoku

Member
Joined
Aug 14, 2016
Messages
5
Reaction score
0
Points
48
On sinusbot when i click on Button Green, after 3 seconds the button comes to orange. and on Instance Log says:

2016-08-29T08:18:13+01:00 < CloseListener
2016-08-29T08:18:13+01:00 > CloseListener
2016-08-29T08:18:12+01:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2016-08-29T08:18:12+01:00 Closed.
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libc++abi.so.1)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libc++.so.1)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libQt5Sql.so.5)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libQt5Widgets.so.5)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libQt5Network.so.5)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libQt5Gui.so.5)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libQt5Core.so.5)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/libquazip.so)
2016-08-29T08:18:12+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/sinusbot/teamspeak3-client/ts3client_linux_amd64)
2016-08-29T08:18:12+01:00 Starting instance ts3server://89.152.112.96?port=9987&nickname=TS3SB-Demobot&password=&channel=&channelpassword=



Please Help me i need much this working!
I have updated or installed the latest version of libc6.
Thanks you guys!
 

dedmen

TeamSpeak Developer
Contributor
Joined
Mar 28, 2016
Messages
530
Reaction score
584
Points
197
It needs glibc version 2.14 ... The "latest" doesnt have to mean the newest.. for example the stable apt-repository on debian does not include the always newest version. Make sure you have 2.14 if not.. download it manually and put it into your teamspeak client directory. you may have to set the LD_Something path.. you can check the ts3server_minimal_runscript.sh from the teamspeak server files on how to do that.
 

techgolem

Member
Joined
Jan 12, 2016
Messages
38
Reaction score
12
Points
50
Try to run this Commands:
apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2 -y
update-ca-certificates
apt-get install
libglib2.0-0

btw. you should remove the ip in this log ^^
 

dedmen

TeamSpeak Developer
Contributor
Joined
Mar 28, 2016
Messages
530
Reaction score
584
Points
197
Try to run this Commands:
apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2 -y
update-ca-certificates
apt-get install
libglib2.0-0

btw. you should remove the ip in this log ^^

why would you install vnc and xvfv when you only need glibc?
 

techgolem

Member
Joined
Jan 12, 2016
Messages
38
Reaction score
12
Points
50
because this are the whole packages you need for this bot..
 
Top