Re: [5/5] WineD3D: Replace the dxVersion with behavior flags

2009-08-04 Thread Henri Verbeet
The idea is good, but this needs to be split up.

Re: Wineboot crashes after upgrading Gecko.

2009-08-04 Thread Nikolay Sivov
Jacek Caban wrote: Alexandre has found the problem. Commenting FreeLibrary call in close_gecko fixes the problem. Jacek Ok. So do you plan to fix it?

golly, mime type integration DOES work...

2009-08-04 Thread Dan Kegel
I installed Visual Studio 2005 a while ago and forgot about it. Tonight I downloaded the C test case for bug 19561 in chrome -- and dang if Visual Studio didn't open and display the source file. Repainting after scrolling was a bit lazy, and creating a new project still requires ie6, but it was a

Re: Appdatabase racing and flightsim category

2009-08-04 Thread Ken Sharp
Sorry, I missed this... but, I was busy anyway. Alexander Nicolaysen Sørnes wrote: Tirsdag 28. juli 2009 22.39.32 skrev Keith Muir: I submitted a list of flight sims for this category to Ken Sharp I notice the category has been updated with racing games but not flight anyone know what he did wi

Re: Interesting find with cppcheck..

2009-08-04 Thread Ben Klein
2009/8/5 Francois Gouget : > On Tue, 4 Aug 2009, Juan Lang wrote: > >> > Still wouldn't hurt to fix them. >> >> Well, Alexandre routinely rejects such "fixes." > > It may be worth reconsidering. > > Just like if you have hundreds of compilation warnings the useful ones > get lost in the sea, if suc

Re: Interesting find with cppcheck..

2009-08-04 Thread Francois Gouget
On Tue, 4 Aug 2009, Juan Lang wrote: > > Still wouldn't hurt to fix them. > > Well, Alexandre routinely rejects such "fixes." It may be worth reconsidering. Just like if you have hundreds of compilation warnings the useful ones get lost in the sea, if such these tools report too many valid lea

Re: Wine t-shirts?

2009-08-04 Thread Ismael Barros²
Hi there, Sorry for the huge delay, our artist has been quite busy. We finally got the last design iteration: http://www.freewear.org/images/release_candidates/Wine_final.png The only difference between versions A and B is in the eyes. Let us know which one you like better, and any kind of comme

Re: Appdatabase racing and flightsim category

2009-08-04 Thread Alexander Nicolaysen Sørnes
Tirsdag 28. juli 2009 22.39.32 skrev Keith Muir: > I submitted a list of flight sims for this category to Ken Sharp I > notice the category has been updated with racing games but not flight > anyone know what he did with my list > > Regards, > > Keith I have updated the categories now. Thanks fo

Re: Wineboot crashes after upgrading Gecko.

2009-08-04 Thread Jacek Caban
Nikolay Sivov wrote: Hi. After upgrading to Wine-gecko 1.0.0 I've got a wineboot crashes on initial .wine directory creation (log attached). Removing cab throws a message about missed gecko engine and no crash occurred. What is it about? Alexandre has found the problem. Commenting FreeLibr

Re: Wineboot crashes after upgrading Gecko.

2009-08-04 Thread Ken Sharp
Nikolay Sivov wrote: Hi. After upgrading to Wine-gecko 1.0.0 I've got a wineboot crashes on initial .wine directory creation (log attached). Removing cab throws a message about missed gecko engine and no crash occurred. What is it about? Same here, thought it was just me.

Re: Interesting find with cppcheck..

2009-08-04 Thread chris ahrendt
Austin English wrote: > On Tue, Aug 4, 2009 at 2:07 PM, Juan Lang wrote: > >>> If the group wants I can run this daily when I run wine test as well.. >>> and post it here just let me know >>> >> Probably not. Most of the remaining leaks are in the tests or the >> tools. Since thes

Re: cmd: add initial ipconfig

2009-08-04 Thread Juan Lang
Hi Andre, ipconfig isn't a built-in command, as far as I know, it's a standalone utility (ipconfig.exe.) --Juan

Re: Interesting find with cppcheck..

2009-08-04 Thread Juan Lang
> Still wouldn't hurt to fix them. Well, Alexandre routinely rejects such "fixes." --Juan

Re: Interesting find with cppcheck..

2009-08-04 Thread Austin English
On Tue, Aug 4, 2009 at 2:07 PM, Juan Lang wrote: >> If the group wants I can run this daily when I run wine test as well.. >> and post it here  just let me know > > Probably not.  Most of the remaining leaks are in the tests or the > tools.  Since these are short-lived programs, the leaks will

Re: Interesting find with cppcheck..

2009-08-04 Thread Juan Lang
> If the group wants I can run this daily when I run wine test as well.. > and post it here  just let me know Probably not. Most of the remaining leaks are in the tests or the tools. Since these are short-lived programs, the leaks will get plugged as soon as the programs end anyway. The onl

Re: Interesting find with cppcheck..

2009-08-04 Thread chris ahrendt
Juan Lang wrote: > Hi Chris, > > >> [../wine-git/dlls/crypt32/rootstore.c:346]: (error) Resource leak: dir >> > > I just sent a patch to fix this. Thanks! > --Juan > > > If the group wants I can run this daily when I run wine test as well.. and post it here just let me know Chri

Wineboot crashes after upgrading Gecko.

2009-08-04 Thread Nikolay Sivov
Hi. After upgrading to Wine-gecko 1.0.0 I've got a wineboot crashes on initial .wine directory creation (log attached). Removing cab throws a message about missed gecko engine and no crash occurred. What is it about? wine: created the configuration directory '/home/mrlarch/.wine' fixme:system

