Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

PSA: If you're using Linux and get a '3502 can't open sound...' message when running Brigand in wine, you can fix it by installing the 32-bit packages for the 'bad' and 'ugly' gstreamer plugins.

In Ubuntu:

sudo dpkg --add-architecture i386

sudo apt update

sudo apt install gstreamer1.0-plugins-bad:i386 gstreamer1.0-plugins-ugly:i386

Hells ya! Thank you. I might get Linux again soon, since it seems like Steam Proton works with almost everything.