Re: [PATCH 2/2] comctl32/tests: Default listview width appears to be 1 inch.

2010-09-21 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=5396 Your paranoid android.

Re: [1/2] d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.

2010-09-21 Thread Henri Verbeet
On 22 September 2010 03:26, Misha Koshelev wrote: > Credit for the idea of comparing the result of D3DXDeclaratorFromFVF > to D3DXFVFFromDeclarator goes to Tony Wasserka: > http://repo.or.cz/w/wine/d3dx9TW.git/blob/Merge:/dlls/d3dx9_36/mesh.c > (see line 405, and his comparison is vice versa - i.e

Re: D3D via Gallium

2010-09-21 Thread Jaime Rave
El 21/09/10 18:36, Edward Savage escribió: On Wed, Sep 22, 2010 at 5:55 AM, Zachary Goldberg wrote: On Tue, Sep 21, 2010 at 10:32 AM, Chris Robinson wrote: Hm. The author of the commit for some reason believes that this is possible. Is he simply misguided? Well, one can pray that eventual

Re: USB Device Support

2010-09-21 Thread Tom Spear
On Tue, Sep 21, 2010 at 1:41 PM, Damjan Jovanovic wrote: > On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear wrote: > > On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic > > > wrote: > >> > >> On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear > wrote: > >> > Attached is the lsusb -v output, trimmed to only

Re: D3D via Gallium

2010-09-21 Thread Edward Savage
On Wed, Sep 22, 2010 at 5:55 AM, Zachary Goldberg wrote: > On Tue, Sep 21, 2010 at 10:32 AM, Chris Robinson wrote: > > Hm.  The author of the commit for some reason believes that this is > possible.  Is he simply misguided? > > Well, one can pray that eventually nvidia will add gallium 3d support

Re: D3D via Gallium

2010-09-21 Thread Zachary Goldberg
On Tue, Sep 21, 2010 at 10:32 AM, Chris Robinson wrote: > > IIRC, it's been discussed before, and it simply wouldn't work. D3D has too > many ties to the Windows API that a non-Windows based implementation wouldn't > be appropriate for Wine (try getting an HDC from a D3D resource, or passing an >

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear wrote: > On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic > wrote: >> >> On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear wrote: >> > Attached is the lsusb -v output, trimmed to only include the pedometer's >> > info. I have many USB devices, so I didn't wa

Re: user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.

2010-09-21 Thread Alexandre Julliard
Dmitry Timoshkov writes: > --- > dlls/user32/tests/msg.c | 141 +- > 1 files changed, 77 insertions(+), 64 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so msg.c && touch msg.ok ms

Re: USB Device Support

2010-09-21 Thread Tom Spear
On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic wrote: > On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear wrote: > > Attached is the lsusb -v output, trimmed to only include the pedometer's > > info. I have many USB devices, so I didn't want to leave you to sort > through > > a bunch of useless info

Re: USB Device Support

2010-09-21 Thread Erich Hoover
On Tue, Sep 21, 2010 at 10:04 AM, Damjan Jovanovic wrote: > ... > I'll get working on the basics of USB first. If the device doesn't > work on your tests after that, SSH access might be quicker and easier > than intercontinental shipping. That's an interesting plan... If you're interested I might

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear wrote: > Attached is the lsusb -v output, trimmed to only include the pedometer's > info. I have many USB devices, so I didn't want to leave you to sort through > a bunch of useless info. > > I don't have the webcam with me at the moment, but I will see i

Re: [1/3] mscoree: Store the AppDomain from CorExeMain, for use in other functions.

2010-09-21 Thread Vincent Povirk
On second thought, please don't commit this. It'll be better to design this around the COM interface in .NET 4, and easier to do that while the current code is simple. On Mon, Sep 20, 2010 at 4:15 PM, Vincent Povirk wrote: > > > > > >

Re: USB Device Support

2010-09-21 Thread Tom Spear
Attached is the lsusb -v output, trimmed to only include the pedometer's info. I have many USB devices, so I didn't want to leave you to sort through a bunch of useless info. I don't have the webcam with me at the moment, but I will see if I can find it when I am at home soon. Thanks Tom On Tu

Re: user32: Make sure that SendInput always initializes the time field.

2010-09-21 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This patch should fix the problem reported in the bug 24435. I don't think you want to modify the structure passed by the app. -- Alexandre Julliard julli...@winehq.org

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
Please send the output of "lsusb -v" first so I can see if it's useful. Thank you for the offer Damjan On Tue, Sep 21, 2010 at 3:58 PM, Tom Spear wrote: > Now that I think about it, I have a webcam which the last supported windows > version was XP. I'm not using it for anything since I have anot

Re: D3D via Gallium

2010-09-21 Thread Chris Robinson
On Tuesday, September 21, 2010 7:06:30 am Zachary Goldberg wrote: > Hello, > > I found the following article/commit very interesting this morning. > Has anybody else been looking at this and put thought into whether it > will work with Wine? IIRC, it's been discussed before, and it simply wouldn'

D3D via Gallium

