http://bugs.winehq.org/show_bug.cgi?id=17097
thefirstkeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from thefirstkeet@gmail.com 2009-01-23 14:23:10 --- (In reply to comment #2)
Does it hang on a call to snd_pcm_open() on the capture device by any chance? Which version of alsa-lib are you using?
Thanks for your help! I just fixed the problem myself. I tried booting with kernel-2.6.26-r4, and it worked fine. So I edited my kernel .config file (2.6.27-r7) and set:
[code]CONFIG_SND_SUPPORT_OLD_API=y[/code]
Recompiled my kernel, copied it to my boot directory, and rebooted, and now WINE works fine. :-) Apparently WINE still wants kernel support for the old ALSA API? Just in case you're still wondering, though, I'm using alsa-lib-1.0.17a, and I'm using the relatively new xfi-drivers-1.00 for my Sound Blaster X-Fi card. Thank you again, and sorry for posting something that I caused and should have just fixed myself.