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