Re: [PATCH] ddraw: Fix some code unprotected by ddraw lock.

2008-05-10 Thread Vitaliy Margolen
Alexander Dorofeyev wrote: > Vitaliy Margolen wrote: >> Alexander Dorofeyev wrote: >>> --- >>> dlls/ddraw/device.c | 24 ++-- >>> 1 files changed, 14 insertions(+), 10 deletions(-) >>> >>> >> What is this patch fixing? Do you have tests? Do you have a bug # showing >> the pr

Re: [PATCH] ddraw: Fix some code unprotected by ddraw lock.

2008-05-10 Thread Alexander Dorofeyev
Vitaliy Margolen wrote: > Alexander Dorofeyev wrote: >> --- >> dlls/ddraw/device.c | 24 ++-- >> 1 files changed, 14 insertions(+), 10 deletions(-) >> >> > What is this patch fixing? Do you have tests? Do you have a bug # showing > the problem? Please explain why parts of th

Re: Lots of regressions in games in last few versions

2008-05-10 Thread Vitaliy Margolen
James McKenzie wrote: > Vitaliy Margolen wrote: >> James McKenzie wrote: >>> Vitaliy Margolen wrote: Several latest releases introduced lots and lots of regressions to a point that no games run as-is. Considering that we are at the code freeze, I'd like to see all patches that caus

Re: [PATCH] ddraw: Fix some code unprotected by ddraw lock.

2008-05-10 Thread Vitaliy Margolen
Alexander Dorofeyev wrote: > --- > dlls/ddraw/device.c | 24 ++-- > 1 files changed, 14 insertions(+), 10 deletions(-) > > What is this patch fixing? Do you have tests? Do you have a bug # showing the problem? Please explain why parts of the code needs to be protected? Vi

Re: Lots of regressions in games in last few versions

2008-05-10 Thread Vitaliy Margolen
James McKenzie wrote: > Vitaliy Margolen wrote: >> Several latest releases introduced lots and lots of regressions to a >> point that no games run as-is. Considering that we are at the code >> freeze, I'd like to see all patches that cause regressions, and all >> patches that depend on them star

Re: Lots of regressions in games in last few versions

2008-05-10 Thread James McKenzie
Vitaliy Margolen wrote: > Several latest releases introduced lots and lots of regressions to a point > that no games run as-is. Considering that we are at the code freeze, I'd > like to see all patches that cause regressions, and all patches that depend > on them starting from wine-0.9.58 be rev

Lots of regressions in games in last few versions

2008-05-10 Thread Vitaliy Margolen
Several latest releases introduced lots and lots of regressions to a point that no games run as-is. Considering that we are at the code freeze, I'd like to see all patches that cause regressions, and all patches that depend on them starting from wine-0.9.58 be reverted. Also each patch to have

Re: Concerning Bug 11509 (AES Provider Handling for Windows XP)

2008-05-10 Thread Vijay Kiran Kamuju
Hi, Modifying an existing key is not a good idea. Julliard, is also against it, hence rejected my second try. It will fail for 2003 and Vista. I am working on a fix. Having no time to test, my last days on my current project at work. Pretty busy :( Will send the new patch on monday. Thanks, VJ O

Concerning Bug 11509 (AES Provider Handling for Windows XP)

2008-05-10 Thread Mounir IDRASSI
Hi, >From what I see, the patch correcting this bug from Vijay has been refused because it modifies the name of the RSA and AES provider, which is wrong. However, this patch can be easily changed to keep the current name and simply add a new provider name. So, the declaration of the variable szRSA

Wine 1.0 status: rc2 in 12 days, 34 bugs left

2008-05-10 Thread Dan Kegel
Hell is starting to freeze over. A clickable version of the following info is at http://kegel.com/wine/countdown.html Wine is now in a code freeze in preparation for the 1.0 release. According to http://wiki.winehq.org/WineReleasePlan, wine-1.0.0-rc2 will be due out Friday, May 23rd, 2008. It w

Re: VB6 and wine_get_unix_file_name

2008-05-10 Thread Marcelo Duarte
UnixPath = GetUnixPath() needs a parameter... Escuder Nicolas escreveu: > > Hello, > > I’m trying to make a function for using wine_get_unix_file_name in VB6 > programs. > > Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 > As String, ByVal lpString2 As Long) As Long > > Pu

