Re: DDRAW: Surface locking patch, take 2

2005-03-26 Thread Matthew Mastracci
Matthew Mastracci wrote: This patch (correctly) fixes the locking problems in SimCity 3000. We now check to see if the blit src and dest are the same surface and, if so, we make sure to lock the surface only once and, in the case of BltFast, re-adjust the surface pointers. This patch also make

Re: Fwd: Wine install fails on Gentoo with `SYS_sigaction' undeclared

2005-03-26 Thread Phil Krylov
Hi, > I am using Gentoo with a linux kernel of 2.6.10 on a dual-Xeon 3.2ghz > 64-bit system. I am using Gentoo with 2.6.10 on 32-bit Athlon XP and don't have this problem, so I suppose it must be something with 64-bitness. -- Ph.

Re: visual regression in IE

2005-03-26 Thread Joris Huizer
Robert Shearman wrote: Joris Huizer wrote: James Hawkins wrote: On Thu, 24 Mar 2005 23:39:22 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: Could someone point me to the correct pages to find out what caused this? I'm sure someone will be fix this a lot faster than I could do but I want to learn

Re: Fwd: Wine install fails on Gentoo with `SYS_sigaction' undeclared

2005-03-26 Thread Alex Woods
On Sat, Mar 26, 2005 at 06:02:43PM +0100, Ferenc Wagner wrote: > I think this message better fits here on the devel list. Actually, it would fit better on a Gentoo forum. This is a problem with building on Gentoo 2004.3. It's fixed in the 2005.0 development version, and is to do with the fact th

Re: visual regression in IE

2005-03-26 Thread Robert Shearman
Joris Huizer wrote: James Hawkins wrote: On Thu, 24 Mar 2005 23:39:22 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: Could someone point me to the correct pages to find out what caused this? I'm sure someone will be fix this a lot faster than I could do but I want to learn how to solve such a pr

Re: World of Warcraft: fixed?

2005-03-26 Thread cyrix12
On Sat, 26 Mar 2005 11:35:58 + Alex Woods <[EMAIL PROTECTED]> wrote: > On Thu, Mar 24, 2005 at 10:40:18PM -0500, [EMAIL PROTECTED] wrote: > > I applied the two patches from bugzilla > > (http://bugs.winehq.org/show_bug.cgi?id=2814#c8) which includes Raphael's > > opengl32 fbconf patch and an

Fwd: Wine install fails on Gentoo with `SYS_sigaction' undeclared

2005-03-26 Thread Ferenc Wagner
Hi, I think this message better fits here on the devel list. Cheers, Feri. Start of forwarded message From: "Jonathan Duncan" <[EMAIL PROTECTED]> Newsgroups: comp.emulators.ms-windows.wine Date: 25 Mar 2005 10:26:46 -0800 Message-ID: <[EMAIL PROTECTED]>

Re: "Black" Text

2005-03-26 Thread Lionel Ulmer
> fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 > to > 8 > fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 > to > 8 H, a DDraw game that displays only black text in 8 BPP mode That looks suspiciously like the problem we have in

Re: Not Wine but

2005-03-26 Thread Uwe Bonnes
> "Wesley" == Wesley Parish <[EMAIL PROTECTED]> writes: Wesley> has anyone seen the other Windows "emulator-cross-platform" Wesley> library Twin around lately? Wesley> I'm getting into Windows programming with theForger's Win32 Wesley> Tutorial - got a personal project I want

Re: redirecting text to standard out

2005-03-26 Thread Raphael Clifford
Hans Leidekker wrote: On Friday 25 March 2005 16:14, Raphael Clifford wrote: I am running a windows app under wine that prints text to the screen. This can be copied and pasted into wine's notepad. Is there any way to get wine to simply output all text written by the app to standard out?

Re: World of Warcraft: fixed?

2005-03-26 Thread Alex Woods
On Thu, Mar 24, 2005 at 10:40:18PM -0500, [EMAIL PROTECTED] wrote: > I applied the two patches from bugzilla > (http://bugs.winehq.org/show_bug.cgi?id=2814#c8) which includes Raphael's > opengl32 fbconf patch and another one from Tim Savannah which looks like > this: > > --- wine2/dlls/x11drv/

Re: visual regression in IE

2005-03-26 Thread Hannu Valtonen
Joris Huizer wrote: James Hawkins wrote: On Thu, 24 Mar 2005 23:39:22 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: Could someone point me to the correct pages to find out what caused this? I'm sure someone will be fix this a lot faster than I could do but I want to learn how to solve such a pro

Re: visual regression in IE

2005-03-26 Thread Paul van Schayck
On Sat, 26 Mar 2005 11:05:27 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > Okay, I found the regression happened some time on 23 march: >cvs update -PAd -D "2005-03-23 CDT" doesn't have the regression >cvs update -PAd -D "2005-03-24 CDT" has the regression > > Now

Re: visual regression in IE

2005-03-26 Thread Joris Huizer
James Hawkins wrote: On Thu, 24 Mar 2005 23:39:22 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: Could someone point me to the correct pages to find out what caused this? I'm sure someone will be fix this a lot faster than I could do but I want to learn how to solve such a problem :) You could run

Not Wine but

2005-03-26 Thread Wesley Parish
has anyone seen the other Windows "emulator-cross-platform" library Twin around lately? I'm getting into Windows programming with theForger's Win32 Tutorial - got a personal project I want to fool around with - and while Winelib is a very satisfactory Win32 API library on Linux, I was wanting t