Chris Ahrendt wrote:
> I have been chasing down a bug which causes a unhandled exception in
> wine for various d3d applications and have found where the problem occurs.
>
> The problem occurs in provider.c in dll/dxdiagn
>
> here is the dif for the patch :
>
> --- provider.c2008-07-15 11:5
On Tue, Jul 15, 2008 at 10:56 PM, Mathias Kosch <[EMAIL PROTECTED]> wrote:
> Dear Sirs and Madams,
>
> while configuration "The Bat!" for wine I had to fix some issues with
> Wine (version 1.1.1). I am now sending you the patches, because I was
> told so in Bugzilla. I hope, they can be applied to
> 1. Does not scale to more complex support checks. I suspect you'll have
> to have to rewrite this as soon as a case comes up that requires more
> than a single support check to establish support. A function pointer
> may
> help here. It would also be interesting to look at similarities and
> dif
On Tue, Jul 15, 2008 at 4:21 PM, <[EMAIL PROTECTED]> wrote:
> I have finally tracked this down and have the patch for an unhandled
> exception error.
>
> The error occurs in provider.c in routine :
>
> static HRESULT DXDiag_InitDXDiagDirectShowFiltersContainer(IDxDiagContainer*
> pSubCont) which
I have finally tracked this down and have the patch for an unhandled exception
error.
The error occurs in? provider.c in routine :
static HRESULT DXDiag_InitDXDiagDirectShowFiltersContainer(IDxDiagContainer*
pSubCont) which is in provider.c in dxdiagn dll.
I won't post the whole routi
On Tuesday 15 July 2008 14:23:29 Kai Blin wrote:
> +
> + ret = pAcquireCredentialsHandleA(NULL, sec_pkg_name,
> SECPKG_CRED_INBOUND, + NULL, NULL, NULL, NULL, &cred, &ttl);
> + pFreeCredentialsHandle(&cred);
> +
Of course I missed the ok() check, and of course it's failing. Seems
> Stefan Dösinger wrote:
This doesn't look bad on the surface, but I have two concerns:
1. Does not scale to more complex support checks. I suspect you'll have
to have to rewrite this as soon as a case comes up that requires more
than a single support check to establish support. A function poi
On Tuesday 15 July 2008 12:52:49 Kai Blin wrote:
Please disregard this one. It's a bit too small, and I've got a small addition
that really doesn't make too much sense by itself, but fits into this patch
better than it fits into the next patch. I'll resend in a moment.
Kai
--
Kai Blin
WorldFo
On Tue, Jul 15, 2008 at 1:13 AM, George Dunlap <[EMAIL PROTECTED]> wrote:
> Downloaded wine-1.1.1.tar.bz2, and after unzipping, running configure
> (which included adding some -dev libraries to make it happy) and 'make
> depend', it ran for several minutes before stopping here:
>
> --snip--
> make[