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
--- 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
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
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
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
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)
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.
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
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-
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.
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
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
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=
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
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.
> 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
--- 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
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
--- 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
--- 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
* 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
--- 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
22 matches
Mail list logo