Re: Bugs in Wine research

2008-05-10 Thread James McKenzie
Dan Kegel wrote: > tomecek wrote: > >> we are students from Department of computer science at Aalborg >> university. During this semester we were working on project on static >> analysis using the Coccinelle tool >> (http://www.emn.fr/x-info/coccinelle/) and Flawfinder >> (http://en.wikipedia.or

Re: Bugs in Wine research

2008-05-10 Thread Dan Kegel
James McKenzie <[EMAIL PROTECTED]> wrote: >>> we are students from Department of computer science at Aalborg >>> university. During this semester we were working on project on static >>> analysis using the Coccinelle tool >> http://wiki.winehq.org/StaticAnalysis > > I was wondering if results from

Re: Re bug #8132

2008-05-10 Thread James McKenzie
Andrew Talbot wrote: > I have marked this bug as fixed, because Alex has written some patches that, > indeed, fix it. But these will be held back until after the code freeze, so > the bug is still actually present in the current code. Would it be > preferable to reopen it, therefore, until the patc

Re: Re bug #8132

2008-05-10 Thread L. Rahyen
On Saturday May 10 2008 13:49:03 Andrew Talbot wrote: > I have marked this bug as fixed, because Alex has written some patches > that, indeed, fix it. But these will be held back until after the code > freeze, so the bug is still actually present in the current code. Would it > be preferable to reo

Re: mono progress on mixed-mode assemblies...

2008-05-10 Thread Kevin Krammer
On Friday 09 May 2008, Dan Kegel wrote: > On Fri, May 9, 2008 at 4:21 AM, Kornél Pál <[EMAIL PROTECTED]> wrote: > > Currently it's very unlikely that Mono will have it's own MSVCRTs (I mean > > mixed-mode versions) in the near future. Do you know whether they are > > redistributable? > > Yes, but t

Re bug #8132

2008-05-10 Thread Andrew Talbot
I have marked this bug as fixed, because Alex has written some patches that, indeed, fix it. But these will be held back until after the code freeze, so the bug is still actually present in the current code. Would it be preferable to reopen it, therefore, until the patches are actually applied? Th

VB6 and wine_get_unix_file_name

2008-05-10 Thread Escuder Nicolas
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Functio

Re: shdocvw: Use array syntax with array elements (Try 2)

2008-05-10 Thread Andrew Talbot
Jacek Caban wrote: > Why? Both syntaxes are correct, so it's a matter of style preferences. I > prefer the style I use and I don't see any reason to change it. > > Jacek Speaking generally, there is one potential opportunity to create a hard-to-find bug. If one has something like, say: stru

re: Bugs in Wine research

2008-05-10 Thread Dan Kegel
tomecek wrote: > we are students from Department of computer science at Aalborg > university. During this semester we were working on project on static > analysis using the Coccinelle tool > (http://www.emn.fr/x-info/coccinelle/) and Flawfinder > (http://en.wikipedia.org/wiki/Flawfinder). We decide

CreateProcess and retrieving stdout and stderr from unix program

2008-05-10 Thread Escuder Nicolas
Hello, Is there a way to retrieve stdout and stderr when lauching unix program with CreateProcess. At this thime I can only get stdout / stderr from windows programs. See You Escuder Nicolas

Re: Spec OpenGL benchmarks

2008-05-10 Thread Roderick Colenbrander
> On a whim, I tried the oldest SPEC OpenGL benchmark, SPECviewperf 6. > > SPECViewperf 6.1.2 lives here: > http://www.spec.org/gwpg/pastissues/Feb2_02/opc.static/opcview.htm > It's also downloadable from > ftp://spec.it.miami.edu/dist/gpc/opc/viewperf/specviewperf612is01.exe > > So far, the two

Bugs in Wine research

2008-05-10 Thread tomecek
Hi, we are students from Department of computer science at Aalborg university. During this semester we were working on project on static analysis using the Coccinelle tool (http://www.emn.fr/x-info/coccinelle/) and Flawfinder (http://en.wikipedia.org/wiki/Flawfinder). We decided to search f