Alexandre Julliard wrote:
> Vitaliy Margolen <[EMAIL PROTECTED]> writes:
>
>> Was anything wrong with this patch? I've used a simple utility
>> DxDiagOutput.exe from DXSDK to find and test this.
>
> The printf format is wrong.
>
Well it really should be "%llu" but Wine doesn't support that. "%l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am trying to write a scripted wine installation in a nonstandard
directory. As part of this procedure, I set $WINEPREFIX and then run
wineprefixcreate. This worked perfectly in 0.9.59, but in 0.9.60+ it
fails with
wineserver: chdir to config dir :
On Thu, May 29, 2008 at 10:34 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Avoids referencing an undefined variable.
>
The right way to fix this is to set subkey to NULL in the beginning.
--
James Hawkins
"James Hawkins" <[EMAIL PROTECTED]> wrote:
> Passing 0 for the foreground window essentially disables the test,
> whereas allowing a NULL window is testing another variation of what
> can happen with the foreground window, just like if a last error is,
> e.g., ERROR_FILE_NOT_FOUND on one platform
> OK. Patches are complete. The majority of the website can be translated
> now.
O_O XLNT!!
> What still needs to be done is to allow translation of the sidebar nav. My
> plan is to move that out of the config.php file and into a separate file,
> possibly in XML.
Well, sound good for me.
Erik de Castro Lopo wrote:
> Hi all,
>
> I've just pulled from git and the latest change I have is this one:
>
> commit 4c928d39ad82e576113a34bfa4d27dd0b3eaba17
> Author: James Hawkins <[EMAIL PROTECTED]>
> Date: Wed May 28 19:15:15 2008 -0500
>
> oleaut32: Disable olefont
On Thu, May 29, 2008 at 5:44 PM, Erik de Castro Lopo
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've just pulled from git and the latest change I have is this one:
>
>commit 4c928d39ad82e576113a34bfa4d27dd0b3eaba17
>Author: James Hawkins <[EMAIL PROTECTED]>
>Date: Wed May 28 19:15:15 20
Markus wrote:
>
>
>
>
> +hr = IDxDiagContainer_GetNumberOfProps(pAdapterContainer,
> &dwPropCount);
> +ok(dwPropCount == 72, "Incorrect number of properties in display
> adapter container. "
> +
Hi all,
I've just pulled from git and the latest change I have is this one:
commit 4c928d39ad82e576113a34bfa4d27dd0b3eaba17
Author: James Hawkins <[EMAIL PROTECTED]>
Date: Wed May 28 19:15:15 2008 -0500
oleaut32: Disable olefont tests that fail on all platforms.
When I ./c
OK. Patches are complete. The majority of the website can be translated now.
What still needs to be done is to allow translation of the sidebar nav.
My plan is to move that out of the config.php file and into a separate
file, possibly in XML.
People who want to send translations of the news and
2008/5/29 Groeschel, Volker <[EMAIL PROTECTED]>:
> I just found two conflicting reports for Age of empires:
>http://appdb.winehq.org/objectManager.php?sClass=version&iId=10326
>
> Both are on Ubuntu 8.04 and 1.0-rc1. One is Silver, one is Garbage. But it
> is just one example.
Going with AoE,
Yeah, I'm working on a patch now to enable translations of all the
content. Someone will have fun jobs of sending in translations of all
the WWN content, but if they are up to the challenge.
Hold off on your updates until I'm done.
FYI, your templates will need to be in UTF-8 encoded text files
Woops, ignore this patch. Its got a couple things wrong with it. I'll send a
fix
later on.
-Zac
Zac Brown wrote:
> Strengthen current tests and add new tests for asynchronous I/O. Missing
> test for empty messages as well as thoroughly testing input and output
> of read/write commands.
>
> -
On Thu, May 29, 2008 at 1:26 PM, H. Verbeet <[EMAIL PROTECTED]> wrote:
> 2008/5/29 Stefan Dösinger <[EMAIL PROTECTED]>:
>> However, windows has a DLL which allows apps to disable Aero manually, I
>> think
>> that's wdm.dll.
>>
> dwmapi.dll, iirc.
>
>
>
hModule := DllCall("LoadLibrary", "str", "dw
2008/5/29 Stefan Dösinger <[EMAIL PROTECTED]>:
> However, windows has a DLL which allows apps to disable Aero manually, I think
> that's wdm.dll.
>
dwmapi.dll, iirc.
> 2. The website does not support translations yet. I don't think it is much
> work to support it. Mainly the HTML class template() function needs to check
> the browser for the language, then change the template dir, if the template
> for the language is not found, then the EN version is loaded as
Austin English wrote:
> On Thu, May 29, 2008 at 7:31 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Lately I've been seeing an issue with winetest on Windows whereby the
>> kernel32_test.exe file can't be deleted after the test.
>>
>> On NT4 I've also seen popups during the test with some
Anything wrong with this patch?
http://www.winehq.org/pipermail/wine-patches/2008-May/055215.html
On Thu, May 29, 2008 at 10:21 AM, Stefan Dösinger
<[EMAIL PROTECTED]> wrote:
> -> Talk to the beryl devs to get a way to disable compiz. We'll need this for
> fullscreen mode anyway, but we should not rely on it for windowed mode, since
> we can't disable compositing on MacOS. So we have to work ar
On Thu, May 29, 2008 at 7:31 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Lately I've been seeing an issue with winetest on Windows whereby the
> kernel32_test.exe file can't be deleted after the test.
>
> On NT4 I've also seen popups during the test with some remark about not being
> able
On Thu, May 29, 2008 at 5:21 PM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> My recommendation is this:
> -> Talk to the beryl devs to get a way to disable compiz. We'll need this for
> fullscreen mode anyway, but we should not rely on it for windowed mode, since
> we can't disable compositing on
Am Donnerstag, 29. Mai 2008 17:36:26 schrieb Travis Watkins:
> We already allow this with the "Unredirect fullscreen windows" option.
> If the window is detected as fullscreen compiz basically disables
> itself and the window is drawn like it would be without compiz
> running.
That's perfect for ou
On Thu, May 29, 2008 at 10:21 AM, Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote:
> "James Hawkins" <[EMAIL PROTECTED]> wrote:
>
>>> NULL foreground window is already allowed, you just need to fix the
>>> callers
>>> of check_wnd_state() to pass 0 for foreground.
>>>
>>
>> It's not consistent across pl
"James Hawkins" <[EMAIL PROTECTED]> wrote:
>> NULL foreground window is already allowed, you just need to fix the callers
>> of check_wnd_state() to pass 0 for foreground.
>>
>
> It's not consistent across platforms.
Passing 0 for foreground will make the same thing as your patch - prevent
failu
Am Donnerstag, 29. Mai 2008 13:39:57 schrieb Vincent Povirk:
> That page cites this blog (creepily similar to what I described, using
> one clientside buffer per X window, except when gdi+ddraw or virtual
> desktops are involved):
> http://blogs.msdn.com/greg_schechter/archive/2006/05/02/588934.asp
On Thu, May 29, 2008 at 10:07 AM, Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote:
> "James Hawkins" <[EMAIL PROTECTED]> wrote:
>
>> According to msdn, "The foreground window can be NULL in certain
>> circumstances, such as when a window is losing activation. " which is
>> exactly when these failures oc
"James Hawkins" <[EMAIL PROTECTED]> wrote:
> According to msdn, "The foreground window can be NULL in certain
> circumstances, such as when a window is losing activation. " which is
> exactly when these failures occur.
>
> Changelog:
> * Allow a NULL foreground window in the tests.
NULL foregrou
On Thu, May 29, 2008 at 9:20 AM, Michael Karcher
<[EMAIL PROTECTED]> wrote:
> Increase buffer size to make quoted strings fit. This fixes the problem
> Dan described in
> http://www.winehq.org/pipermail/wine-devel/2008-May/065954.html which
> is caused by quoted 'HKLM' not fitting into prefix. Thi
On Thu, May 29, 2008 at 8:58 AM, Michael Karcher
<[EMAIL PROTECTED]> wrote:
> Increase buffer size to make quoted strings fit. This fixes the problem
> Dan described in
> http://www.winehq.org/pipermail/wine-devel/2008-May/065954.html which
> is caused by quoted 'HKLM' not fitting into prefix. Thi
Vitaliy Margolen <[EMAIL PROTECTED]> writes:
> Was anything wrong with this patch? I've used a simple utility
> DxDiagOutput.exe from DXSDK to find and test this.
The printf format is wrong.
--
Alexandre Julliard
[EMAIL PROTECTED]
Vitaliy Margolen wrote:
> ---
> dlls/dxdiagn/provider.c |7 ---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
Was anything wrong with this patch? I've used a simple utility
DxDiagOutput.exe from DXSDK to find and test this.
Vitaliy.
Hi,
Lately I've been seeing an issue with winetest on Windows whereby the
kernel32_test.exe file can't be deleted after the test.
On NT4 I've also seen popups during the test with some remark about not being
able to initialize user32.dll. This is when the process test is run for
kernel32.
Any
My information on Windows Vista comes from some things I happened to
read on Wikipedia for an unrelated reason:
http://en.wikipedia.org/wiki/Desktop_window_manager#Redirection
That page cites this blog (creepily similar to what I described, using
one clientside buffer per X window, except when gdi
I just found two conflicting reports for Age of empires:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=10326
Both are on Ubuntu 8.04 and 1.0-rc1. One is Silver, one is Garbage. But
it is just one example.
My suggestion is to ask for more information about the test environment
Francois Gouget <[EMAIL PROTECTED]> writes:
> This patch introduces the buggy(), deprecated() and strict_wine
> functions I mentioned in:
> http://www.winehq.org/pipermail/wine-devel/2008-April/065322.html
I like the idea, but I don't think this should copy the todo mechanism,
as it doesn't sca
35 matches
Mail list logo