I’m having an issue where numerous apps downloaded from Itch.io do not play sound, and VLC media player stops playing sound when my computer is under load. I saw someone else say this issue could be caused by a Linux machine not having the 32 bit sound libraries needed.
But I frankly have no idea how to install those, nor am I 100% sure if that’s my issue, it’s just my only lead. Can anyone help?
Do we know what platform itch.io games are running on? Are they steam/flatpak/appimage or something else, for example?
vlc not playing sound could just be a system load thing, but we should look for more information to begin with. I would not expect that to be related to 32 bit libraries—those aren’t required in general.
Can you please check your system logs when you notice this issue? You should hopefully see error messages there that tell us what’s going on:
We’ll cover VLC first because upon examination the Itch.io issue is of my own making and would require different steps.
System load would make sense as the cause - what happens is that I’ll pause my music and alt tab, maybe to Youtube, then tab back and it won’t play music from VLC after I unpause it, it just cuts off. I have to rewind a couple seconds in VLC and that seems to fix the issue generally.
Running journalctl in the terminal gives me a lot of data I’m not quite sure what to do with. What should I be looking for here? Or is there a command I can run that gives data specifically related to VLC?
ffmpeg is a multimedia framework that VLC uses to play media, the standard version does not work perfectly for everyone. You can replace it by a more complete version from the community maintained repository RPMFusion. You can find the instructions for that below: