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