Re: make test drill

2007-10-10 Thread H. Verbeet
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 do. At

Re: make test drill

2007-10-10 Thread Steven Edwards
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

Re: make test drill

2007-10-10 Thread Paul Vriens
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 native

Re: x11drv: don't consume Expose events when filter contains QS_PAINT

2007-10-10 Thread Alexandre Julliard
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't

Re: make test drill

2007-10-10 Thread Steven Edwards
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 think we

Re: make test drill

2007-10-10 Thread 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? I don't think so, a buggy driver is outside of the scope of something we can fix or care to

Re: make test drill

2007-10-10 Thread Stefan Dösinger
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 detection

Re: ftp.c: skip tests if we can't connect to ftp.winehq.org

2007-10-10 Thread Alexandre Julliard
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 wine:

CSS changes to the Wiki

2007-10-10 Thread Kai Blin
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 developer

Re: What happened to the Wine Newsletters?

2007-10-10 Thread Francois Gouget
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

Re: mshtml #3: Added support for installing Gecko from the local file.

2007-10-10 Thread Alexandre Julliard
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. -- Alexandre

Re: PulseAudio as a sound output?

2007-10-10 Thread Maarten Lankhorst
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 Maarten

Re: [Bug 9962] wine ntfs-3g segfaults

2007-10-10 Thread Kai Blin
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 mainline

Re: kernel32/locale.c: partially implement GetUserGeoID()

2007-10-10 Thread Alexandre Julliard
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, KeyValuePartialInformation,

Re: setupapi(1/16): Test SetupDiInstallClass

2007-10-10 Thread Alexandre Julliard
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

Re: d3dx8: patch 2; Implement D3DXVec2LengthSq

2007-10-10 Thread Alexandre Julliard
[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 AFAICS

Re: [Bug 9962] wine ntfs-3g segfaults

2007-10-10 Thread Kai Blin
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 applications

Re: wine-sspi category for bugzilla.

2007-10-10 Thread Dmitry Timoshkov
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 summary. While we

Re: wine-sspi category for bugzilla.

2007-10-10 Thread Kai Blin
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 brief description

Re: [Bug 9962] wine ntfs-3g segfaults

2007-10-10 Thread Vitaliy Margolen
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 which

Re: mshtml: Added support for installing Gecko from the local file. [fixed]

2007-10-10 Thread Detlef Riekenberg
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 with a

revamp categories

2007-10-10 Thread Jan Zerebecki

Re: [Bug 9962] wine ntfs-3g segfaults

2007-10-10 Thread Szabolcs Szakacsits
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 every

Re: What happened to the Wine Newsletters?

2007-10-10 Thread Alex Waite
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

Re: What happened to the Wine Newsletters?

2007-10-10 Thread Juan Lang
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.

defining and revamping our bugzilla categories

2007-10-10 Thread Jan Zerebecki
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

Re: defining and revamping our bugzilla categories

2007-10-10 Thread Maarten Lankhorst
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 that

Re: oleaut32: function kind for dispatch interfaces should be FUNC_DISPATCH (with test, fixes bug #9057)

2007-10-10 Thread Alexandre Julliard
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) == _ret,

Re: make test drill

2007-10-10 Thread Alexandre Julliard
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 work around it, but

Re: gdi32: Try to load Wine's TrueType fonts from the build directory.

2007-10-10 Thread Alexandre Julliard
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 causes a

Re: defining and revamping our bugzilla categories

2007-10-10 Thread James Hawkins
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 have

Wine at Systems in Munich

2007-10-10 Thread David M. Gümbel
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 Cheers,

Re: defining and revamping our bugzilla categories

2007-10-10 Thread Louis Lenders
James Hawkins truiken at 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

Re: defining and revamping our bugzilla categories

2007-10-10 Thread James Hawkins
On 10/10/07, Louis Lenders [EMAIL PROTECTED] wrote: James Hawkins truiken at 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

Re: defining and revamping our bugzilla categories

2007-10-10 Thread Jan Zerebecki
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 won't know

Re: PulseAudio as a sound output?

2007-10-10 Thread King InuYasha
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

Re: Window decorations missing on Compiz/Debian Etch

2007-10-10 Thread King InuYasha
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 that the

Re: PulseAudio as a sound output?

2007-10-10 Thread Jan Zerebecki
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

Re: [AppDB] Get additional comments to display properly

2007-10-10 Thread Chris Morgan
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 pre 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