Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

Bot don't connect to the server

Status
Not open for further replies.

mitto98

Member
Hi, i've this little issue.

when i try to turn on the bot it doesn't connect and in the consolle it gives me this error

2015/07/08 23:39:56 ee53cb3e 9bc6bc76 INFO Starting instance ts3server://ts3.eazygaming.it?port=9987&nickname=EaZyBot&password=&channel=&channelpassword=
2015/07/08 23:39:56 ee53cb3e 9bc6bc76 INFO TSClient quit.

i'm on a clean installation of centos with only a ts3 server running.

Can someone help me?
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Most CentOS versions seem to use a really outdated glibc / stdlibc++ version that's not compatible. If you increase the LogLevel to 10, it would probably tell you that.
 

mitto98

Member
i've increased log level to 10, and now it give me this error,


This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem.
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem.

i've tried to reinstall qt but nothing changed, i've tried typing on google the error i didn't found a solution
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Looks weird. How did you start it?
NEVER install Qt manually - it always comes bundled with the compatible TS Client.
 

mitto98

Member
This are the missing libraries, i've tried to install but nothing seems to change

[sinus@vps168678 TeamSpeak3-Client-linux_amd64]$ export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
[sinus@vps168678 TeamSpeak3-Client-linux_amd64]$ ldd platforms/libqxcb.so
linux-vdso.so.1 => (0x00007fff1e175000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007ff0cc84c000)
libX11.so.6 => not found
libX11-xcb.so.1 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007ff0cc629000)
libfontconfig.so.1 => not found
libfreetype.so.6 => not found
libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x00007ff0cc426000)
librt.so.1 => /lib64/librt.so.1 (0x00007ff0cc21e000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007ff0cbeea000)
libQt5Gui.so.5 => ./libQt5Gui.so.5 (0x00007ff0cb93e000)
libQt5Core.so.5 => ./libQt5Core.so.5 (0x00007ff0cb21d000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff0cb000000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007ff0cacf9000)
libm.so.6 => /lib64/libm.so.6 (0x00007ff0ca9f7000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007ff0ca7e0000)
libc.so.6 => /lib64/libc.so.6 (0x00007ff0ca41f000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff0ccd61000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007ff0ca21b000
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Yeah, libx11 and libfreetype seem to be needed.
There's a guide available here, but it installs a full desktop environment - which is not required at all. I've not yet found the time to look into CentOS installation myself.

Even after you got the client to run, you might run into the next problem with the libstdc++ library compatibility...
 

mitto98

Member
i've made so much tryes in my vps, so now i've so much error when i try to install the desktop interface, as soon as i can reinstall it i will try this solution.
Meanwhile i've made this Translation in italian
 
Status
Not open for further replies.
Top