Hi all, just installed wine 0.9.24 and all works fine except the sound. If some program tries to use audio wine crashes. Sadly the debugger doesn't work (can't attach to process) so where could be the problem. Running wine under apple X11. Cheers, Patrick
Patrick <beforegod <at> myrealbox.com> writes:> > Hi all, > > just installed wine 0.9.24 and all works fine except the sound. > If some program tries to use audio wine crashes. >There is an issue with the sound device probing code. I have a patch, and will submit it soon; however, in the meantime a quick fix is to add the following registry key using 'regedit': [HKEY_CURRENT_USER\Software\Wine\Drivers] "Audio"="coreaudio" -Ojas