Re: Make test status - latest CVS

2005-05-02 Thread Shachar Shemesh
Robert Reif wrote: Shachar Shemesh wrote: The problem is that I'm not interested in this test. I just think that, off the shelf, tests should not fail. My opinion is that if this is not a problem with Wine, it shouldn't fail the test. Does this patch help? It should fail the same way windows do

Re: Anyone remember winemine?

2005-05-02 Thread William Poetra Yoga H
--- Richard Cohen <[EMAIL PROTECTED]> wrote: > The original patch > > http://www.winehq.org/hypermail/wine-patches/2004/09/0395.html > > was from me, back in last September. It included a test which showed > that it was correct. But AJ didn't like the way I did the test :( and I > haven't got

Re: winamp and OleMainThreadWindow

2005-05-02 Thread Dustin Navea
We are unable to see the image, as it is on your account on your mail server. Please post somewhere public. Thanks Dustin luis lenders wrote: Hi, whenever i run winamp i get an "extra" window like in attached screenshot (in the upper left corner): http://uk.f257.mail.yahoo.com/ym/ShowLetter/Untit

Re: Benchmarking Wine againt XP Part 2

2005-05-02 Thread Jakob Eriksson
Dimitrie O. Paun wrote: On Sun, May 01, 2005 at 01:31:59PM -0400, Tom Wickline wrote: I have run Pov-Ray in the past if anyone is interested in this bench ill re-install it and run it again. http://www.povray.org/ If you can do it, it may prove useful. povray is cpubound, so should not b

Re: regression due to patch 16515 2005-03-09

2005-05-02 Thread Detlef Riekenberg
Am Sonntag, den 01.05.2005, 11:25 -0400 schrieb Timm Reasbeck: > In appplication TablEdit Demo available at > http://www.tabledit.com/download/tabled32.exe > there is under the "File" entry of the menubar a submenu > entry for both "Import" and "Export" which are both present when run > under WINE

Re: Anyone remember winemine?

2005-05-02 Thread Detlef Riekenberg
William Poetra Yoga H wrote: > > Sorry, I mean winmine, one that comes with Windows 98, for example. > Well, can you post a link to the binary? I don't have Win98 right now... The > WinXP winmine doesn't. winmine.exe (from win98se) does not shift (tested with wine-cvs.2005.05.02 and win98se)

Re: Benchmarking Wine againt XP Part 2

2005-05-02 Thread Dimitrie O. Paun
On Sun, May 01, 2005 at 01:31:59PM -0400, Tom Wickline wrote: > I have run Pov-Ray in the past if anyone is interested in this bench > ill re-install it and run it again. > > http://www.povray.org/ If you can do it, it may prove useful. -- Dimi.

Re: Quicken/CreateCompatibleBitmap issue revisited

2005-05-02 Thread Rein Klazes
On Mon, 2 May 2005 09:29:41 -0700 (PDT), you wrote: > Hi Rein, > > > Indeed, what happens if you try this obvious patch: > (snip context) > -if ((width >= 0x1) || (height >= 0x1)) > +if ((height && width >= 0x1) || (width && height >= 0x1)) > > This obvious patch is quite

Re: Steam Problems

2005-05-02 Thread Ivan Gyurdiev
On Mon, 2005-05-02 at 14:57 +, Stefan DÃsinger wrote: > > 1) It's always on top of all other windows,on all > > workspaces of GNOME, which is very annoying, and makes > > it impossible to try HL2. If clicked while HL2 is on startup > > screen it will crash the game. > I've sent a patch to wine-

Re: Anyone remember winemine?

2005-05-02 Thread Richard Cohen
The original patch http://www.winehq.org/hypermail/wine-patches/2004/09/0395.html was from me, back in last September. It included a test which showed that it was correct. But AJ didn't like the way I did the test :( and I haven't got round to resubmitting it. Richard.

Re: Make test status - latest CVS

