• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

XCB

Dr_Demo

Active Member
Hi,

We are using Debian 8 and Teamspeak Server version 3.1.3 and Sinusbot 0.13.37-9791176. We have XBC installed and reinstalled already, however:

Code:
2018-06-02T00:31:18+02:00 Storing configuration.
2018-06-02T00:31:17+02:00 BOT-CONFIG [admin] CHAN CHANPW ANNOUNCE DESCRIPTION ANNOUNCESTR TTSURL CC OK
2018-06-02T00:31:01+02:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018-06-02T00:31:01+02:00 Closed.
2018-06-02T00:31:01+02:00 TS>Reinstalling the application may fix this problem.
2018-06-02T00:31:01+02:00 TS>
2018-06-02T00:31:01+02:00 TS>Available platform plugins are: xcb.
2018-06-02T00:31:01+02:00 TS>
2018-06-02T00:31:01+02:00 TS>in "".
2018-06-02T00:31:01+02:00 TS3Client reported missing dependencies for xcb. Please install xcb and try again. On Ubuntu / Debian you can usually as root run: apt-get install xcb
2018-06-02T00:31:01+02:00 TS>This application failed to start because it could not find or load the Qt platform plugin "xcb"
2018-06-02T00:31:01+02:00 TS>QCoreApplication::applicationDirPath: Please instantiate the QApplication object first
2018-06-02T00:31:01+02:00 Starting instance ts3server://94.250.223.4?port=15057&nickname=Nickname&password=&channel=&channelpassword=
2018-06-02T00:31:01+02:00 About to run.
2018-06-02T00:31:01+02:00 Prespawn.
 
Last edited by a moderator:

irgendwr

no longer active, "retired" staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Install all of the required dependencies as described in the wiki.
 

ZerefGG

Member
Code:
2018-06-02T00:31:01+02:00 TS3Client reported missing dependencies for xcb. Please install xcb and try again. On Ubuntu / Debian you can usually as root run: apt-get install xcb
try to reinstall xcb
sudo apt-get purge xcb sudo apt-get purge --auto-remove xcb
and install it again
sudo apt-get install xcb
 

irgendwr

no longer active, "retired" staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Try
Bash:
apt update && apt install x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 -y
and restarting the bot.

Also: Which TS Client Version does the bot use?
And please provide the output of the diag script.
 
Top