Re: Linux kernel and game performance?

2010-10-29 Thread Tom Spear
For the first reference, I have a WoW install. I haven't seen fps below 60 except in areas of the game where there are a lot of other players, but that was under OpenGL back before the latest patch. I haven't tried since Blizzard has disabled all high end settings in OpenGL mode for both Windows an

Re: Windows Installer change in behaviour Wine 1.3.5.

2010-10-29 Thread James Mckenzie
Damian Dixon wrote: {Please send replies only to the Wine Devel mailing list.} > >I have installed my application under Wine 1.3.5 however with this version >of Wine the registry is not updated by the installer. Name of application, Linux distribution please. Also please file a bug report, if

Re: [3/3] gdi32: Make AddFontToList return a pointer to first loaded face.

2010-10-29 Thread Alexandre Julliard
Dmitry Timoshkov writes: > --- > dlls/gdi32/freetype.c | 35 --- > 1 files changed, 20 insertions(+), 15 deletions(-) You are lucky, it turns out that I screwed up and committed your original patch by mistake ;-) But I still don't see why you are returning tha

Re: Crash bug in Wine 1.3.5 in advapi32/service.c

2010-10-29 Thread Hans Leidekker
On Fri, 2010-10-29 at 17:55 +0100, Damian Dixon wrote: > In file dlls/advapi32/service.c, line 1135 a memory copy occurs, > however the lpservicestatus is not checked to see if the value is > NULL. > > This causes a crash in an application that has worked before under > wine. > > My naive change

Windows Installer change in behaviour Wine 1.3.5.

2010-10-29 Thread Damian Dixon
Hi, I have installed my application under Wine 1.3.5 however with this version of Wine the registry is not updated by the installer. The registry entry ends up with the value '[INSTALL_DIR]'. Which is odd as it has worked before with older versions of Wine. I've not had the time to investigate b

Crash bug in Wine 1.3.5 in advapi32/service.c

2010-10-29 Thread Damian Dixon
Hi, In file dlls/advapi32/service.c, line 1135 a memory copy occurs, however the lpservicestatus is not checked to see if the value is NULL. This causes a crash in an application that has worked before under wine. My naive change is: if (ret && lpservicestatus) memcpy(lpservicestatus, &SvcS

Re: [4/5] msxml3: Add XSLPattern nodeType() method

2010-10-29 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=6591 Your paranoid android.

Re: [5/5] msxml3: Implement XSLPattern collection methods

2010-10-29 Thread Alexandre Julliard
Adam Martinson writes: > From d7dfd1e50a295c9bae15f83ed418cfa5f0890d58 Mon Sep 17 00:00:00 2001 > From: Adam Martinson > Date: Thu, 28 Oct 2010 20:22:22 -0500 > Subject: [PATCH 8/8] msxml3: Implement XSLPattern collection methods > To: wine-patches This one causes some scary warnings: bison

Re: [1/3] include: Better distinguish ARM's endianess

2010-10-29 Thread Paul Chitescu
On Friday 29 October 2010 05:34:31 pm André Hentschel wrote: > --- > include/basetsd.h |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/include/basetsd.h b/include/basetsd.h > index 6ce0102..aa6e86d 100644 > --- a/include/basetsd.h > +++ b/include/basetsd.h > @@ -

Re: [PATCH 2/3] wer: Add stubs for WerReportCreate + WerReportCloseHandle

2010-10-29 Thread Alexandre Julliard
Detlef Riekenberg writes: > @@ -2,6 +2,7 @@ MODULE= wer.dll > IMPORTLIB = wer > > C_SRCS = \ > - main.c > + main.c \ > + report.c I don't think we need multiple source files at this point. -- Alexandre Julliard julli...@winehq.org

Re: [2/3] msxml3: Add error code definitions (resend)

2010-10-29 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=6586 Your paranoid android.

Re: [PATCH 3/3] kernel32/tests: Add a test for opening short paths of differing case.

2010-10-29 Thread Greg Geldorp
Hi Chip, > From: Charles Davis > > On 10/27/10 8:43 PM, (Marvin) wrote: > > === WINEBUILD (build) === > > Failure running script in VM: Exceeded timeout limit of 300 sec > > Huh? I've never seen that happen before. I can't tell why my patch would > cause this. Ge? Your thoughts? Your patch conta

Re: [1/3] msxml3: Add a function to validate a tree against a schema cache (try 2)

2010-10-29 Thread Nikolay Sivov
On 10/29/2010 10:27, Adam Martinson wrote: +#if LIBXML_VERSION>= 20621 +xmlSchemaSetValidStructuredErrors(svctx, validate_serror, NULL); +#endif I think a common and preferable way is to add configure define and check for presence of this call.

Re: advapi32: Implement EnumServicesStatusExA/W.

2010-10-29 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=6585 Your paranoid android.

Re: [2/4] msxml3: add a function to validate a tree against a schema cache (resend)

2010-10-29 Thread Adam Martinson
On 10/28/2010 05:42 AM, Alexandre Julliard wrote: Adam Martinson writes: --- dlls/msxml3/msxml_private.h |1 + dlls/msxml3/schema.c| 75 +++ 2 files changed, 76 insertions(+), 0 deletions(-) This doesn't build on Leopard (lib