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-
> 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
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-
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
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