Re: Wineboot crashes after upgrading Gecko.

2009-08-05 Thread Nikolay Sivov
Jacek Caban wrote: Alexandre has found the problem. Commenting FreeLibrary call in close_gecko fixes the problem. Jacek Ok. So do you plan to fix it?

Re: [5/5] WineD3D: Replace the dxVersion with behavior flags

2009-08-05 Thread Henri Verbeet
The idea is good, but this needs to be split up.

Re: [5/5] WineD3D: Replace the dxVersion with behavior flags

2009-08-05 Thread Stefan Dösinger
Am Wednesday 05 August 2009 08:53:19 schrieb Henri Verbeet: The idea is good, but this needs to be split up. You sure? Its a 370 line patch, and I am more worried about fake regressions by having two systems in parallel than regressions of doing this in one big step.

Re: [5/5] WineD3D: Replace the dxVersion with behavior flags

2009-08-05 Thread Henri Verbeet
2009/8/5 Stefan Dösinger ste...@codeweavers.com: Am Wednesday 05 August 2009 08:53:19 schrieb Henri Verbeet: The idea is good, but this needs to be split up. You sure? Yes.

Re: shlwapi: Correct AssocCreate Tests

2009-08-05 Thread Michael Stefaniuc
Hello Alistair, Alistair Leslie-Hughes wrote: diff --git a/dlls/shlwapi/tests/assoc.c b/dlls/shlwapi/tests/assoc.c index fd2b868..9a52edb 100644 --- a/dlls/shlwapi/tests/assoc.c +++ b/dlls/shlwapi/tests/assoc.c @@ -252,11 +252,13 @@ static void test_assoc_create(void) ok(hr ==

Re: Interesting find with cppcheck..

2009-08-05 Thread Alexandre Julliard
Francois Gouget fgou...@free.fr writes: On Tue, 4 Aug 2009, Juan Lang wrote: Still wouldn't hurt to fix them. Well, Alexandre routinely rejects such fixes. It may be worth reconsidering. Just like if you have hundreds of compilation warnings the useful ones get lost in the sea, if

RE: golly, mime type integration DOES work...

2009-08-05 Thread Ben A L Jemmett
Dan Kegel wrote: [Visual Studio 2005] Repainting after scrolling was a bit lazy, and creating a new project still requires ie6, but it was a nice surprise all the same. I wouldn't be too surprised if that was a VS2005 bug, not a Wine issue -- it also has horrendous redraw problems running

Re: golly, mime type integration DOES work...

2009-08-05 Thread Dan Kegel
On Wed, Aug 5, 2009 at 2:49 AM, Ben A L Jemmettben.jemm...@ukonline.co.uk wrote: [Visual Studio 2005] Repainting after scrolling was a bit lazy, and creating a new project still requires ie6, but it was a nice surprise all the same. I wouldn't be too surprised if that was a VS2005 bug, not a

Re: golly, mime type integration DOES work...

2009-08-05 Thread Roderick Colenbrander
On Wed, Aug 5, 2009 at 2:35 PM, Dan Kegeld...@kegel.com wrote: On Wed, Aug 5, 2009 at 2:49 AM, Ben A L Jemmettben.jemm...@ukonline.co.uk wrote: [Visual Studio 2005] Repainting after scrolling was a bit lazy, and creating a new project still requires ie6, but it was a nice surprise all the

re: cmd: add initial ipconfig

2009-08-05 Thread Dan Kegel
Isn't ipconfig supposed to be external? This change won't help any app that tries to run ipconfig.exe... - Dan

Latency as of yesterday

2009-08-05 Thread Susan Cragin
I got a new kernel and a new git yesterday. One of them is causing massive latency in my sound system. I looked at the changes to git that were made yesterday, and suspect that the latency came with the kernel. 2.6.31-5-generic is the new kernel. Just for fun I reinstalled my entire system

Re: Interesting find with cppcheck..

2009-08-05 Thread Scott Ritchie
chris ahrendt wrote: Austin English wrote: On Tue, Aug 4, 2009 at 2:07 PM, Juan Langjuan.l...@gmail.com wrote: If the group wants I can run this daily when I run wine test as well.. and post it here just let me know Probably not. Most of the remaining leaks are in the tests

Re: comdlg32: fix problems in calculation of the size of a file dialog. (try 2)

2009-08-05 Thread Alexandre Julliard
Rein Klazes w...@online.nl writes: fixes bug#17748 try 2: I forgot adding the rc file. It doesn't work here: ../../../tools/runtest -q -P wine -M comdlg32.dll -T ../../.. -p comdlg32_test.exe.so filedlg.c touch filedlg.ok filedlg.c:352: Test failed: testid 0: dialog should not have a

configure can't find libgsm development files, but they are installed

2009-08-05 Thread Rosanne DiMesio
Since yesterday, configure has been giving me a libgsm development files not found warning even though they are installed on my system. This is on openSUSE 11.1, 32 bit. Is anyone else seeing this, or is something borked on my system? (Any hints as to where I might look would be appreciated.)

Re: configure can't find libgsm development files, but they are installed

2009-08-05 Thread Nikolay Sivov
Rosanne DiMesio wrote: Since yesterday, configure has been giving me a libgsm development files not found warning even though they are installed on my system. This is on openSUSE 11.1, 32 bit. Is anyone else seeing this, or is something borked on my system? (Any hints as to where I might look

Re: Latency as of yesterday

2009-08-05 Thread Ken Sharp
Susan Cragin wrote: I got a new kernel and a new git yesterday. One of them is causing massive latency in my sound system. I looked at the changes to git that were made yesterday, and suspect that the latency came with the kernel. 2.6.31-5-generic is the new kernel. Just for fun I

Re: Latency as of yesterday

2009-08-05 Thread Susan Cragin
Susan Cragin wrote: I got a new kernel and a new git yesterday. One of them is causing massive latency in my sound system. I looked at the changes to git that were made yesterday, and suspect that the latency came with the kernel. 2.6.31-5-generic is the new kernel. Just for fun I

Request for review: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 4]

2009-08-05 Thread Johan Gill
On Wed, Jul 29, 2009 at 11:55 PM, Johan Gill johan.g...@gmail.com wrote: This patch fixes bug 17215. Since the patch was seemingly dropped, I made some test improvements and resubmit it. The tests pass on Windows XP, and of course Wine. Suggested changelog: In DirectDraw fullscreen mode,

Re: Request for review: [PATCH] Resize fullscreen window when DirectDraw changes the display mode [resubmit 4]

2009-08-05 Thread Stefan Dösinger
Am Wednesday 05 August 2009 18:58:42 schrieb Johan Gill: On Wed, Jul 29, 2009 at 11:55 PM, Johan Gill johan.g...@gmail.com wrote: This patch fixes bug 17215. Since the patch was seemingly dropped, I made some test improvements and resubmit it. The tests pass on Windows XP, and of course

Re: Latency as of yesterday

2009-08-05 Thread Susan Cragin
I got a new kernel and a new git yesterday. One of them is causing massive latency in my sound system. I looked at the changes to git that were made yesterday, and suspect that the latency came with the kernel. 2.6.31-5-generic is the new kernel. Just for fun I reinstalled my entire

Re: Interesting find with cppcheck..

2009-08-05 Thread chris ahrendt
Scott Ritchie wrote: chris ahrendt wrote: Austin English wrote: On Tue, Aug 4, 2009 at 2:07 PM, Juan Langjuan.l...@gmail.com wrote: If the group wants I can run this daily when I run wine test as well.. and post it here just let me know

Re: Latency as of yesterday

2009-08-05 Thread Scott Ritchie
Susan Cragin wrote: I got a new kernel and a new git yesterday. One of them is causing massive latency in my sound system. I looked at the changes to git that were made yesterday, and suspect that the latency came with the kernel. 2.6.31-5-generic is the new kernel. Just for fun I

Re: [Bug 19522] Team Fortress 2 (TF2) missing menu fonts

2009-08-05 Thread Vitaliy Margolen
--- Comment #3 from Alexandre Julliard julliard at winehq.org 2009-08-04 13:19:16 --- Please don't suggest that people use the --enable-maintainer-mode flag, that's not meant for normal users. Then how can we be sure user have all requirements installed? --verbose doesn't complain about

Re: Interesting find with cppcheck..

2009-08-05 Thread James McKenzie
Scott Ritchie wrote: chris ahrendt wrote: Austin English wrote: On Tue, Aug 4, 2009 at 2:07 PM, Juan Langjuan.l...@gmail.com wrote: If the group wants I can run this daily when I run wine test as well.. and post it here just let me know Probably