2010-09-21 Thread Zachary Goldberg
Hello, I found the following article/commit very interesting this morning. Has anybody else been looking at this and put thought into whether it will work with Wine? http://cgit.freedesktop.org/mesa/mesa/commit/?id=92617aeac109481258f0c3863d09c1b8903d438b http://www.phoronix.com/scan.php?page=ar

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Vitaliy Margolen
On 09/21/2010 03:43 AM, Marcus Meissner wrote: No, its just that the structure is embedded in another structure and gcc 4.5 only looks at the size of the inner structure for these variable array, and so does not see it is large enough allocated. (It is kinda in a gray area, but I am tending towa

Re: USB Device Support

2010-09-21 Thread Tom Spear
Now that I think about it, I have a webcam which the last supported windows version was XP. I'm not using it for anything since I have another one which is supported in 7 and linux, but I don't know if it's picked up in linux either. I could send it your way too tho. Thanks Tom On Tue, Sep 21,

Re: USB Device Support

2010-09-21 Thread Tom Spear
I have a USB pedometer that uploads the data to the internet. I could get another one and the driver software for you to play with. You have to be a registered member for a monthly fee to get one otherwise, but my job sponsors anyone that wants to get/stay in shape that works for them, so getting a

Re: kernel32: fix use-after-close in create_process

2010-09-21 Thread Dan Kegel
On Tue, Sep 21, 2010 at 5:30 AM, Dmitry Timoshkov wrote: > Dan Kegel wrote: > >> Spotted by Guillaume ORTEGA.  He reports this fixes >> http://bugs.winehq.org/show_bug.cgi?id=24101 >> >> Passes kernel32 tests. > > That's not a use after close, client's fd passed in the server call is used > just

Re: kernel32: fix use-after-close in create_process

2010-09-21 Thread Dmitry Timoshkov
Dan Kegel wrote: > Spotted by Guillaume ORTEGA. He reports this fixes > http://bugs.winehq.org/show_bug.cgi?id=24101 > > Passes kernel32 tests. That's not a use after close, client's fd passed in the server call is used just as an association of the server side. -- Dmitry.

Re: ole32: Call the draw_continue function.

2010-09-21 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=5372 Your paranoid android.

Re: user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.

2010-09-21 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=5370 Your paranoid android.

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Mike Frysinger
On Tuesday, September 21, 2010 04:21:28 Reece Dunn wrote: > On 21 September 2010 08:58, Mike Frysinger wrote: > > fortify is only adding security/sanity checks to functions. so if you > > do: char f[1]; > >strcpy(f, "1234"); > > the C library, with help from the compiler, will then perform

Any recommendations on 64-bit debugging tools?

2010-09-21 Thread Ben Parker
For those of you who have developed 64-bit apps with wine, I'd like to ask what debugging tools and techniques you found most effective in that environment. Anyone have good luck with the 64-bit winedbg or remote debugging using Visual Studio? Thanks, Ben Parker ESRI

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Mike Frysinger
On Tuesday, September 21, 2010 03:34:33 Reece Dunn wrote: > On 20 September 2010 17:51, Mike Frysinger wrote: > > well, i dont think this issue is limited to shell32. it's just the only > > one to hit it atm. what about my other patch i posted ? > > http://www.winehq.org/pipermail/wine-patches/2

Re: Wine: Use GCC's -Wlogical-op if supported.

2010-09-21 Thread Alexandre Julliard
Gerald Pfeifer writes: > On Mon, 20 Sep 2010, Alexandre Julliard wrote: >>> In the past this has found a dozen or two real issues and lead to some >>> simplifications. Now the tree is clean in that regard, so we can make >>> this a default. >> I still see a ton of warnings here (gcc 4.4.5), mos

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Wed, Sep 15, 2010 at 1:39 AM, Eric Durbin wrote: > > > On Tue, Sep 14, 2010 at 10:48 AM, Damjan Jovanovic > wrote: >> >> When last I heard from Alexander Morozov (October 2009), he wasn't >> working on those patches much, and had no interest in sending them to >> wine-patches. >> >> I did some

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Marcus Meissner
On Tue, Sep 21, 2010 at 08:34:33AM +0100, Reece Dunn wrote: > On 20 September 2010 17:51, Mike Frysinger wrote: > > well, i dont think this issue is limited to shell32.  it's just the only one > > to hit it atm.  what about my other patch i posted ? > > http://www.winehq.org/pipermail/wine-patches

Re: user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.

2010-09-21 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=5367 Your paranoid android.

Re: ipconfig: Add the Polish translation.

2010-09-21 Thread Paul Vriens
On 09/19/2010 07:30 PM, Paul Vriens wrote: On 09/19/2010 11:11 AM, Łukasz Wojniłowicz wrote: +#include "ipconfig.h" + +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT + +STRINGTABLE Hi Łukasz, This newly created file is UTF-8 so you should add the needed pragma (or convert to something else). Compiling

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Reece Dunn
On 21 September 2010 08:58, Mike Frysinger wrote: > On Tuesday, September 21, 2010 03:34:33 Reece Dunn wrote: >> On 20 September 2010 17:51, Mike Frysinger wrote: >> > well, i dont think this issue is limited to shell32.  it's just the only >> > one to hit it atm.  what about my other patch i pos

Re: user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.

2010-09-21 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=5366 Your paranoid android.

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Reece Dunn
On 20 September 2010 17:51, Mike Frysinger wrote: > well, i dont think this issue is limited to shell32.  it's just the only one > to hit it atm.  what about my other patch i posted ? > http://www.winehq.org/pipermail/wine-patches/2010-September/093377.html > How does fortify work? See http://bl