Re: ws2/tests: Test AcceptEx with a deferred socket

2009-07-16 Thread Paul Vriens
Mike Kaplinskiy wrote: Paul, Does the attached fix test failures on at least NT4? The 4000 test failures is ok, it's just 3999 of the same failure. The failures are the same because of a mistake on my part. I didn't get a chance to test this since my virtualbox is down until a 2.6.31-compatible

Re: ws2/tests: Test AcceptEx with a deferred socket

2009-07-16 Thread Mike Kaplinskiy
Paul, Does the attached fix test failures on at least NT4? The 4000 test failures is ok, it's just 3999 of the same failure. The failures are the same because of a mistake on my part. I didn't get a chance to test this since my virtualbox is down until a 2.6.31-compatible version of their kernel

Request: Packaging component (or product) for Bugzilla

2009-07-16 Thread Scott Ritchie
Alexandre and I were talking on IRC today about what to do with bugs caused by packaging issues. Most of these are bugs in the packages provided by WineHQ.org and not by the distributions proper (who instead ship stable Wine versions). Consequently, users expect to file the bugs in our bug tracke

Re: New winetricks 20090716: new verbs droid, wenquanyi, dinput8

2009-07-16 Thread Matijn Woudt
(to the list this time) On Fri, Jul 17, 2009 at 1:54 AM, Ben Klein wrote: > 2009/7/16 Hin-Tak Leung : >> I have decided against responding to the chinese thread (so much >> mis-information, ignorance and wrongful entitlement in it, and little >> substance), but I like to point out that the wenqu

Re: New winetricks 20090716: new verbs droid, wenquanyi, dinput8

2009-07-16 Thread Ben Klein
2009/7/16 Hin-Tak Leung : > I have decided against responding to the chinese thread (so much > mis-information, ignorance and wrongful entitlement in it, and little > substance), but I like to point out that the wenquanyi fonts are shipped with > fedora 11. Not sure about fedora 10, but he just

Re: New winetricks 20090716: new verbs droid, wenquanyi, dinput8

2009-07-16 Thread Ben Klein
2009/7/16 Dan Kegel : > Another fortnight, another winetricks. > > Three new verbs: two fonts (droid, wenquanyi), and > one library (dinput8).  (dinput8 is a subset of d3dx9 > which is a subset of directx9.  The fewer native dlls > one installs, the better.) Wait, does the d3dx9 verb install dinpu

suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Joerg-Cyril.Hoehle
Juan Lang wrote: >Note that I never said it was the user's fault, but that it's a >configuration error. In my opinion the proper place to fix this is in >the library installation itself, or in the distribution of Wine. Mike >Kronenberg's package does that--cheers, Mike-- Note that Mike does it e

suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Joerg-Cyril.Hoehle
Juan Lang wrote: >Another way of looking at the error is that MacPorts (and fink, I >presume) install libraries to a path that's not searched by default. >Perhaps this is what you want, and perhaps not, but that's up to you, >not up to Wine. There's confusion here: The problem here is not with Mac

Re: New winetricks 20090716: new verbs droid, wenquanyi, dinput8

2009-07-16 Thread Hin-Tak Leung
above URL.) > > Changes since 20090705: > > > r576 | daniel.r.kegel | 2009-07-15 21:42:37 -0700 (Wed, 15 > Jul 2009) | 2 lines > > Release version 20090716. > > -

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Austin English
On Thu, Jul 16, 2009 at 10:52 AM, Steven Edwards wrote: > On Thu, Jul 16, 2009 at 11:25 AM, Juan Lang wrote: >> Note that I never said it was the user's fault, but that it's a >> configuration error.  In my opinion the proper place to fix this is in >> the library installation itself, or in the dis

gdiplus errors - how to use a workaround

