[SOLVED] TeamSpeak does not work properly

From what i saw this isnt a bazzite only issue but ive been trying to setup teamspeak and managed to get it to open after a long while of troubleshooting however the audio devices do not work.
No description
No description
No description
Solution:
i destroyed some virtual sinks from soundux in that, works now, thanks
Jump to solution
45 Replies
miguelvf3
miguelvf3OP2mo ago
i already put some of the things this is what i got from the website i had to run it with sudo ./ts3_client_runscript.sh --no-sandbox for it to work and not crash
termdisc
termdisc2mo ago
input and output work fine for TS3 for me using the Options menu for Playback and Capture
miguelvf3
miguelvf3OP2mo ago
for me i could not get the flatpak version tow ork
termdisc
termdisc2mo ago
I have done no modifications after installing TS3 (i.e., flatseal permissions changes)
tryhardsoccermomswag
like ive said in the chat, run it through the terminal see why the flatpak won't run
miguelvf3
miguelvf3OP2mo ago
i dont really know how to run flatpak through the terminal
termdisc
termdisc2mo ago
flatpak run com.teamspeak.TeamSpeak3
miguelvf3
miguelvf3OP2mo ago
No description
miguelvf3
miguelvf3OP2mo ago
teamspeak5
No description
miguelvf3
miguelvf3OP2mo ago
any idea on whats going on?
termdisc
termdisc2mo ago
the first line is concerning because I don't have that at all, and it sounds like you're trying to access something weird. can you reset your flatpak permissions for these? flatpak override --reset com.teamspeak.TeamSpeak3 flatpak override --reset com.teamspeak.TeamSpeak
miguelvf3
miguelvf3OP2mo ago
No description
miguelvf3
miguelvf3OP2mo ago
i reset it thorugh the ui
miguelvf3
miguelvf3OP2mo ago
No description
termdisc
termdisc2mo ago
from quickly opening and closing TS3
miguelvf3
miguelvf3OP2mo ago
yeah idk what to do i was troubleshooting this since yesterday
miguelvf3
miguelvf3OP2mo ago
running through sudo did this
No description
termdisc
termdisc2mo ago
can you run flatpak update
miguelvf3
miguelvf3OP2mo ago
only these apps
No description
miguelvf3
miguelvf3OP2mo ago
did you manage to figure out whats going on
miguelvf3
miguelvf3OP2mo ago
https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/462 this post here says something about mapping device.description fixes it
GitLab
Teamspeak crashes on startup, won't open [pipewire-pulse] (#462) · ...
I am using Arch Linux with Pipewire (version 0.3.17) as a PulseAudio/Jack replacement. $...
miguelvf3
miguelvf3OP2mo ago
any clue on how to do that? also any clue on how to fix the teamspeak5 issue maybe?
miguelvf3
miguelvf3OP2mo ago
after changing some perimissions and setting the driver name it still doesnt launch
No description
miguelvf3
miguelvf3OP2mo ago
man i actually have no clue on what to do this thing just makes no sense how you got it ootb but i cant get it to run no matter what i try i think i just cant fix this because like, it works for other people with bazzite but not me is this an issue because i installed bazzite from fedora instead of installing the bazzite iso (i had no storage on my usb for it)?
HikariKnight
HikariKnight2mo ago
No because everyone is using the same image
miguelvf3
miguelvf3OP2mo ago
hm still cant understand why termdisc managed to run it but i cant
HikariKnight
HikariKnight2mo ago
Issue is either hardware related or home folder related as those are the only 2 things that is not the same. Whole point with an image based system is that if the issue was because of the os then everyone will have the issue because everyone has the same immutable base
miguelvf3
miguelvf3OP2mo ago
hm do you know any way to fix this because i still cant understandw hat im supposed to do
HikariKnight
HikariKnight2mo ago
No I don't because the output only says a crash dump has been made it will help the teamspeak devs know why it crashed. I just answered your question about if it was caused by you rebasing from fedora which is a no You can try clear the data files for teamspeak since you have messed with running it as sudo and other stuff For flatpak it should be in the .var folder somewhere in your home folder Ctrl+h to unhide it if you didn't know as it's hidden by default because it starts with a dot
miguelvf3
miguelvf3OP2mo ago
same issue /app/extra/ts3client_runscript.sh: line 11: 5 Segmentation fault (core dumped) ./ts3client_linux_amd64 $@ i think this is the main problem i did manage it to run, if i go into that folder and run the runscript with sudo and --no-sandbox but then my audio doesnt work that was my original post but i didnt know flatpak shouldve been working
HikariKnight
HikariKnight2mo ago
flatpaks are isolated from all of the system and should just work as they include all their dependencies if that crashes youre better asking teamspeak support for help since we probably cannot read the crash dumps it makes
termdisc
termdisc2mo ago
the closest I got to anything was this post with a similar (but possibly not the same) error https://bbs.archlinux.org/viewtopic.php?id=201361 this one was resolved with fixing libGL errors
miguelvf3
miguelvf3OP2mo ago
How do i do that
termdisc
termdisc2mo ago
it's probably an unrelated error to your situation
miguelvf3
miguelvf3OP2mo ago
oh damn
termdisc
termdisc2mo ago
Reddit
From the linux4noobs community on Reddit
Explore this post and more from the linux4noobs community
termdisc
termdisc2mo ago
following the rabbit trail:
Edit 2: I figured it out! Turns out when running pipewire, teamspeak assumes that all audio nodes have a device.description, and a node.description. My custom sinks did not have those. screams internally
miguelvf3
miguelvf3OP2mo ago
this is kinda whats said here i dont know how to have those
HikariKnight
HikariKnight2mo ago
you can use pactl list to check your sinks going to look like a mess though and i cant make much use of it myself either, i barely work with pipewire think you can also check using coppwr from discover if you want a more gui way (still going to be a confusing mess though if you dont know how to work with patchbays)
HikariKnight
HikariKnight2mo ago
No description
miguelvf3
miguelvf3OP2mo ago
how do i give them those properties
HikariKnight
HikariKnight2mo ago
has to be done on creation i believe so if you have any sinks you made yourself then you need to edit the config file that makes them if you dont do anything custom then idk it should be added automatically by the device
miguelvf3
miguelvf3OP2mo ago
I believe i didnt make any, unless its an issue with an app that made one i think the only one that could do that is soundux or easyeffects but neither are open
Solution
miguelvf3
miguelvf32mo ago
i destroyed some virtual sinks from soundux in that, works now, thanks
miguelvf3
miguelvf3OP2mo ago
but yeah, thanks yall for helping
Want results from more Discord servers?
Add your server