Re: Interesting find with cppcheck..

2009-08-04 Thread Juan Lang
Hi Chris, > [../wine-git/dlls/crypt32/rootstore.c:346]: (error) Resource leak: dir I just sent a patch to fix this. Thanks! --Juan

Re: Interesting find with cppcheck..

2009-08-04 Thread Austin English
On Tue, Aug 4, 2009 at 1:00 PM, chris ahrendt wrote: > > I was working on something else and using cppcheck to make sure I was > not having a memory leak and so forth and decided to try it on wine > here is what is the results of the wine git tree : > > [../wine-git/dlls/crypt32/rootstore.c:346]: (

Interesting find with cppcheck..

2009-08-04 Thread chris ahrendt
I was working on something else and using cppcheck to make sure I was not having a memory leak and so forth and decided to try it on wine here is what is the results of the wine git tree : [../wine-git/dlls/crypt32/rootstore.c:346]: (error) Resource leak: dir [../wine-git/dlls/msvcrt/tests/file.

Re: Make the tests of the value returned from function SHGetFileInfoA more strick, fix wine to pass the tests

2009-08-04 Thread Alexandre Julliard
Stefan Leichter writes: > While looking for bug 7701 i found that the function __vbaNew2 of the > MSVBVM60.dll does not like return values from SHGetFileInfoA bigger than > 0x7fff. > > Checking the return values on windows 2000 an XP > (http://www.winehq.org/pipermail/wine-devel/2009-July/07758

Re: user32: Always overwrite dialog's saved focus handle

2009-08-04 Thread Alexandre Julliard
Andrew Eikum writes: > This fixes a problem with dialogs which would cause > controls no longer on the current dialog screen to > regain focus. This doesn't look right, please write test cases. -- Alexandre Julliard julli...@winehq.org

Re: [1/4] advapi32: Factor out lookup of local usernames and well-known SIDs.

2009-08-04 Thread Alexandre Julliard
Hans Leidekker writes: > Another attempt to fix the dotnet30 installer, using LSA_UNICODE_STRING > throughout this time. You are still assuming in some places that the string is null-terminated. -- Alexandre Julliard julli...@winehq.org

Re: How should we handle Mac users visiting winehq.org?

2009-08-04 Thread Rosanne DiMesio
On Mon, 03 Aug 2009 23:34:59 -0700 Scott Ritchie wrote: > > My suggestion is we do our best to explain the current situation to Mac > users. Provide an Apple "download" that actually links to the wiki > page, and have the wiki be up front about how it's harder to install > Wine on OS X than Lin

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Maik Schulz
On 4 Aug 2009, at 10:42, Francois Gouget wrote: On Mon, 3 Aug 2009, Scott Ritchie wrote: I have begun some cleanup of the website, starting with the most popular pages. In particular, the about page: http://www.winehq.org/about/ The text is much easier to read for a newcomer to get a gener

Re: New Wine Gecko 1.0.0 RC

2009-08-04 Thread Jacek Caban
André Hentschel wrote: Jacek Caban schrieb: Hi André, André Hentschel wrote: Works great as fire as i tested it. Great, thanks for testing. Nice to see HTML5 in wines iexplore, really great and crazy! So we can call next release of Wine HTML5-ready :) I'd file a bug report: "Wine treats

Re: New Wine Gecko 1.0.0 RC

2009-08-04 Thread Jacek Caban
Alexandre Julliard wrote: Jacek Caban writes: It's time for the new Wine Gecko package release. I've prepared a new package based on Mozilla code a bit newer than Firefox 3.5 and my fixes (most of them are on their way to mainstream Mozilla repository). This release fixes a few known bugs.

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Frédéric Delanoy
On Tue, Aug 4, 2009 at 10:42 AM, Francois Gouget wrote: >  * What's the right way to handle out of date translation? >   Ignore the translation if it's older than the English file? >   Consider each language to be completely independent from the others? >   (i.e. they are not translations of each o

Re: [2/4] advapi32: Add a basic implementation of LsaLookupNames2.

2009-08-04 Thread Nikolay Sivov
Hans Leidekker wrote: diff --git a/dlls/advapi32/lsa.c b/dlls/advapi32/lsa.c index 315cce9..edb20d8 100644 --- a/dlls/advapi32/lsa.c +++ b/dlls/advapi32/lsa.c @@ -297,19 +297,88 @@ NTSTATUS WINAPI LsaLookupNames( return STATUS_NONE_MAPPED; } +static BOOL lookup_name(LSA_UNICODE_STRING *na

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Scott Ritchie
Francois Gouget wrote: > On Mon, 3 Aug 2009, Scott Ritchie wrote: > >> I have begun some cleanup of the website, starting with the most popular >> pages. In particular, the about page: http://www.winehq.org/about/ >> >> The text is much easier to read for a newcomer to get a general overview >> o

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Nicolas Le Cam
2009/8/4 Francois Gouget : >  * Shouldn't we have a way to switch between languages? Hi François, You can switch between languages on home page. Link "Français (Changez la langue)" (which IMHO should be Changer la langue) is below the left blank square. It could be a good idea to duplicate this p

Re: More winehq.org improvements and issues: About page now links to articles in the wiki

2009-08-04 Thread Francois Gouget
On Mon, 3 Aug 2009, Scott Ritchie wrote: > I have begun some cleanup of the website, starting with the most popular > pages. In particular, the about page: http://www.winehq.org/about/ > > The text is much easier to read for a newcomer to get a general overview > of the project. Actually I got