2009-07-16 Thread Susan Cragin
A few months ago I tried compiling wine without all the dependencies that are downloaded with apt-get build-dep wine. I just used a minimum, as wine asked for them. To my surprise, in Dragon NaturallySpeaking the DragonBar came up very crudely sketched, but all the buttons worked. That hasn't

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Steven Edwards
On Thu, Jul 16, 2009 at 11:25 AM, Juan Lang wrote: > Note that I never said it was the user's fault, but that it's a > configuration error.  In my opinion the proper place to fix this is in > the library installation itself, or in the distribution of Wine.  Mike > Kronenberg's package does that--ch

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Juan Lang
> There's confusion here: The problem here is not with MacPorts or Fink. > I have neither of them on my system. Just MacOS, some developer packages > from Mac's install DVD, X11User.pkg from this DVD, XQuartz and > Wine compiled myself (+ SuspiciousPackage.pkg, admitedly). > That's all it takes to

Re: [winhttp] Fix a crash on Vista and higher

2009-07-16 Thread Paul Vriens
Frédéric Delanoy wrote: On Thu, Jul 16, 2009 at 3:48 PM, Paul Vriens wrote: Changelog Fix a crash on Vista and higher -- Cheers, Paul. From b5e1d29ba2f5d5dd8a74c5b9abb301c0f81a5cb3 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 16 Jul 2009 15:47:38 +0200 Subject: [PATCH] Fix a crash

Re: [1/2] ws2_32/tests: IPv6 tests for WSAAddressToStringW

2009-07-16 Thread Alexandre Julliard
Jeff Latimer writes: > @@ -1542,7 +1556,103 @@ static void test_WSAAddressToStringW(void) > ok( !ret, "WSAAddressToStringW() failed unexpectedly: %d\n", > WSAGetLastError() ); > > ok( !lstrcmpW( address, expect4 ), "Expected different address string\n" > ); > -ok( len == sizeof(

Re: [2/3] gdi32/tests: Added tests for StretchBlt

2009-07-16 Thread Alexandre Julliard
Joel Holdsworth writes: > From a08096193c2593e8c99558814472e607696534f6 Mon Sep 17 00:00:00 2001 > From: Joel Holdsworth > Date: Wed, 15 Jul 2009 22:16:31 +0100 > Subject: [PATCH] Added tests for StretchBlt It doesn't work here: ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi

Re: [winhttp] Fix a crash on Vista and higher

2009-07-16 Thread Frédéric Delanoy
On Thu, Jul 16, 2009 at 3:48 PM, Paul Vriens wrote: > Changelog >  Fix a crash on Vista and higher > > -- > Cheers, > > Paul. > > From b5e1d29ba2f5d5dd8a74c5b9abb301c0f81a5cb3 Mon Sep 17 00:00:00 2001 > From: Paul Vriens > Date: Thu, 16 Jul 2009 15:47:38 +0200 > Subject: [PATCH] Fix a crash on Vis

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Emmanuel Maillard
Le 15 juil. 09 à 20:06, Steven Edwards a écrit : On Wed, Jul 15, 2009 at 11:11 AM, Emmanuel Maillard wrote: Since OS X does not provide some of the libraries that we need, should we have a dependency build script that installs those libraries to a standard location (so the users don't need

Re: comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.

2009-07-16 Thread Dmitry Timoshkov
"Austin English" wrote: Can you possibly add a testcase for this to prevent further regressions? As far as I can see that was an existing bug, and it only affects internal treeview item state. -- Dmitry.

Re: comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.

2009-07-16 Thread Austin English
On Thu, Jul 16, 2009 at 3:34 AM, Dmitry Timoshkov wrote: > This patch should fix the regression reported in the bug 19338. > --- >  dlls/comctl32/treeview.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) Can you possibly add a testcase for this to prevent further regressions? --

Re: Wine very very slow in Chinese language of Linux

2009-07-16 Thread Francois Gouget
On Tue, 14 Jul 2009, axel_...@sohu.com wrote: [...] > 1). Reason: Wine uses traditional protocol for communication between > client and server, and it seems that iptables is disabled in > linux/wine. > > Action: execute command "iptables -I INPUT -s 127.0.0.1 -j ACCEPT" That does not sound pla

Re: ws2/tests: Test AcceptEx with a deferred socket

2009-07-16 Thread Paul Vriens
Mike Kaplinskiy wrote: This tests the following AcceptEx scenario: WSAAccept->CF_DEFER->AcceptEx Windows seems to return the deferred socket with AcceptEx (verified on XP & 2K3). Mike. Hi Mike, These new tests fail