Hi,
I should probably add a note that when I wrote this I had some doubts it it
belongs in start.exe, and I still somewhat do.
The alternative would be to write a new program. The advantage to that is:
1. start.exe is left more similar to it's windows counterpart.
2. This other program could han
On 9/24/12 2:48 AM, joerg-cyril.hoe...@t-systems.com wrote:
Scott,
I don't think you need to override this check, esp. given that
there's a good reason for it being there:
The good reason doesn't apply in this use case. Overriding it fixes
every problem I'm facing without having to do anythi
Hello,
do it remain problems with this patch?
Nozomi
I have published version 0.0.6 of Wine Mono on Sourceforge, because
it's probably not good to let it get too stale.
The source tarball is at
http://sourceforge.net/projects/wine/files/Wine%20Mono/0.0.6/wine-mono-0.0.6.tar.gz/download
The binary is at
http://sourceforge.net/projects/wine/files/Win
Am 21.09.2012 18:46, schrieb Aric Stewart:
> Hi Andre,
>
> I have a quick question for you. I am looking into why IME unaware
> applications are no longer showing their composition window and found it was
> because of:
>
> commit 7673d67c1e1cfdcdf7560beea9162c3699329aa5
> Author: André Hentsche
On Sun, Sep 23, 2012 at 08:44:59PM +0200, Christian Costa wrote:
> @@ -66,6 +68,11 @@ static void test_dmusic(void)
> return;
> }
>
> +hr = IDirectMusic_GetMasterClock(dmusic, &guid_clock, &clock);
> +ok(hr == S_OK, "IDirectMusic_GetMasterClock returned: %x\n", hr);
> +o
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=21756
Your paranoid android
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=21757
Your paranoid android
Hi Francois,
> -/* if we set the bufferpointer to NULL here UrlUnescape fails and
> string gets not converted */
> +/* if we set the buffer pointer to NULL here UrlUnescape fails and
> the string is not converted */
for consistency with the other buffer pointer comments and be
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=21753
Your paranoid android
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=21751
Your paranoid android
diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c
index 28f82a3..f465ad7 100644
--- a/dlls/wininet/http.c
+++ b/dlls/wininet/http.c
@@ -640,7 +640,7 @@ static void HTTP_FixURL(http_request_t *request)
}
}
-if(CSTR_EQUAL != CompareStringW( LOCALE_SYSTEM_DEFAULT, NORM_IGNORE
2012/9/24 Józef Kucia
> Hi,
>
>
> On Sun, Sep 23, 2012 at 8:44 PM, Christian Costa wrote:
>
>> +hr = IDirect3DTexture9_LockRect(texture, 0, &lock_rect, NULL,
>> D3DLOCK_READONLY);
>> +ok(hr == D3D_OK, "IDirect3DTexture9_LockTexture returned %#x,
>> expected %#x\n", hr, D3D_OK);
>>
On 23 September 2012 22:40, Ričardas Barkauskas
wrote:
>
> +struct refresh_rates {
Formatting.
> +struct refresh_rates refresh_list[] =
This should be static const.
> +ok(hr == E_INVALIDARG, "GetDesc unexpectedly returend %#x.\n", hr);
"returned".
> +for (i = 0; i < sizeof(refresh_list)
On 23 September 2012 22:40, Ričardas Barkauskas
wrote:
> +static UINT dxgi_rational_to_uint(DXGI_RATIONAL *rational)
"rational" should be const.
On Sun, Sep 23, 2012 at 10:40 PM, Ričardas Barkauskas
wrote:
> +struct refresh_rates refresh_list[] =
> +{
> +{60, 60, FALSE, FALSE},
> +{60, 0, TRUE, FALSE},
> +{60, 1, TRUE, TRUE},
> +{ 0, 60, TRUE, FALSE},
> +{ 0, 0, TRUE, FALSE},
> +};
It's probably better to decl
Ričardas Barkauskas writes:
> ---
> dlls/dxgi/tests/Makefile.in |2 +-
> dlls/dxgi/tests/device.c| 147
> +++
> 2 files changed, 148 insertions(+), 1 deletion(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M dxgi.dll -T ../../.. -p
Scott,
I don't think you need to override this check, esp. given that
there's a good reason for it being there:
>Note that there is a problem with this setup if the app modifies the
>registry and we then need to update the prefix-default registry
I've excellent experience with symbolic links. In
Hi,
On Sun, Sep 23, 2012 at 8:44 PM, Christian Costa wrote:
> +hr = IDirect3DTexture9_LockRect(texture, 0, &lock_rect, NULL,
> D3DLOCK_READONLY);
> +ok(hr == D3D_OK, "IDirect3DTexture9_LockTexture returned %#x,
> expected %#x\n", hr, D3D_OK);
> +if (SUCCEEDED(hr))
> +
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=21742
Your paranoid android
20 matches
Mail list logo