Re: dxdiagn: PhysicalMemory parameter is a string not long long

2008-05-29 Thread Vitaliy Margolen
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

Recent change causes registry creation to fail

2008-05-29 Thread Benjamin M. Schwartz
-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 :

Re: advpack: don't close a handle if it wasn't opened

2008-05-29 Thread James Hawkins
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

Re: user32: Allow a NULL foreground window in the tests

2008-05-29 Thread Dmitry Timoshkov
"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

[website] Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-29 Thread Ángel Guzmán Maeso
> 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.

Re: Currently Git doesn't build on Linux x86_64

2008-05-29 Thread Hin-Tak Leung
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

Re: Currently Git doesn't build on Linux x86_64

2008-05-29 Thread Austin English
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

Re: implemented first testcase for dxdiagn

2008-05-29 Thread Vitaliy Margolen
Markus wrote: > > > > > +hr = IDxDiagContainer_GetNumberOfProps(pAdapterContainer, > &dwPropCount); > +ok(dwPropCount == 72, "Incorrect number of properties in display > adapter container. " > +

Currently Git doesn't build on Linux x86_64

2008-05-29 Thread Erik de Castro Lopo
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

Re: [website] Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-29 Thread Jeremy Newman
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

Re: AppDB: More information about the test environment needed

2008-05-29 Thread Reece Dunn
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,

Re: [website] Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-29 Thread Jeremy Newman
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

Re: ntdll: Strengthen current tests and add new tests for asynchronous I/O.

2008-05-29 Thread Zac Brown
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. > > -

Re: Disabling Compiz (Was: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine)

2008-05-29 Thread Austin English
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

Re: Disabling Compiz (Was: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine)

2008-05-29 Thread H. Verbeet
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.

[website] Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-29 Thread Ángel Guzmán Maeso
> 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

Re: winetest issue on w2k and below

2008-05-29 Thread Paul Vriens
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

README: Few more updates

2008-05-29 Thread Austin English
Anything wrong with this patch? http://www.winehq.org/pipermail/wine-patches/2008-May/055215.html

Re: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-29 Thread Travis Watkins
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

Re: winetest issue on w2k and below

2008-05-29 Thread Austin English
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

Re: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-29 Thread Remco
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

Re: Disabling Compiz (Was: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine)

2008-05-29 Thread Stefan Dösinger
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

Re: user32: Allow a NULL foreground window in the tests

2008-05-29 Thread James Hawkins
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

Re: user32: Allow a NULL foreground window in the tests

2008-05-29 Thread Dmitry Timoshkov
"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

Re: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-29 Thread Stefan Dösinger
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

Re: user32: Allow a NULL foreground window in the tests

2008-05-29 Thread James Hawkins
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

Re: user32: Allow a NULL foreground window in the tests

2008-05-29 Thread Dmitry Timoshkov
"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

Re: advpack: Fix buffer sizes for possibly quoted strings (try 2, including testcase)

2008-05-29 Thread James Hawkins
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

Re: advpack: Fix buffer sizes for possibly quoted strings

2008-05-29 Thread James Hawkins
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

Re: dxdiagn: PhysicalMemory parameter is a string not long long

2008-05-29 Thread Alexandre Julliard
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]

Re: dxdiagn: PhysicalMemory parameter is a string not long long

2008-05-29 Thread Vitaliy Margolen
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.

winetest issue on w2k and below

2008-05-29 Thread Paul Vriens
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

Re: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-29 Thread Vincent Povirk
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

AppDB: More information about the test environment needed

2008-05-29 Thread Groeschel, Volker
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

Re: [1/2] tests: Add functions to make it possible to handle Windows misbehaviors that we don't want to reproduce in Wine.

2008-05-29 Thread Alexandre Julliard
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