Re: Why is services.exe crashing like this?

2012-11-21 Thread Roger Cruz
Hold that thought.  I may have introduced a dependency from ntdll to kernel32.dll as I tried to debug something else.  I had forgotten about it and now I see it may be problematic. From: Roger Cruz To: Wine Devel Sent: Thursday, November 22, 2012 1:50 AM S

Why is services.exe crashing like this?

2012-11-21 Thread Roger Cruz
I finally was able to figure out how to attach the debugger to determine why services.exe did not start and I can clearly see now that the oem_table is NULL.  It should have been set by LOCALE_Init() when called from kernel32's init function.  However, if you look at the stack trace here, Wine h

Re: [PATCH v4] dsound: create a primary_pwfx separately from pwfx

2012-11-21 Thread Andrew Eikum
Yeah, that fixes the problem. This patch looks good to me now. Andrew On Fri, Nov 16, 2012 at 08:35:51PM +0100, Maarten Lankhorst wrote: > I promised I would never touch it, but then I wanted to play skyrim > > V2: Limit channels to 2 in primary if not in writeprimary mode > V3: Split off DSOUND

Re: [1/2] windowscodecs: Make GetFrameCount in the TIFF decoder not fail without an image stream.

2012-11-21 Thread Vincent Povirk
Series looks good to me.

Re: [PATCH 4/5] [kernel] Support opening of console for read (try 2)

2012-11-21 Thread Alexandre Julliard
Eric Pouech writes: > - seperate the process to read input from fd(0) and the current > running process >    (hence ensuring that we get the correct rights for writing) >    this is what we do with wineconsole (for other backends). > moving bare console to wineconsole >    could also