2005-05-02 Thread Juan Lang
Shachar Shemesh wrote: > make[3]: Entering directory `/home/sun/sources/wine/dlls/ole32/tests' > ../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p > ole32_test.exe.so stg_prop.c && touch stg_prop.ok > err:heap:HEAP_ValidateInUseArena Heap 401e: in-use arena 40218fc8 > next block h

Re: Quicken/CreateCompatibleBitmap issue revisited

2005-05-02 Thread Juan Lang
Hi Rein, > Indeed, what happens if you try this obvious patch: (snip context) -if ((width >= 0x1) || (height >= 0x1)) +if ((height && width >= 0x1) || (width && height >= 0x1)) This obvious patch is quite wrong, height && width evaluantes to either 0 or 1, same with width

Re: winamp and OleMainThreadWindow

2005-05-02 Thread luis lenders
Hi, whenever i run winamp i get an "extra" window like in attached screenshot (in the upper left corner): http://uk.f257.mail.yahoo.com/ym/ShowLetter/Untitled.jpg?viewimg=1&box=Inbox&MsgId=8406_5641744_357203_1322_61137_0_2958_82368_3272969419&bodyPart=2&filename=Untitled.jpg&tnef=&YY=45250&order=

Re: Make test fails on pristine CVS checkout

2005-05-02 Thread Marcus Meissner
On Mon, May 02, 2005 at 09:52:11AM -0400, gslink wrote: > The RH updates for FC3 include a new version of gcc. If you install > this it causes problems with things like the kernel and Wine. The Wine > CVS will not compile with the new gcc 4. I have not had time to find > out why. Wine CVS wi

Re: Make test fails on pristine CVS checkout

2005-05-02 Thread gslink
The RH updates for FC3 include a new version of gcc. If you install this it causes problems with things like the kernel and Wine. The Wine CVS will not compile with the new gcc 4. I have not had time to find out why.

Re: Steam Problems

2005-05-02 Thread Stefan Dösinger
> 1) It's always on top of all other windows,on all > workspaces of GNOME, which is very annoying, and makes > it impossible to try HL2. If clicked while HL2 is on startup > screen it will crash the game. I've sent a patch to wine-patches some time ago, but it wasn't accepted because it's wrong. T

Re: Anyone remember winemine?

2005-05-02 Thread William Poetra Yoga H
--- Andreas Mohr <[EMAIL PROTECTED]> wrote: > Hi, > > On Mon, May 02, 2005 at 02:31:10AM -0700, William Poetra Yoga H wrote: > > > > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > > > Sorry, I mean winmine, one that comes with Windows 98, for example. > > > > > > > Well, can you pos

Re: Anyone remember winemine?

2005-05-02 Thread Andreas Mohr
Hi, On Mon, May 02, 2005 at 02:31:10AM -0700, William Poetra Yoga H wrote: > > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > Sorry, I mean winmine, one that comes with Windows 98, for example. > > > > Well, can you post a link to the binary? I don't have Win98 right now... The > Win

Re: Anyone remember winemine?

2005-05-02 Thread William Poetra Yoga H
--- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > Sorry, I mean winmine, one that comes with Windows 98, for example. > Well, can you post a link to the binary? I don't have Win98 right now... The WinXP winmine doesn't. > > Assuming winemine shouldn't shift down by 1 pixel (and it shouldn't

Re: Anyone remember winemine?

2005-05-02 Thread William Poetra Yoga H
--- Andreas Mohr <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, May 01, 2005 at 08:45:46PM -0700, William Poetra Yoga H wrote: > > Hi, anyone here remember winemine? The whole window just shifts down by one > > pixel whenever we click the smiley in the middle. This patch fixes it. > Oh, I certainly

Re: Anyone remember winemine?

2005-05-02 Thread Saulius Krasuckas
* On Mon, 2 May 2005, William Poetra Yoga H wrote: > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > * On Sun, 1 May 2005, William Poetra Yoga H wrote: > > > The whole window just shifts down by one pixel whenever we click the > > > smiley in the middle. This patch fixes it. > > > > And so d

Re: Anyone remember winemine?

2005-05-02 Thread William Poetra Yoga H
--- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Sun, 1 May 2005, William Poetra Yoga H wrote: > > Hi, anyone here remember winemine? The whole window just shifts down by > > one pixel whenever we click the smiley in the middle. This patch fixes > > it. > > And so does the original winem