Re: [PATCH] d3dx9_36/tests: Added HLSL test suite. (Try 2)

2010-07-30 Thread Jeff Zaroyko
On Sat, Jul 31, 2010 at 1:21 PM, Marvin wrote: > > === WXPPROSP3 (32 bit hlsl) === > hlsl.c:104: Test failed: Could not create device, IDirect3D9_CreateDevice > returned: 8876086a > No test summary line found > ...further CreateDevice test failures snipped... Is the purpose of these tests device

Re: [PATCH] d3dx9_36/tests: Added HLSL test suite. (Try 2)

2010-07-30 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=4080 Your paranoid android.

Re: GetVolumeInformationA: please test this on MS-Windows

2010-07-30 Thread Jeff Zaroyko
On Fri, Jul 30, 2010 at 7:01 PM, wrote: > Do you get different results when doing the following: > # assuming C: is where %WINDOWSDIR% resides There's a %WINDIR% which is c:\windows > C: > cd \ > X:    # which dir on X should not matter > Y:\path\to\kernel32_test.exe volume Passes outside of M

Re: [website] Wine 1.3.0 freigegeben

2010-07-30 Thread Frédéric Delanoy
2010/7/30 André Hentschel : > --- >  news/de/2010073001.xml |   17 + >  1 files changed, 17 insertions(+), 0 deletions(-) >  create mode 100644 news/de/2010073001.xml > > -- > > Best Regards, André Hentschel I know you're sending the German translation, but patches commit logs shou

Re: [5/9] msi: Set/unset the SourceDir property at the right stage in the execution sequence.

2010-07-30 Thread Paul Vriens
Hi Hans, On 07/23/2010 09:42 AM, Hans Leidekker wrote: +/* full UI, no ResolveSource action */ +r = MsiInstallProductA(msifile, NULL); +ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r); Right about here I get a popup, waiting for 'OK' to be pushed, on Win95/98/Me that

Re: wiki slightly broken still?

2010-07-30 Thread Dimi Paun
On Fri, 2010-07-30 at 08:58 +0200, Francois Gouget wrote: > I have a theory: did the script move the remaining files to another > directory? Yes, it did. -- Dimi Paun Lattica, Inc.

Re: [PATCH 5/5] gameux/tests: Add test of IGameExplorer2 creating

2010-07-30 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=4065 Your paranoid android.

Re: [PATCH 1/5] gameux/tests: Add test of IGameExplorer creating

2010-07-30 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=4063 Your paranoid android.

Re: [PATCH 5/9] mciqtz32: Fix window visibility

2010-07-30 Thread Alexandre Julliard
Maarten Lankhorst writes: > @@ -757,15 +757,12 @@ static DWORD MCIQTZ_mciWindow(UINT wDevID, DWORD > dwFlags, LPMCI_DGV_WINDOW_PARMS > return 0; > > if (dwFlags & MCI_DGV_WINDOW_HWND && (IsWindow(lpParms->hWnd) || > !lpParms->hWnd)) { > -LONG style = 0; > TRACE(

Creation of the Wine API wiki on SourceForge

2010-07-30 Thread Max TenEyck Woodbury
A wiki at https://sourceforge.net/apps/mediawiki/wineapi/index.php has been created for documenting the API interface of WINE (as opposed to Microsoft Windows). It is in the planning stage at this point. - Max

Re: shdocvw: Add Italian translation

2010-07-30 Thread Paul Vriens
Hi Luca, You need to add the UTF-8 pragma: Warning: string "&Proprietà..." seems to be UTF-8 but codepage 1252 is in use. -- Cheers, Paul.

[PATCH 3/9] mciqtz32: Fix mciSeek

2010-07-30 Thread Joerg-Cyril.Hoehle
Maarten, @@ -331,16 +331,14 @@ static DWORD MCIQTZ_mciSeek(UINT wDevID, DWORD dwFlags, LPMCI_SEEK_PARMS lpParms -MCIQTZ_mciStop(wDevID, MCI_WAIT, NULL); is there a reason why you remove that? The MCI devices (mciwave, sequencer, avivideo, quartz with .avi, quartz with midi, quartz with .wav)

Re: shlwapi/tests: Fix some test failures on RTL enabled boxes

2010-07-30 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=4059 Your paranoid android.

Re: [PATCH 1/1] d3dx9: Complete test for D3DXCreateSphere. (try 5)

2010-07-30 Thread Alexandre Julliard
Misha Koshelev writes: > +for (i = 0; i < number_of_vertices; i++) > +{ > +ok(compare_vec3(vertices[i].position, > mesh->vertices[i].position), "Test %s, vertex position %d, result (%g, %g, > %g), expected (%g, %g, %g)\n", name, i, vertices[i].position.x,

GetVolumeInformationA: please test this on MS-Windows

2010-07-30 Thread Joerg-Cyril.Hoehle
Hi, The binary from https://testbot.winehq.org/JobDetails.pl?Key=4014 passes all tests on native win95 w2k SP4 wxp SR3 and inside vmware on win98SE (Andrew Eikum) Jeff Zaroyko writes: >I ran your test binary in my MinGW shell (as part >of msysgit) under Windows Vista SP2 32bit. I can imagine t

Re: Right-To-Left (RTL) languages and Wine

2010-07-30 Thread Alexandre Julliard
Paul Vriens writes: > Ok, thanks for that explanation. Do you know if dialog resources also > inherit WS_EX_LAYOUTRTL? A quick test suggests that they don't. -- Alexandre Julliard julli...@winehq.org

Re: Right-To-Left (RTL) languages and Wine

2010-07-30 Thread Paul Vriens
On 07/30/2010 10:02 AM, Alexandre Julliard wrote: Paul Vriens writes: On 07/29/2010 08:13 PM, Alexandre Julliard wrote: That depends on the situation. In some cases it can be set globally through the version resources, in other cases it will have to be set on an individual resource basis, or

Re: [3/5] WineD3D: Get rid of some C99 code

2010-07-30 Thread Henri Verbeet
Please use http://www.winehq.org/pipermail/wine-patches/2010-July/091554.html instead. Also, the module name is wined3d.

Re: Right-To-Left (RTL) languages and Wine

2010-07-30 Thread Alexandre Julliard
Paul Vriens writes: > On 07/29/2010 08:13 PM, Alexandre Julliard wrote: >> That depends on the situation. In some cases it can be set globally >> through the version resources, in other cases it will have to be set on >> an individual resource basis, or specified directly in the code. > > When yo

Re: explorer: implement X session management

2010-07-30 Thread Paul Chitescu
On Friday 30 July 2010 06:53:54 am Paul "TBBle" Hampson wrote: > On 30 July 2010 01:30, Dmitry Timoshkov wrote: > > Damjan Jovanovic wrote: > > >> Changelog: > >> * explorer: implement X session management > > > Explorer should not have X11 as a dependency. This should be implemented > > inside

Re: explorer: implement X session management

2010-07-30 Thread Damjan Jovanovic
On Fri, Jul 30, 2010 at 5:53 AM, Paul "TBBle" Hampson wrote: > On 30 July 2010 01:30, Dmitry Timoshkov wrote: >> Damjan Jovanovic wrote: > >>> Changelog: >>> * explorer: implement X session management > >> Explorer should not have X11 as a dependency. This should be implemented >> inside of wine