Re: DirectX 8 test: Gothic 2 on wine

2006-02-27 Thread Raphael
The sound problem might be quite a lot of work to fix. You can get sound working when you use the following native dll's: dmime dmsynth dmstyle dmusic The crash seems to happen inside dmstyle/dmime: fixme:dmime:IDirectMusicSegment8Impl_IDirectMusicSegment8_GetParam (0x7fd35148,

Re: DirectX 8 test: Gothic 2 on wine

2006-02-27 Thread Stefan Dösinger
Hi, But why a ddraw (ie DirectX7 game) use DMusic (DirectX8) ? Perhaps because ddraw can work without a 3D accelerator, but D3D8 can't. Maybe they didn't like the interface changes in d3d8? Stefan pgp9hcDh3aFNu.pgp Description: PGP signature

[Dnsapi.dll] Implement Dnsapi.dll

2006-02-27 Thread MattK
This is a patch to implement Dnsapi.dll. It contains bare bones. This was done mainly to help with Bug 4323 http://bugs.winehq.org/show_bug.cgi?id=4323. This patch has the DllMain entry point, a function and a stub, header files, implementation into the tree, and a .spec file. Please tell me how

Re: [PATCH 06/12] [WineDbg]: rewrite auto mode

2006-02-27 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: @@ -880,7 +861,14 @@ enum dbg_startdbg_active_launch(int */ enum dbg_start dbg_active_auto(int argc, char* argv[]) { +HANDLE hFile; + argc--; argv++; -dbg_action_mode = automatic_mode; -return dbg_active_attach(argc,

CRYPT32: iod.c compile problem (gcc 2.95)

2006-02-27 Thread Vitaly Lipatov
I try compile last version with gcc 2.95 and get it failed: $ make gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_CRYPT32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -O2 -march=i586 -o oid.o oid.c oid.c: In function `init_oid_info':

Early warning: kernel address space change

2006-02-27 Thread Andreas Mohr
Hi, FYI (just in case it happens to affect Wine): http://lkml.org/lkml/2006/2/27/159 Andreas

Re: Early warning: kernel address space change

2006-02-27 Thread Marcus Meissner
On Mon, Feb 27, 2006 at 05:40:06PM +0100, Andreas Mohr wrote: Hi, FYI (just in case it happens to affect Wine): http://lkml.org/lkml/2006/2/27/159 This is about physical RAM addresses, not virtual ones. So kernel only ;) Ciao, Marcus

Re: CRYPT32: iod.c compile problem (gcc 2.95)

2006-02-27 Thread Juan Lang
Like this. ChangeLog: correct compile problem on gcc 2.95. --Juan --- Vitaly Lipatov [EMAIL PROTECTED] wrote: I try compile last version with gcc 2.95 and get it failed: $ make gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_CRYPT32_ -D_REENTRANT -fPIC -Wall -pipe

Re: [PATCH 06/12] [WineDbg]: rewrite auto mode

2006-02-27 Thread Eric Pouech
Alexandre Julliard wrote: Eric Pouech [EMAIL PROTECTED] writes: @@ -880,7 +861,14 @@ enum dbg_startdbg_active_launch(int */ enum dbg_start dbg_active_auto(int argc, char* argv[]) { +HANDLE hFile; + argc--; argv++; -dbg_action_mode = automatic_mode; -return

Re: [Dnsapi.dll] Implement Dnsapi.dll

2006-02-27 Thread Mike McCormack
MattK wrote: This is a patch to implement Dnsapi.dll. It contains bare bones. Please submit a seperate patch for the windns.h header file. @@ -1193,6 +1193,7 @@ AC_CHECK_FUNCS(\ strcasecmp \ strerror \ strncasecmp \ +strsep \ Adding strsep here doesn't