Re: advapi32: Fix GetSecurityInfo with NULL descriptor

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2467 Your paranoid android.

Re: CUDA Wrapper err:module:import_dl

2010-06-03 Thread James McKenzie
Seth Shelnutt wrote: |Alright, I'm stumped and everyone else is too. Few years ago we did everything we are doing now and it all worked fine. Now using wine 1.2rc2 we can't get a wrapper I compiled to work. What this wrapper does is it translates/wraps the calls made to the cuda runtime dll (c

Re: advapi32: Fix GetSecurityInfo with NULL descriptor (try2:typo)

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2466 Your paranoid android.

Re: Removed sign comparison warning.

2010-06-03 Thread Marko Nikolić
Hi Michael, Yes, you are right, casting is not the best solution. The idea was to have a controlled type conversion, thus avoiding implicit type conversion in readlink output parameter. Implicit conversion could lead to another warnings (with -Wconversion or -Wsign-conversion enabled). However,

Re: [PATCH 3/3] shlwapi: Implement SHSetIniStringW

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2454 Your paranoid android.

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-03 Thread Andrew Eikum
On 06/03/2010 03:12 PM, Nikolay Sivov wrote: No, this is not what I meant actually. The possible reason it was named as IUnknown_EnumObjects is the same as for the rest of similar calls. IUknown is a valid input for all of them and another _QueryInterface is performed for IID_IShellFolder is case

Re: [PATCH 2/3] shlwapi: Implement SHGetIniStringW

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2453 Your paranoid android.

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-03 Thread Nikolay Sivov
On 6/4/2010 00:00, Andrew Eikum wrote: On 06/03/2010 02:40 PM, Nikolay Sivov wrote: On 6/3/2010 23:35, Andrew Eikum wrote: This fixes a bug with Internet Explorer 6's Favorites menu. This function used to be named IUnknown_EnumObjects, so my guess is that the original implementor thought it'd

Re: New Wine stuff in FreeWear.org

2010-06-03 Thread André Hentschel
Am 03.06.2010 13:21, schrieb Ismael Barros²: > Hello, > > We have decided to renew our offer of Wine T-shirts, as the current > T-shirt has had mostly no success at all, probably because users don't > feel identified nor appealed with the design. I'm attaching the pdf > with our new proposals (we

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-03 Thread Andrew Eikum
On 06/03/2010 02:40 PM, Nikolay Sivov wrote: On 6/3/2010 23:35, Andrew Eikum wrote: This fixes a bug with Internet Explorer 6's Favorites menu. This function used to be named IUnknown_EnumObjects, so my guess is that the original implementor thought it'd be wise to verify the type of the objec

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2452 Your paranoid android.

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-03 Thread Nikolay Sivov
On 6/3/2010 23:35, Andrew Eikum wrote: This fixes a bug with Internet Explorer 6's Favorites menu. This function used to be named IUnknown_EnumObjects, so my guess is that the original implementor thought it'd be wise to verify the type of the object before executing IShellFolder's methods on i

Re: Fully translate partially translated modules in Polish

2010-06-03 Thread Jacek Caban
Hi Łukasz, Great work, but it needs some polishing:-) First of all, please split the patch to the series of smaller patches, preferably one per module. On 6/3/10 11:51 AM, Łukasz Wojniłowicz wrote: --- dlls/mshtml/Pl.rc| 18 +- dlls/setupapi/Pl.rc | 23 +

Re: Fully translate partially translated modules in Polish

2010-06-03 Thread Paul Vriens
Hi Łukasz On 06/03/2010 11:51 AM, Łukasz Wojniłowicz wrote: --- dlls/mshtml/Pl.rc| 18 +- dlls/setupapi/Pl.rc | 23 + dlls/shell32/shell32_Pl.rc | 25 +- dlls/wininet/wininet_Pl.rc | 25 +- programs/notepad/Pl.rc | 21 +- progra

Re: advapi32/tests: Fixed -Wsign-compare warnings in security tests.

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2444 Your paranoid android.

CUDA Wrapper err:module:import_dl

2010-06-03 Thread Seth Shelnutt
Alright, I'm stumped and everyone else is too. Few years ago we did everything we are doing now and it all worked fine. Now using wine 1.2rc2 we can't get a wrapper I compiled to work. What this wrapper does is it translates/wraps the calls made to the cuda runtime dll (cudart.dll or nvcuda.dll, sa

Re: [RFC] advapi32 -- GetNamedSecurityInfo

2010-06-03 Thread Austin English
On Thu, Jun 3, 2010 at 10:39 AM, Austin English wrote: > On Thu, Jun 3, 2010 at 7:57 AM, GOUJON Alexandre wrote: >> Hi, >> >> I'm trying to fix bug 18071 but I don't know anything about ACLs. >> I wrote some tests (see attached patch and >> https://testbot.winehq.org/JobDetails.pl?Key=2442) >> an

Re: [msi/tests] Testcases for CREATE TABLE

2010-06-03 Thread Andrew Eikum
On 06/03/2010 09:07 AM, Paul Vriens wrote: Hi Matijn, This is not your doing. A patch from Andre Eikum is the culprit here "msi: Publish icons into the correct directory". It uses SHGetFolderPathA which is not implemented on Win9x/NT4. Andrew, could you have a look? Ahh, these old Windows ve

Re: [msi/tests] Testcases for CREATE TABLE

2010-06-03 Thread Paul Vriens
On 06/03/2010 03:45 PM, (Marvin) wrote: Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/Job

Re: [msi/tests] Testcases for CREATE TABLE

2010-06-03 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2443 Your paranoid android.

Re: [PATCH 2/2] cmd: Update Dutch translation

2010-06-03 Thread Paul Vriens
On 06/03/2010 03:28 PM, Frédéric Delanoy wrote: 2010/6/2 Sven Baars mailto:sven.w...@gmail.com>> --- programs/cmd/Nl.rc | 194 --- 1 files changed, 106 insertions(+), 88 deletions(-) Hi Sven, Some remarks: - You shouldn't cha

Re: [PATCH 2/2] cmd: Update Dutch translation

2010-06-03 Thread Frédéric Delanoy
2010/6/2 Sven Baars > --- > programs/cmd/Nl.rc | 194 > --- > 1 files changed, 106 insertions(+), 88 deletions(-) > Hi Sven, Some remarks: - You shouldn't change the line length as it makes the patch unnecessarily big, for no change in text (for

[RFC] advapi32 -- GetNamedSecurityInfo

2010-06-03 Thread GOUJON Alexandre
Hi, I'm trying to fix bug 18071 but I don't know anything about ACLs. I wrote some tests (see attached patch and https://testbot.winehq.org/JobDetails.pl?Key=2442) and I modified the source according to my understanding of the issue (wich may be totally wrong). But as I'm not familiar with AC

Re: msi: Update the version strings to match Windows Installer 4.5.

2010-06-03 Thread Andrew Nguyen
On 06/03/2010 03:15 AM, Hans Leidekker wrote: On Thu, 2010-06-03 at 03:01 -0500, Andrew Nguyen wrote: This pleases the Actel Libero IDE installer. --- dlls/msi/version.rc |8 1 files changed, 4 insertions(+), 4 deletions(-) I think we should delay this until 1.2 is released be

Re: msi: Update the version strings to match Windows Installer 4.5.

2010-06-03 Thread Hans Leidekker
On Thu, 2010-06-03 at 03:01 -0500, Andrew Nguyen wrote: > This pleases the Actel Libero IDE installer. > --- > dlls/msi/version.rc |8 > 1 files changed, 4 insertions(+), 4 deletions(-) I think we should delay this until 1.2 is released because it may trigger some installers to use

Re: Call for translators

2010-06-03 Thread Dwayne Bailey
On Mon, 2010-05-31 at 13:13 +0200, Michael Stefaniuc wrote: > Dwayne Bailey wrote: > > On Thu, 2010-05-27 at 12:52 +0200, Paul Vriens wrote: > > > > > > > >> If you like to help out Wine but don't want to touch any of these > >> resource files we can help you out. Please sent us an email with t