Re: sound3d patch

2008-06-29 Thread Chris Ahrendt
Maarten Lankhorst wrote: > Hi Martin, > > 2008/6/27 Martin <[EMAIL PROTECTED]>: >> Hi. >> >> I am working on a patch to fix a bug which prevents certain games from >> starting. The bug will make wine spit out: >> >> fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID >> {31efac30-

Re: sound3d patch

2008-06-27 Thread Juan Lang
> If somebody could have a look at the patch, or try it out or give me any > other feedback, that would be appreciated. I'm confused: +if (!This->device->buffers) +IKsBufferPropertySetImpl_Create( (This->device->buffers[This->device->nrofbuffers - 1]), (&Thi

Re: sound3d patch

2008-06-27 Thread Chris Ahrendt
Maarten Lankhorst wrote: > Hi Martin, > > 2008/6/27 Martin <[EMAIL PROTECTED]>: >> Hi. >> >> I am working on a patch to fix a bug which prevents certain games from >> starting. The bug will make wine spit out: >> >> fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID >> {31efac30-

Re: sound3d patch

2008-06-27 Thread Maarten Lankhorst
Hi Martin, 2008/6/27 Martin <[EMAIL PROTECTED]>: > Hi. > > I am working on a patch to fix a bug which prevents certain games from > starting. The bug will make wine spit out: > > fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID > {31efac30-515c-11d0-a9aa-00aa0061be93} right bef

sound3d patch

2008-06-27 Thread Martin
Hi. I am working on a patch to fix a bug which prevents certain games from starting. The bug will make wine spit out: fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID {31efac30-515c-11d0-a9aa-00aa0061be93} right before it crashes(see bug 12240). I am working on implementi