Re: Recent msi/package tests failures

2008-09-01 Thread Paul Vriens
James Hawkins wrote: On Sat, Aug 30, 2008 at 3:17 PM, Paul Vriens [EMAIL PROTECTED] wrote: Hi, I just sent a few patches that fix the problem with the timeout on my machines. Do you think it's still worthwhile to disable logging by using MsiEnableLogA? When I now look in my temp folder I

Re: [msi/tests 3/3] Create a system restore point when needed

2008-09-01 Thread Paul Vriens
James Hawkins wrote: On Sat, Aug 30, 2008 at 3:14 PM, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The slowness on some machines for the install tests comes from the system restore facility. When 'System Restore' is active you will find a great number of system restore points after these tests

Re: Adding Flawfinder to Patchwatcher

2008-09-01 Thread Reece Dunn
2008/8/28 Austin English [EMAIL PROTECTED]: I had a discussion with Dan about adding Flawfinder to the patchwatcher. Currently, it's got some pretty generic errors, but it seems able to test only patches, so we wouldn't be flooded with old nonbugs (or we could set up a blacklist of safe

Re: Patch for font size = 0x7fff in dialog templates

2008-09-01 Thread Koro
This is a patch that fixes a discrepancy between WINE's dialog manager and the real Windows one. If, in a dialog template, (assuming DS_SETFONT is set) the font size is 0x7fff, it means that the dialog manager must use the message box font and not read the rest of the font data (facename and

Re: Fix for rendering issues when calling GetDepthStencilSurface

2008-09-01 Thread Rico Schüller
Andrew Fenn schrieb: I'm really stumped on why this even works because after writing a test (attached) and running on windows it shows that ppZStencilSurface IS getting set to null when D3DERR_NOTFOUND is returned. Could it be that there is something else behind this problem which is unrelated

Repeated messages (was Re: Adding Flawfinder to Patchwatcher)

2008-09-01 Thread Erik de Castro Lopo
Austin English wrote: I had a discussion with Dan about adding Flawfinder to the patchwatcher. Is anyone else getting multiple copies of this message? I seem to be getting one every 10-20 minutes. A quick scan of the email headers suggests that this is getting resent from within the Gmail

Re: Fix for rendering issues when calling GetDepthStencilSurface

2008-09-01 Thread Rico Schüller
Andrew Fenn schrieb: I'm really stumped on why this even works because after writing a test (attached) and running on windows it shows that ppZStencilSurface IS getting set to null when D3DERR_NOTFOUND is returned. Could it be that there is something else behind this problem which is unrelated

Re: Adding Flawfinder to Patchwatcher

2008-09-01 Thread Rob Shearman
2008/8/28 Austin English [EMAIL PROTECTED]: I had a discussion with Dan about adding Flawfinder to the patchwatcher. Currently, it's got some pretty generic errors, but it seems able to test only patches, so we wouldn't be flooded with old nonbugs (or we could set up a blacklist of safe

Re: kernel32/winerror [try 3]: Add Russian translation

2008-09-01 Thread Dmitry Timoshkov
Vladimir Pankratov [EMAIL PROTECTED] wrote: Added Russian translation for winerrors. Added dlls/kernel32/nls/winerror_rus.mc file. Changed files: dlls/kernel32/kernel.rc dlls/kernel32/Makefile.in What's the point in resending the patch without changing anything in it, or at least

Re: Problems Running Windows app

2008-09-01 Thread Vijay Kiran Kamuju
Hi, Please post this a bug in bugzilla. Also please post the detailed logs in the bug description. Please also provide a link and name of the software you are trying to run. Also try testing with the latest wine 1.1.3 Thanks, Vijay Fran Lebowitz - Life is something to do when you can't get to

git still down...

2008-09-01 Thread Dan Kegel
$ git pull source.winehq.org[0: 209.46.25.134]: errno=Connection refused :-(

RE: Fix for rendering issues when calling GetDepthStencilSurface

2008-09-01 Thread Stefan Dösinger
This is a better patch which shows the source of the problem and implements the correct behaviour of GetDepthStencilSurface. But there is a problem in function IWineD3DDeviceImpl_GetDepthStencilSurface. This couldn't return the value which we need (see test cases). So anyone a suggestion?

Re: Adding Flawfinder to Patchwatcher

2008-09-01 Thread Wesley Parish
One thing you might do is check your email settings. I received at least twenty coppies of this email - twenty * 3.1 MB. Not nice. Wesley Parish On Friday 29 August 2008 08:59, Austin English wrote: I had a discussion with Dan about adding Flawfinder to the patchwatcher. Currently, it's got

Re: Recent msi/package tests failures

2008-09-01 Thread Nicolas Le Cam
Same thing here with a 2k box running on VirtualBox. 2008/8/31 Paul Vriens [EMAIL PROTECTED] James Hawkins wrote: On Sat, Aug 30, 2008 at 3:17 PM, Paul Vriens [EMAIL PROTECTED] wrote: Hi, I just sent a few patches that fix the problem with the timeout on my machines. Do you think