• 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.

Sinusbot instance cannot connect after ubuntu upgrade 22.04 to 24.04 error while loading shared libraries: libEGL.so.1

DS_DV

Member
Hi,

i upgraded my server from ubuntu 22.04 to 24.04.
sadly since the sinusbot instance wont conntect and instantly close again with this message:
Code:
2025-05-04T15:02:50+02:00 Closed.
2025-05-04T15:02:50+02:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory

when i try:

Code:
apt-get update
apt-get install -y x11vnc xvfb libxcursor1 ca-certificates curl bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 libxss1 libxcomposite1
update-ca-certificates
from here: https://sinusbot.github.io/docs/installation/linux/

it gives me the error:
Code:
Note, selecting 'libglib2.0-0t64' instead of 'libglib2.0-0'
Package libasound2 is a virtual package provided by:
  liboss4-salsa-asound2 4.2-build2020-1ubuntu3
  libasound2t64 1.2.11-1build2 (= 1.2.11-1build2)
You should explicitly select one to install.

E: Unable to locate package libegl1-mesa
E: Package 'libasound2' has no installation candidate

i tried with
Code:
libasound2t64

still the same :(

please can anyone help solve this problem ?

ill fall back to a snapshot for now i think.
but fixing this would be huge since 22.04 wont have support forever :/

with kind regards


//EDIT1: also tried running the whole sinusbot upgrade and ts3 client upgrade process as well.
i found that the documented:
Code:
cp plugin/libsoundbot_plugin.so TeamSpeak3-Client-linux_amd64/plugins/
# fix the file permissions if you're doing this as root
chown -R sinusbot:sinusbot /opt/sinusbot
does not work due to:
Code:
cp plugin/libsoundbot_plugin.so TeamSpeak3-Client-linux_amd64/plugins/
but i found this one to work:
Code:
cp plugin/libsoundbot_plugin.so teamspeak3-client/plugins/


the problem is still present :(
 
Last edited:
Back
Top Bottom