Re: Direct3D Game test framework

2007-06-27 Thread Steven Edwards
On 6/27/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: --no-vnc works fine for me for playing tests, but it does not work for recording tests. Thats pretty bad because the vnc server does not even have opengl, not even a software renderer. Because of that the benchmarks refuse Could we add an e

Re: [1/2] gdi32: Added PolyDraw tests to tests/path.c [try2]

2007-06-27 Thread Misha Koshelev
> +static const path_test_t polydraw_path[] = { > +{300, 300, 6, 0, 0}, /*0*/ > +{150, 200, 2, 0, 0}, /*1*/ > +{200, 150, 3, 0, 0}, /*2*/ > +{300, 300, 6, 0, 1}, /*3*/ > +{300, 300, 2, 0, 0}, /*4*/ > +{400, 300, 2, 0, 0}, /*5*/ > +{400, 350, 2, 0, 0}, /*6*/ > +{50, 1

Re: mozilla control download problems?

2007-06-27 Thread Stefan Dösinger
Am Mittwoch, 27. Juni 2007 22:40 schrieb Dan Kegel: > Say, I just saw a repeatable mozilla download failure. > Here's a summary of the tcpdump log. > Is this a known problem? The attached file is empty :-/

Re: user32,wined3d: move refresh rate fallback to catch all cases

2007-06-27 Thread Erik Inge Bolsø
On Wed, 27 Jun 2007, H. Verbeet wrote: > On 27/06/07, Erik Inge Bolsø <[EMAIL PROTECTED]> wrote: > > On 25/06/07, H. Verbeet wrote: > > >On 24/06/07, Erik Inge Bolsø wrote: > > >> --- > > >> dlls/user32/sysparams.c | 13 - > > >> dlls/wined3d/device.c | 10 +- > > >> 2 f

Re: Problem with patch "dsound: Simplify mixing by removing remixing support, and fix its waveout breakage"

2007-06-27 Thread Chris Rankin
--- Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Don't #if 0 out the code there > > Change it to something like this: > > if (pmix > This->buflen) > WARN("Mixing further ahead then buffer is long\n"); Replacing that code with your suggestion means I get lots and lots of messages *with* sound.

Re: Move of the Bugzilla CVS to Git

2007-06-27 Thread Tim Stahlhut
Alexandre Julliard wrote: > Thomas Weidenmueller <[EMAIL PROTECTED]> writes: > >> As long as the CVS servers will be still available, or alternatively a >> windows port of git is available that doesn't require thousands of other >> tools... > > I'm certainly not going to maintain a CVS mirror of t

Re: Direct3D Game test framework

2007-06-27 Thread Stefan Dösinger
> cxtest's run.sh script has a --no-vnc option. I know I have once run a > test outside of VNC so VNC is not a hard requirement. cxtest will > probably complain about it though, and you might lose some functionality > like automatic screenshots on failures. The best would be to try it out. --no-vnc

mozilla control download problems?

2007-06-27 Thread Dan Kegel
Say, I just saw a repeatable mozilla download failure. Here's a summary of the tcpdump log. Is this a known problem? - Dan foolog Description: Binary data

Re: Problem with patch "dsound: Simplify mixing by removing remixing support, and fix its waveout breakage"

2007-06-27 Thread Maarten Lankhorst
Chris Rankin schreef: > Hi, > > This patch has killed the sound on World of Warcraft. Instead, I now get > silence and a stream of > errors like this: > Don't #if 0 out the code there Change it to something like this: if (pmix > This->buflen) WARN("Mixing further ahead then buffer is long\n")

Re: Worms world party install - 0x80040706 object reference not set

2007-06-27 Thread James Hawkins
On 6/27/07, Peter <[EMAIL PROTECTED]> wrote: 2007/6/27, James Hawkins <[EMAIL PROTECTED]>: > On 6/27/07, Peter <[EMAIL PROTECTED]> wrote: > > When I try to install worms world party I get a message when 6%: > > Unhandled Exception[_] [X] > > Error Number: 0x80040706 > > Description: Objec

RE: [advapi32/service #2] Don't rely blindly on type

2007-06-27 Thread Rolf Kalbermatter
Hi Paul, >On Wine, type is unchanged in a failure case for RegQueryValueExW. This means the >previous code relied on the returned type of the previous last succeeded call, huh? You are right that there is a problem with the existing code at some places. But changing -if( ( r == ERROR_SUCCES

Re: Worms world party install - 0x80040706 object reference not set

2007-06-27 Thread Marcus Meissner
On Wed, Jun 27, 2007 at 08:25:26PM +0200, Peter wrote: > When I try to install worms world party I get a message when 6%: > Unhandled Exception[_] [X] > Error Number: 0x80040706 > Description: Object reference not set > > Setup will now terminate > [OK] > > http://consumer.installshield.c

Re: Worms world party install - 0x80040706 object reference not set

2007-06-27 Thread Vincent Povirk
Yes, this is a bug in installshield, not in Wine (see http://bugs.winehq.org/show_bug.cgi?id=922#c37 ). On 6/27/07, Peter <[EMAIL PROTECTED]> wrote: When I try to install worms world party I get a message when 6%: Unhandled Exception[_] [X] Error Number: 0x80040706 Description: Object re

Re: Worms world party install - 0x80040706 object reference not set

2007-06-27 Thread James Hawkins
On 6/27/07, Peter <[EMAIL PROTECTED]> wrote: When I try to install worms world party I get a message when 6%: Unhandled Exception[_] [X] Error Number: 0x80040706 Description: Object reference not set Setup will now terminate [OK] http://consumer.installshield.com/kb.asp?id=q110641 This

Worms world party install - 0x80040706 object reference not set

2007-06-27 Thread Peter
When I try to install worms world party I get a message when 6%: Unhandled Exception[_] [X] Error Number: 0x80040706 Description: Object reference not set Setup will now terminate [OK] http://consumer.installshield.com/kb.asp?id=q110641 This site says to update InstallShield engine, but

Re: Direct3D Game test framework

2007-06-27 Thread Francois Gouget
On Mon, 25 Jun 2007, Stefan Dösinger wrote: [...] > > One issue I see is actually interpreting the results. When is a > > performance drop large enough to be a problem? Sometimes a change will > > slightly reduce performance for some applications, but significantly > > improve it for others. > That

Re: Move of the Bugzilla CVS to Git

2007-06-27 Thread Alexandre Julliard
Thomas Weidenmueller <[EMAIL PROTECTED]> writes: > As long as the CVS servers will be still available, or alternatively a > windows port of git is available that doesn't require thousands of other > tools... I'm certainly not going to maintain a CVS mirror of the bugzilla git, it's not worth the

Re: Direct3D Game test framework

2007-06-27 Thread Francois Gouget
On Mon, 25 Jun 2007, Stefan Dösinger wrote: > > cxtest has already impressive infratructure (installation, creation of > > clean environment) and nice scripting. However, it requires Metacity WM > > and VNC. > The Metacity WM doesn't really concern me, the VNC thing however does. This > makes gam

Re: cabinent: add a comment about parm passing

2007-06-27 Thread James Hawkins
On 6/27/07, Jeff Latimer <[EMAIL PROTECTED]> wrote: Coverity CID 43 Forward_Null is false. This adds a comment explaining the NULL pass is ok. Why do we need a comment for that? -- James Hawkins

Re: user32:painting.c Add comment to function.[try2]

2007-06-27 Thread Robert Shearman
Anatoly Lyutin wrote: /*** * LockWindowUpdate (USER32.@) + * + * Enables or disables choosen window. This isn't quite correct. LockWindowUpdate prevents or allows painting to the window. It doesn't prevent us

Re: [SPAM] Problem with patch "dsound: Simplify mixing by removing remixing support, and fix its waveout breakage"

2007-06-27 Thread Chris Rankin
--- Alex Villací­s Lasso <[EMAIL PROTECTED]> wrote: > You might try the patch with the title "DSOUND: recover from mismatch > between time spanned by primary buffer being longer than the one spanned > by secondary buffer", which I sent along with some other patches today. > It looks somewhat sim

Re: Move of the Bugzilla CVS to Git

2007-06-27 Thread Thomas Weidenmueller
As long as the CVS servers will be still available, or alternatively a windows port of git is available that doesn't require thousands of other tools... - Thomas Jan Zerebecki wrote: > I hereby announce that with the upgrade of Bugzilla we will use > Git for what the "bugzilla" cvs module is curr

Re: [advapi32/tests] Add some service related tests

2007-06-27 Thread Paul Vriens
Paul Vriens wrote: On 6/26/07, Paul Vriens <[EMAIL PROTECTED]> wrote: Hi, While playing with native crypt32/wintrust I added a service (CryptSvc) to the registry (seems needed for native and XP+). With a full trace I get some crashes which made me start to write some tests for services. (Rolf

RE: [PATCH try2 2/2] winemenubuilder: Wait for application icons to be created instead of adding a RunOnce entry that may never run.

2007-06-27 Thread Koshelev, Misha Vladislavo
>From: Alexandre Julliard [mailto:[EMAIL PROTECTED] >Sent: Wed 6/27/2007 8:42 AM >To: Koshelev, Misha Vladislavo >Cc: Hans Leidekker; wine-devel@winehq.org >Subject: Re: [PATCH try2 2/2] winemenubuilder: Wait for application icons to >be created instead of adding a >RunOnce entry that may never ru

Re: [PATCH try2 2/2] winemenubuilder: Wait for application icons to be created instead of adding a RunOnce entry that may never run.

2007-06-27 Thread Alexandre Julliard
Misha Koshelev <[EMAIL PROTECTED]> writes: > Hmm... I was not aware of this (that means that make change.ok in > dlls/kernel32/tests fails on non-Linux systems?). What happens in these > other non-Linux systems... does FindFirstChangeNotification return > INVALID_HANDLE_VALUE or succeed and just n

Re: [3/3] gdi32: improved PolyDraw

2007-06-27 Thread Alexandre Julliard
"Evan Stade" <[EMAIL PROTECTED]> writes: > +for( i = dc->path.numEntriesUsed-1; i >= 0; i-- ){ > +if(dc->path.pFlags[i] == PT_MOVETO){ > +lastmove = dc->path.pPoints[i]; > +break; > +} > +} > +if(i < 0){ > +

Re: [PATCH try2 2/2] winemenubuilder: Wait for application icons to be created instead of adding a RunOnce entry that may never run.

2007-06-27 Thread Misha Koshelev
On Wed, 2007-06-27 at 12:37 +0200, Hans Leidekker wrote: > On Wednesday 27 June 2007, Misha Koshelev wrote: > > +/* Now watch the directory for our path to be created */ > +if ((*handles = FindFirstChangeNotificationW(dir, subtree, > FILE_NOTIFY_CHANGE_FILE_NAME)) == > +INVALID_HA

Re: msi [2/6]: Add the IWineMsiRemotePackage interface

2007-06-27 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > +interface IWineMsiRemotePackage : IUnknown > +{ > +HRESULT SetMsiHandle( [in] ULONG_PTR handle ); > +HRESULT GetActiveDatabase( [out] ULONG_PTR handle ); > +HRESULT GetProperty( [in] BSTR *property, [out] BSTR *value, [out] > ULONG_PTR si

Re: Move of the Bugzilla CVS to Git

2007-06-27 Thread Jan Zerebecki
On Wed, Jun 27, 2007 at 10:47:02AM +0200, Kai Blin wrote: > On Wednesday 27 June 2007 05:16:02 Jan Zerebecki wrote: > > > Btw. the idea is to upgrade the server to "Sarge" shortly before > > the Bugzilla upgrade. > > Don't you rather mean "Etch"? Debian stables get old enough as is, no need to >

Re: [PATCH try2 2/2] winemenubuilder: Wait for application icons to be created instead of adding a RunOnce entry that may never run.

2007-06-27 Thread Hans Leidekker
On Wednesday 27 June 2007, Misha Koshelev wrote: +/* Now watch the directory for our path to be created */ +if ((*handles = FindFirstChangeNotificationW(dir, subtree, FILE_NOTIFY_CHANGE_FILE_NAME)) == +INVALID_HANDLE_VALUE) I'm not sure if file change notifications are the right

Re: GDI/GDI+ creating paths

2007-06-27 Thread Alexandre Julliard
"Evan Stade" <[EMAIL PROTECTED]> writes: > I don't see any drawbacks of calling into GDI to make paths, other > than a slight performance decrease introduced by an extra level of > indirection. Can anyone suggest another reason why this approach is > flawed? You can certainly use GDI, if you fin

Re: Move of the Bugzilla CVS to Git

2007-06-27 Thread Kai Blin
On Wednesday 27 June 2007 05:16:02 Jan Zerebecki wrote: > Btw. the idea is to upgrade the server to "Sarge" shortly before > the Bugzilla upgrade. Don't you rather mean "Etch"? Debian stables get old enough as is, no need to use an outdated version. Cheers, Kai -- Kai Blin WorldForge develope

Re: user32,wined3d: move refresh rate fallback to catch all cases

2007-06-27 Thread H. Verbeet
On 27/06/07, Erik Inge Bolsø <[EMAIL PROTECTED]> wrote: On 25/06/07, H. Verbeet wrote: >On 24/06/07, Erik Inge Bolsø wrote: >> --- >> dlls/user32/sysparams.c | 13 - >> dlls/wined3d/device.c | 10 +- >> 2 files changed, 13 insertions(+), 10 deletions(-) >> >What was th