Re: AppDB down =(

2007-11-14 Thread Jeremy Newman
I restarted it. I still have no idea how it gets into this state. The logs have not been much help. I think we have exposed a bug in mysql itself, as we did not have these issues until we upgraded to ver 5. On Wed, 2007-11-14 at 14:42 -0600, John Klehm wrote: > Erm yeah the appdb is down... too ma

AppDB down =(

2007-11-14 Thread John Klehm
Erm yeah the appdb is down... too many connections...sad times. John

Re: [4/4] msxml: Test for removeAttribute (try 2)

2007-11-14 Thread James Hawkins
On 11/14/07, Alistair Leslie-Hughes <[EMAIL PROTECTED]> wrote: > Hi, > Changelog: > msxml: Test for removeAttribute > You sent the patch to the wrong mailing list. Also, if you send a 'try X' patch, you should write a message saying what you changed from the last submission. -- James Ha

Re: Asking Valve for Steam Survey Results

2007-11-14 Thread Bryan Haskins
That is pretty fricking cool. It's not an astronomical figure and realistically could be contended from many directions but still some idea of the userbase, I call that significant. =] On Nov 14, 2007 11:52 AM, Brian Vincent <[EMAIL PROTECTED]> wrote: > On Nov 13, 2007 4:45 PM, Scott Ritchie <[EM

Re: Asking Valve for Steam Survey Results

2007-11-14 Thread Scott Ritchie
Brian Vincent wrote: > On Nov 13, 2007 4:45 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: >> Does anyone know whom we can contact at Valve for more specific results? > > Here's the answer from Valve to your question: > > > > Hey Brian, we would be more than happy to help. I just did a quick

Re: [4/4] msxml: Test for removeAttribute (try 2)

2007-11-14 Thread Alistair Leslie-Hughes
Hi, Changelog: msxml: Test for removeAttribute Best Regards Alistair Leslie-Hughes diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index 79a70a4..6996cdc 100644 --- a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@ -1110,6 +1110,16 @@ static void test_cre

Re: Asking Valve for Steam Survey Results

2007-11-14 Thread Brian Vincent
On Nov 13, 2007 4:45 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Does anyone know whom we can contact at Valve for more specific results? Here's the answer from Valve to your question: Hey Brian, we would be more than happy to help. I just did a quick query for the audio device and found

Valgrind results for Nov 12 & 13

2007-11-14 Thread Dan Kegel
It seems that valgrind doesn't like Ubuntu 7.10; I had to drop back to my Feisty system to generate good valgrind stack dumps. And the tests didn't hang once! Results for the last two days are at http://kegel.com/wine/valgrind/20071112/ http://kegel.com/wine/valgrind/20071113/ The logs are trimm

Re: USER32: Patch 3 of 6: DlgDirList converts path specification to uppercase.

2007-11-14 Thread Alexandre Julliard
Alex Villacís Lasso <[EMAIL PROTECTED]> writes: > Observed while preparing conformance tests. The filepath (if valid) gets > converted to uppercase on return. > > Changelog: > * DlgDirList must convert path specification to uppercase. You should do that after the SetCurrentDirectory, uppercasing

Re: [4/8] WineD3D: Depth stencil fixes

2007-11-14 Thread H. Verbeet
On 14/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 14. November 2007 09:46:02 schrieb H. Verbeet: > > On 13/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > static void depth_copy(IWineD3DDevice *iface) { > > > IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)if

Re: [4/8] WineD3D: Depth stencil fixes

2007-11-14 Thread Stefan Dösinger
Am Mittwoch, 14. November 2007 09:46:02 schrieb H. Verbeet: > On 13/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > static void depth_copy(IWineD3DDevice *iface) { > > IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface; > > -IWineD3DSurfaceImpl *depth_stencil = (IWineD3DSurfac

Re: [4/4] msxml: Test for removeAttribute

2007-11-14 Thread Robert Shearman
Alistair Leslie-Hughes wrote: > @@ -589,6 +589,10 @@ static void test_domnode( void ) > ok( !lstrcmpW(V_BSTR(&var), szstr1), "wrong attr value\n"); > VariantClear( &var ); > SysFreeString( str ); > + > + > +str = SysAllocString( szvr ); > +SysFreeString( s

Re: Asking Valve for Steam Survey Results

2007-11-14 Thread Stefan Dösinger
Am Mittwoch, 14. November 2007 00:45:29 schrieb Scott Ritchie: > Looking at the data we do have, we may be able to make a good guess from > examining the video card driver name field. Excluding NVidia, ATI, and > Intel leaves just over 4% of respondents using an "other" video driver > like the Win

Re: [4/8] WineD3D: Depth stencil fixes

2007-11-14 Thread H. Verbeet
On 13/11/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > static void depth_copy(IWineD3DDevice *iface) { > IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface; > -IWineD3DSurfaceImpl *depth_stencil = (IWineD3DSurfaceImpl > *)This->depthStencilBuffer; > +IWineD3DSurfaceImpl *dep

Re: msxml: Implement cloneNode and correct insertBefore

2007-11-14 Thread Alistair Leslie-Hughes
"James Hawkins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 11/13/07, Alistair Leslie-Hughes <[EMAIL PROTECTED]> wrote: >> >> Hi James, >> Thanks for the pointers. >> >> I resend the patches shortly. Is there an easy way to split a Diff up? >> via >> git? More to the

Re: msxml: Implement cloneNode and correct insertBefore

2007-11-14 Thread Maarten Lankhorst
Hi James, James Hawkins schreef: > mailing list etiquette: make sure to bottom-post on this ML and CC > wine-devel so others can share in the information exchange. > > To answer your question, you have to get into the git mindset. That > is, you make one fix, commit the fix, write the next fix, e