http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #8 from Mike Hollis mhollisjr@gmail.com 2011-09-13 05:47:41 CDT --- (In reply to comment #4)
Created an attachment (id=36335)
--> (http://bugs.winehq.org/attachment.cgi?id=36335) [details]
winealsa.drv: Allow creation of the default device even if all real devices failed to open
Thanks for the nice report. Can you apply this patch to latest Git and try again?
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?(In reply to comment #6)
(In reply to comment #5)
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?
(It's not strictly necessary to have a new checkout as I do here, but if you do use an existing clone, make sure it's up to date and if you reverted the offending patch locally then undo that).
- git clone git://source.winehq.org/git/wine.git ~/wine-git
- cd ~/wine-git
- wget "http://bugs.winehq.org/attachment.cgi?id=36335" -O winealsa.patch
- git am winealsa.patch
- ./configure && make
- ./wine winecfg (and let us know if it works)
If you have any issues with the above instructions, it's probably easiest to get help on #winehq on Freenode.
Thank you very much, it's compiling now, unfortunately I have to go to work now but I'll report back tonight with the results