Re: The WINE Project should solicit grants to hire professional developers

2010-06-28 Thread James McKenzie
Richard Yao wrote: Dear All: I am a senior undergraduate applied mathematics/computer science student and this year, I migrated from Windows 7 to Gentoo Linux on my computers. I tried using Linux alternatives to many applications I used on Windows, but not all software has good alternatives, so

Re: ntdll: add stub for NtSystemDebugControl (try 2)

2010-06-28 Thread Andrew Nguyen
2010/6/28 Austin English : > with correct spec file this time > > -- > -Austin > > > > The spec argument that corresponds to the PULONG prototype argument should also be ptr.

Re: ntdll: add stub for NtSystemDebugControl

2010-06-28 Thread Andrew Nguyen
On Mon, Jun 28, 2010 at 8:16 PM, Austin English wrote: > See http://bugs.winehq.org/show_bug.cgi?id=23431 > > -- > -Austin > > > > The NtSystemDebugControl spec types don't match the prototype arguments.

The WINE Project should solicit grants to hire professional developers

2010-06-28 Thread Richard Yao
Dear All: I am a senior undergraduate applied mathematics/computer science student and this year, I migrated from Windows 7 to Gentoo Linux on my computers. I tried using Linux alternatives to many applications I used on Windows, but not all software has good alternatives, so I have been using WIN

Re: configure.ac: Don't try to rm dirs.

2010-06-28 Thread Nicolas Le Cam
2010/6/28 Alexandre Julliard : > Nicolas Le Cam writes: > >> Hi, >> >> This patch allows to do a make clean in a wine tree configured with >> with-wine64 option and fix following errors : >> rm: cannot remove `fonts': Is a directory >> rm: cannot remove `server': Is a directory > > These should be

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Florian Köberle
On 06/28/2010 01:44 PM, Reece Dunn wrote: > On 28 June 2010 12:26, Alexandre Julliard wrote: > >> Wolfram Sang writes: >> >> >>> According to TestBot (#2851), all non-crashing Windows versions return 0. >>> >>> Found while working on Bug 21012. Although this patch doesn't cure this >>> bu

Re: ddraw: Move complex surface destruction into its own function

2010-06-28 Thread Henri Verbeet
On 28 June 2010 21:51, Luke Benstead wrote: > Ok I wasn't sure as it's pretty trivial. I'll resend along with the others > after 1.2. > It's trivial, but also mostly pointless on its own.

Re: ddraw: Move complex surface destruction into its own function

2010-06-28 Thread Luke Benstead
Ok I wasn't sure as it's pretty trivial. I'll resend along with the others after 1.2. On Jun 28, 2010 8:36 PM, "Henri Verbeet" wrote: On 28 June 2010 20:03, Luke Benstead wrote: > Needed to properly fix ddraw surfac... That's of course not appropriate during code freeze.

Re: ddraw: Move complex surface destruction into its own function

2010-06-28 Thread Henri Verbeet
On 28 June 2010 20:03, Luke Benstead wrote: > Needed to properly fix ddraw surface refcounting as it must be called from > the surface thunks. > That's of course not appropriate during code freeze.

Re: kernel32: Add NERR_UserNotFound to Norweigan winerr

2010-06-28 Thread Austin English
On Mon, Jun 28, 2010 at 1:24 PM, Paul Vriens wrote: > On 06/28/2010 08:15 PM, Austin English wrote: >> >> See http://bugs.winehq.org/show_bug.cgi?id=11168 >> > > Hi Austin, > > Applying the patch gives: > > [p...@acer wine-git]$ patch -p 1 -i /home/paul/kernel32_nor.txt > (Stripping trailing CRs f

Re: kernel32: Add NERR_UserNotFound to Norweigan winerr

2010-06-28 Thread Paul Vriens
On 06/28/2010 08:15 PM, Austin English wrote: See http://bugs.winehq.org/show_bug.cgi?id=11168 Hi Austin, Applying the patch gives: [p...@acer wine-git]$ patch -p 1 -i /home/paul/kernel32_nor.txt (Stripping trailing CRs from patch.) patching file dlls/kernel32/nls/winerr_nor.mc Compiling gi

Re: Wine on cygwin now compiles!

2010-06-28 Thread Steven Edwards
On Sun, Jun 27, 2010 at 4:59 AM, Aleksey Bragin wrote: > Is there any real, practical interest in Wine on Windows? For doing a full port, other than the argument of climbing the mountain because it's there, I doubt it. > I've been making some progress in this direction recently (though I think m

Re: Possible patch for #12706

2010-06-28 Thread Maarten Lankhorst
Hi Jeff, 2010/6/25 Jeff Cook : >  This is a patch that makes WINE detect snd_usb_audio mics and assign > them a mixer and working master control. See bug #12706 for more > information about this problem: http://bugs.winehq.org/show_bug.cgi?id=12706 > > I wasn't able to test it completely because I

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Wolfram Sang
On 28/06/10 13:26, Alexandre Julliard wrote: > Wolfram Sang writes: > >> According to TestBot (#2851), all non-crashing Windows versions return 0. >> >> Found while working on Bug 21012. Although this patch doesn't cure this >> bug, I think it is still worth adding the check because the pointer >

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Alexandre Julliard
Reece Dunn writes: > When running winedbg on bfginstaller.exe (trying to track down > http://bugs.winehq.org/show_bug.cgi?id=14343), winedbg will trap in > the cursoricon.c code (line 771 -- > http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/cursoricon.c;h=9a1810e22a1a77c698a14e0d6a9a3

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Reece Dunn
On 28 June 2010 12:26, Alexandre Julliard wrote: > Wolfram Sang writes: > >> According to TestBot (#2851), all non-crashing Windows versions return 0. >> >> Found while working on Bug 21012. Although this patch doesn't cure this >> bug, I think it is still worth adding the check because the point

Re: user32: Make sure the desktop window is created before caps enumeration.

2010-06-28 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This patch fixes the problem reported in the bug 21709. That's just hiding the bug. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 2/3] shell32: Use more accurate PathIsURL instead of searching for a colon

2010-06-28 Thread Alexandre Julliard
Andrew Eikum writes: > diff --git a/dlls/shell32/shfldr_desktop.c b/dlls/shell32/shfldr_desktop.c > index 30aea3b..54d13dc 100644 > --- a/dlls/shell32/shfldr_desktop.c > +++ b/dlls/shell32/shfldr_desktop.c > @@ -193,7 +193,7 @@ static HRESULT WINAPI ISF_Desktop_fnParseDisplayName > (IShellFolder

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Alexandre Julliard
Wolfram Sang writes: > According to TestBot (#2851), all non-crashing Windows versions return 0. > > Found while working on Bug 21012. Although this patch doesn't cure this > bug, I think it is still worth adding the check because the pointer > may come from the (always evil ;)) user-application.

Re: configure.ac: Don't try to rm dirs.

2010-06-28 Thread Alexandre Julliard
Nicolas Le Cam writes: > Hi, > > This patch allows to do a make clean in a wine tree configured with > with-wine64 option and fix following errors : > rm: cannot remove `fonts': Is a directory > rm: cannot remove `server': Is a directory These should be symlinks in a wow64 tree. Probably you did