Re: alsa->pulseaudio->alsa directsound hang

2007-11-01 Thread Al Tobey
On 10/31/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi Al, > > Al Tobey schreef: > > I spent some time this evening playing around with trying to get wine > > sound output to go through pulseaudio on my fc8/rawhide (x86_64) box. > > I tried wine 0.9.

alsa->pulseaudio->alsa directsound hang

2007-10-30 Thread Al Tobey
I spent some time this evening playing around with trying to get wine sound output to go through pulseaudio on my fc8/rawhide (x86_64) box. I tried wine 0.9.43 (built), 0.9.47 (fc8 rpm), and Crossover 6.2.0. I was testing with Steam/TF2, but found that the same issue comes up with a install of

New d3d8 code and FFXIBench3 - pretty good!

2006-02-28 Thread Al Tobey
k properly then submit it. I'm not convinced MSDN is telling the whole truth about how partial copies should work. Keep up the good work! -Al Tobey

Re: dlls/wined3d/device.c GetCreationParameters

2006-01-16 Thread Al Tobey
> Hi Al, > > Almost got it this time :) > You should be checking that pParameters is not NULL, not &This->createParms. > Note that if This is not-NULL, &This->creatParms will be not null as well > since > you are just getting the address of a struct. Also on failure, according to > MSDN, you shou

Re: dlls/wined3d/device.c GetCreationParameters

2006-01-16 Thread Al Tobey
Here is the new patch. I did some additional testing and couldn't get the same app to fail on that function again. It still works with this new patch, so I'm assuming for now that it's correct.Anyways, thanks again. -Al Tobey On 1/16/06, Aric Cyr <[EMAIL PROTECTED]>

Re: dlls/wined3d/device.c GetCreationParameters

2006-01-16 Thread Al Tobey
Thanks for the feedback everybody. I'll rewrite it along with a test of some sort tonight. -Al Tobey On 1/16/06, Aric Cyr <[EMAIL PROTECTED]> wrote: > On 1/16/06, H. Verbeet <[EMAIL PROTECTED]> wrote: > > If the D3DDEVICE_CREATION_PARAMETERS struct got zeroed out

Re: dlls/wined3d/device.c GetCreationParameters

2006-01-14 Thread Al Tobey
safest for now. -Al Tobey On 1/14/06, Al Tobey <[EMAIL PROTECTED]> wrote: > I'd just post to wine-patches, but I think this needs another set of > eyes. According to MSDN, this just sets a pointer to the creation > parameters.The attached patch makes this function work, b

dlls/wined3d/device.c GetCreationParameters

2006-01-14 Thread Al Tobey
s shaking out a bunch of missing stuff in d3d9 - patches may follow. -Al Tobey diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index b057a36..cad4468 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -6132,23 +6132,18 @@ FIXME("(%p) Dialogs cannot be disab

Re: Starter projects for new Wine contributors?

2006-01-09 Thread Al Tobey
at problems I'm running into but don't quite know how to fix.Once I make a test that a more seasoned wine developer can use to accelerate their work, it's more likely they'll fix it (and keep it that way). http://www.winehq.org/site/docs/winedev-guide/testing -Al Tobey >