On Tue, Oct 09, 2007 at 11:20:49AM +0200, Hans Leidekker wrote:
> On Monday 08 October 2007 23:25:06 Marcus Meissner wrote:
>
> > BUT I would like to test run it on windows first, so can someone
> > please run following patch against a real Windows?
>
> toolhelp.c:145: Test failed: new process at
Can you attach the patch instead of including it inline?
Also, can you provide an example of what is broken and why wrapping
things with is going to fix it.
Chris
On 10/10/07, Tony Lambregts <[EMAIL PROTECTED]> wrote:
> Change log: Get additional comments in test results to display properly
>
On Wed, Oct 10, 2007 at 06:22:19PM -0500, King InuYasha wrote:
> While PulseAudio can work through ALSA, it makes you lose the finer grains
> of control over audio when it is sent through ALSA to PulseAudio.
Then it seems that is a limitation of the alsa plugin pulseaudio
provides. Fixing that plu
Compiz has made a workaround available in git for this issue.
http://gitweb.opencompositing.org/?p=fusion/plugins/workarounds;a=commit;h=ddea8b07cf3046e2bb72dd5bc5161a6d24ef9f16
On 10/9/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
>
> Michael Jung <[EMAIL PROTECTED]> writes:
>
> > It seems
While PulseAudio can work through ALSA, it makes you lose the finer grains
of control over audio when it is sent through ALSA to PulseAudio. It is also
redundant in most cases, since PulseAudio generally will be connected to
localhost to ALSA on localhost, so it is not very smart to rely on wineals
On Wed, Oct 10, 2007 at 03:52:36PM -0500, James Hawkins wrote:
> On 10/10/07, Louis Lenders <[EMAIL PROTECTED]> wrote:
> >
> > > > E.g. there is wine-quartz (one dll dlls/quartz/ ) and
> > > > wine-directx-dshow (includes dlls/{quartz,msdmo,qcap}/ ).
> >
> > Well, the common (newbie) user probably
On 10/10/07, Louis Lenders <[EMAIL PROTECTED]> wrote:
> James Hawkins gmail.com> writes:
>
>
> > > Currently we have some categories that exactly fit to one dll and
> > > some categories that include multiple dlls that are related. Also
> > > there is overlap between those two. (And perhaps some t
James Hawkins gmail.com> writes:
> > Currently we have some categories that exactly fit to one dll and
> > some categories that include multiple dlls that are related. Also
> > there is overlap between those two. (And perhaps some that fit in
> > neither.)
> >
> > E.g. there is wine-quartz (one
Hi everybody,
it seems there ist still some space left for a Wine booth at the "Systems"
exhibition in Munich[1], from october 23 to 26. They asked me, but I won't be
able to make it this year. Nor will Kai.
Would anybody be interested to represent the Wine project down there?
Thanks && Chee
On 10/10/07, Jan Zerebecki <[EMAIL PROTECTED]> wrote:
> I agree the wine- prefix should be removed.
>
> Currently we have quite some categories where I don't really know
> how they are defined, so the description should be enhanced so
> there is no confusion over what goes in them.
>
> Currently we
Huw Davies <[EMAIL PROTECTED]> writes:
> --- a/dlls/gdi32/freetype.c
> +++ b/dlls/gdi32/freetype.c
> @@ -2109,6 +2109,7 @@ BOOL WineEngInit(void)
>
> /* load the system truetype fonts */
> data_dir = wine_get_data_dir();
> +if(!data_dir) data_dir = wine_get_build_dir();
This cause
"H. Verbeet" <[EMAIL PROTECTED]> writes:
> On 10/10/2007, Jeremy White <[EMAIL PROTECTED]> wrote:
>> I think a test that fails, or crashes a system because of a driver bug is a
>> broken test.
>> It's admittedly hard to write a test that will detect a vmware situation or
>> driver
>> bug and wor
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes:
> +[uuid(8b05fe77-4a6c-4133-b9cd-8f81747af784)]
> +library Test
> +{
> + importlib("../../stdole2.tlb/std_ole_v2.tlb");
You shouldn't use an explicit path here.
> +#define expect_eq(expr, value, type, format) { type _ret = (expr);
> ok((value)
Hi Jan,
Jan Zerebecki schreef:
> I agree the wine- prefix should be removed.
>
> Currently we have quite some categories where I don't really know
> how they are defined, so the description should be enhanced so
> there is no confusion over what goes in them.
>
> Currently we have some categories
I agree the wine- prefix should be removed.
Currently we have quite some categories where I don't really know
how they are defined, so the description should be enhanced so
there is no confusion over what goes in them.
Currently we have some categories that exactly fit to one dll and
some categor
Hi Alex,
> I've been mulling this over for awhile and I'm potentially willing to
> write the WWN. I've been reading all of patches, devel, and bugs for
> about a year now, so I keep pretty up to date with what's going on. I'm
> a Senior at UIUC and my major is History, so I write quite often.
I've been mulling this over for awhile and I'm potentially willing to
write the WWN. I've been reading all of patches, devel, and bugs for
about a year now, so I keep pretty up to date with what's going on. I'm
a Senior at UIUC and my major is History, so I write quite often.
Let me know if y
On Wed, 10 Oct 2007, Kai Blin wrote:
>
> Szabolcs, the biggest reason why we don't tell people to run applications
> from an NTFS partition is not strictly a technical one but just the fact
> that people then try to run applications they installed under windows.
> This will fail for almost eve
On Mi, 2007-10-10 at 14:44 +0200, Jacek Caban wrote:
> +
> +file_name = mshtml_alloc(size+sizeof(GECKO_FILE_NAME));
> +res = RegQueryValueExA(hkey, "GeckoCabDir", NULL, &type,
> +res = RegQueryValueExA(hkey, "GetckoCabDir", NULL, &type,
> (PBYTE)file_name, &size);
An advantage w
Kai Blin wrote:
> On Wednesday 10 October 2007 11:34:55 [EMAIL PROTECTED] wrote:
>
> Taking this to the mailing list, as it shouldn't be discussed on the bug.
>
>> Vitaliy: what functionality specifically do you need from ntfs-3g? Shared
>> writable mmap support indeed needs an extra kernel patch
On Wednesday 10 October 2007 14:34:12 Dmitry Timoshkov wrote:
> "Jeremy Newman" <[EMAIL PROTECTED]> wrote:
> > Kai Blin wrote:
> >> Hi folks,
> >>
> >> I'd like to have a wine-sspi or wine-secur32 category for bugzilla.
> >
> > I can add this. Which one do you want? Also when adding this, I need a
"Jeremy Newman" <[EMAIL PROTECTED]> wrote:
> Kai Blin wrote:
>> Hi folks,
>>
>> I'd like to have a wine-sspi or wine-secur32 category for bugzilla.
>>
>>
> I can add this. Which one do you want? Also when adding this, I need a
> brief description of what the component is. Just a one line summa
On Wednesday 10 October 2007 12:47:16 Szabolcs Szakacsits wrote:
> On Wed, 10 Oct 2007, Kai Blin wrote:
> > Szabolcs, the biggest reason why we don't tell people to run applications
> > from an NTFS partition is not strictly a technical one but just the fact
> > that people then try to run applicat
"Juan Lang" <[EMAIL PROTECTED]> writes:
> From e3c4fd59e419c74431a7062228d023a9513a5af1 Mon Sep 17 00:00:00 2001
> From: Juan Lang <[EMAIL PROTECTED]>
> Date: Mon, 8 Oct 2007 17:06:41 -0700
> Subject: [PATCH] Test SetupDiInstallClass
>
> ---
> dlls/setupapi/tests/devinst.c | 36
EA Durbin <[EMAIL PROTECTED]> writes:
> +if(!(hkey = create_registry_key())) return ret;
> +hSubkey = NLS_RegOpenSubKey( hkey, geoW );
> +count = sizeof(bufferW);
> +
> +switch( GeoClass ){
> +case GEOCLASS_NATION:
> +NtQueryValueKey(hSubkey, &keyW, KeyValuePartialInfor
[EMAIL PROTECTED] writes:
> diff --git a/dlls/d3dx8/d3dx8.spec b/dlls/d3dx8/d3dx8.spec
> index 3293614..325d0a5 100644
> --- a/dlls/d3dx8/d3dx8.spec
> +++ b/dlls/d3dx8/d3dx8.spec
> @@ -1,4 +1,5 @@
> @ stub D3DXVec2Normalize
> +@ stdcall D3DXVec2LengthSq(ptr)
The function is not stdcall, and AFAI
Hello Dave,
Dave Phillips schreef:
> I'm not a Wine devel, but I am closely allied with the Linux audio
> community (yes, there is such a thing) and I use Wine frequently for
> running Windows ASIO-based music and sound apps. I use Robert Reif's
> wineasio driver, which basically does what Maar
Jacek Caban <[EMAIL PROTECTED]> writes:
> WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
>
> +#define GECKO_FILE_NAME "wine_gecko-" GECKO_VERSION ".cab"
> +#define DEFAULT_CAB_FILE_NAME "/usr/share/wine/gecko/" GECKO_FILE_NAME
You need to use wine_get_data_dir() instead of hardcoding the path.
--
Alexa
On Sun, 7 Oct 2007, Martin Bosner wrote:
[...]
> There are just not enough human resources fot that... But the
> releasenews for each new wine version should cover most interesting
> things that had happened. The short way.
I guess this was mostly humorous, but still, I feel compelled to say
th
On Wednesday 10 October 2007 11:34:55 [EMAIL PROTECTED] wrote:
Taking this to the mailing list, as it shouldn't be discussed on the bug.
> Vitaliy: what functionality specifically do you need from ntfs-3g? Shared
> writable mmap support indeed needs an extra kernel patch which is not in
> mainlin
Dimi Paun <[EMAIL PROTECTED]> writes:
> diff --git a/dlls/wininet/tests/ftp.c b/dlls/wininet/tests/ftp.c
This doesn't work for me:
../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p
wininet_test.exe.so ftp.c && touch ftp.ok
ftp.c:790: Test failed: InternetConnect failed : 12015
win
Hi folks,
I seem to remember that someone posted a patch to the wiki's CSS that will
stop the lists from looking ugly. I can't find that patch, though.
Can someone point me at it?
Cheers,
Kai
--
Kai Blin
WorldForge developer http://www.worldforge.org/
Wine developerhttp://wiki.winehq.
Am Mittwoch, 10. Oktober 2007 10:07:58 schrieb Steven Edwards:
> On 10/10/07, Paul Vriens <[EMAIL PROTECTED]> wrote:
> > But isn't introducing bad or good lists the same as using the the Windows
> > version? I though the general idea is to have tests that act on behavior?
>
> We already do some det
On 10/10/07, Paul Vriens <[EMAIL PROTECTED]> wrote:
> But isn't introducing bad or good lists the same as using the the Windows
> version? I though the general idea is to have tests that act on behavior?
I don't think so, a buggy driver is outside of the scope of something we can
fix or care to wo
Steven Edwards wrote:
> On 10/10/07, H. Verbeet <[EMAIL PROTECTED]> wrote:
>> At that point the only real option is keeping a list of blacklisted
>> video drivers (which some applications actually sort of do), but I'm
>> not sure we really want to go there. I do think we should investigate
>> nativ
On 10/10/07, Steven Edwards <[EMAIL PROTECTED]> wrote:
> On 10/10/07, H. Verbeet <[EMAIL PROTECTED]> wrote:
> > At that point the only real option is keeping a list of blacklisted
> > video drivers (which some applications actually sort of do), but I'm
> > not sure we really want to go there. I do
On 10/10/07, H. Verbeet <[EMAIL PROTECTED]> wrote:
> At that point the only real option is keeping a list of blacklisted
> video drivers (which some applications actually sort of do), but I'm
> not sure we really want to go there. I do think we should investigate
> native failures, and fix them if
Clinton Stimpson <[EMAIL PROTECTED]> writes:
> Clinton Stimpson wrote:
>> Fix for bug 9875 (There are more details in that bug report if you want).
>> Existance of update regions in the wine server correspond with WM_PAINT
>> existing in queue. Existance of Expose events in the X event queue don
On 10/10/2007, Jeremy White <[EMAIL PROTECTED]> wrote:
> I think a test that fails, or crashes a system because of a driver bug is a
> broken test.
> It's admittedly hard to write a test that will detect a vmware situation or
> driver
> bug and work around it, but I think that is what we should d
40 matches
Mail list logo