https://bugs.winehq.org/show_bug.cgi?id=32542
--- Comment #18 from winetest@luukku.com --- (In reply to bkbk9 from comment #17)
(In reply to winetest from comment #16)
Bug 42010 has a patch it would be good if someone could test it over here. I was about to test this bug, but my wine doesn't see pulseaudio development files as installed and I have no pulseaudio support working and this program refuses to start because no audio available.
Not a Wine/Linux programmer but let me know if there's a link to the Wine source with that patch included, I can compile it and test it on a Linux box here.
Well if you can set build enviroment you just git pull wine source (wine faq for quidance). And the add the patch like this patch -p1 <nameofthepatch.patch. And then just make -j numberofcores on cpu. Setting build enviroment is the hardest thing.