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
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
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
Series looks good to me.
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