magnate
2006-Apr-28 11:00 UTC
[Wine] Will they ever fix the DirectSound buffer underrun error?
I'm one of many many people who submitted a duplicate bug report when this happened to me, without realising quite how old this problem is. New Wine versions are coming thick and fast, but every few days someone posts another report that the same problem exists in the latest version with such-and-such a DirectX app. Does anyone know if this is ever likely to be fixed? CC
Daniel Skorka
2006-Apr-28 11:40 UTC
[Wine] Re: Will they ever fix the DirectSound buffer underrun error?
magnate <chrisc@dbass.demon.co.uk> wrote:> New Wine versions are coming thick and fast, but every few days someone > posts another report that the same problem exists in the latest version > with such-and-such a DirectX app. > > Does anyone know if this is ever likely to be fixed?Read the Wine Weekly Newsletter, there have been several issues detailing this problem in the recent past. Daniel
mh.in.england@gmail.com
2006-Apr-29 06:25 UTC
[Wine] Re: Will they ever fix the DirectSound buffer underrun error?
Heya, Try this patch and tell me if it makes any difference: http://plan99.net/~mike/threadprio.patch You will need to run "autoheader; autoconf; ./configure;" then make and make install in the wineserver directory, and then mark wineserver suid root ... chmod +x `which wineserver` I'd be interested to know if this solves the DSound underruns for you in this specific case. Also which app are you wanting to use? thanks -mike
Sylvain Petreolle
2006-Apr-29 06:59 UTC
[Wine] Re: Will they ever fix the DirectSound buffer underrun error?
> Heya, > > Try this patch and tell me if it makes any difference: > > http://plan99.net/~mike/threadprio.patch >Hi Mike, did you submit this to wine-devel and/or bugzilla ? Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.com Windows is proprietary, use free ReactOS instead : http://www.reactos.org
Mike Hearn
2006-Apr-29 15:33 UTC
[Wine] Re: Will they ever fix the DirectSound buffer underrun error?
On Fri, 28 Apr 2006 08:52:34 -0700, magnate wrote:> Does anyone know if this is ever likely to be fixed?Try the SetThreadPriority patch, make the wineserver suid root, and see if it helps. I'll be interested to know if this problem is being caused by scheduler issues too. You can find the patch here: http://plan99.net/~mike/threadprio.patch After you apply it, rerun autoheader, autoconf, then do make and make install inside the server/ directory. Then, if you are doing make install as root, run "chmod +s `which wineserver`". thanks -mike