dxiag question

2005-12-09 Thread Christian Gmeiner
Hi I get this errors with Need for spees . most wanted: [EMAIL PROTECTED] /media/cdrecorder $ wine AutoRun.exe [EMAIL PROTECTED] /media/cdrecorder $ fixme:dxdiag:IDxDiagContainerImpl_AddProp (0x7fd665f0, LdwDirectXVersionMajor, 0x7fbab8c8) fixme:dxdiag:IDxDiagContainerImpl_AddProp

Re: Wine release 0.9.3

2005-12-09 Thread rmkml
Hi, Wine compiled fail : gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o snapshot.o snapshot.c In file included from snapshot.c:33: ../include/winternl.h:2040: parse error before

Re: Wine release 0.9.3

2005-12-09 Thread Scott Ritchie
On Fri, 2005-12-09 at 09:19 +0100, rmkml wrote: Hi, Wine compiled fail : gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o snapshot.o snapshot.c In file included from snapshot.c:33:

fixme:font:load_VDMX Failed to retrieve vTable

2005-12-09 Thread Curro Amores
hi my reports are not well displayed on my access97 app. fonts are displayed i anora location and separed I got this fixme fixme:font:load_VDMX Failed to retrieve vTable somebdoy knows how to fix it? thanks all

Re: Check the return value of some functions

2005-12-09 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: diff -u -r1.11 debug.c --- libs/wine/debug.c 18 Oct 2005 10:49:20 - 1.11 +++ libs/wine/debug.c 8 Dec 2005 17:37:21 - @@ -172,7 +172,7 @@ Example: WINEDEBUG=3D+all,warn-heap\n turns on all messages except warning heap

Re: Add some missing includes which contain used prototypes

2005-12-09 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: --- dlls/kernel/change.c 28 Nov 2005 20:10:40 - 1.11 +++ dlls/kernel/change.c 9 Dec 2005 02:20:19 - @@ -31,6 +31,7 @@ #include winerror.h #include winternl.h #include kernel_private.h +#include wine/winbase16.h #include

Re: fixme:font:load_VDMX Failed to retrieve vTable

2005-12-09 Thread Andreas Mohr
Hi, On Fri, Dec 09, 2005 at 10:53:33AM +0100, Curro Amores wrote: hi my reports are not well displayed on my access97 app. fonts are displayed i anora location and separed I got this fixme fixme:font:load_VDMX Failed to retrieve vTable dlls/gdi/freetype.c:

Re: fixme:font:load_VDMX Failed to retrieve vTable

2005-12-09 Thread Huw D M Davies
On Fri, Dec 09, 2005 at 10:53:33AM +0100, Curro Amores wrote: hi my reports are not well displayed on my access97 app. fonts are displayed i anora location and separed I got this fixme fixme:font:load_VDMX Failed to retrieve vTable somebdoy knows how to fix it? It just means that the

Re: OpenGL regression

2005-12-09 Thread Huw D M Davies
On Fri, Dec 09, 2005 at 12:26:43AM +0100, Raphael wrote: For Stefan problem i don't understand how it can fail :( My guess is Stefan's XServer is glx version 1.2 (Stefan glxinfo will comfirm this). Looking at libGL, it uses the X_GLXVendorPrivateWithReply request with the vendor code

[winecfg] Dutch resources (RESEND)

2005-12-09 Thread Paul Vriens
Hi, anything wrong with this one ? : http://www.winehq.org/pipermail/wine-patches/2005-December/022740.html I'm just asking as the first version of the patch wasn't applied either. I've just started using git, so if I'm doing something wrong in that respect, let me know. Cheers, Paul.

Re: OpenGL regression

2005-12-09 Thread Huw D M Davies
On Fri, Dec 09, 2005 at 02:25:15PM +, Huw D M Davies wrote: Looking at libGL, it uses the X_GLXVendorPrivateWithReply request with the vendor code X_GLXvop_GetDrawableAttributesSGIX when the server version is 1.3 (otherwise it uses the X_GLXGetDrawableAttributes request). Mesa doesn't

Re: Stubbed additional VGA registers

2005-12-09 Thread Marcus Meissner
On Fri, Dec 09, 2005 at 04:39:50AM -0500, Jeremiah Flerchinger wrote: Subject: [PATCH] Stubbed additional VGA register functionality: Modified dlls/winedos/vga.c with additional comments on VGA registers. Added stubs for a large number of output registers and specific offsets. Please do some

Re: loader: Reserve and allocate SharedUserData.

2005-12-09 Thread Robert Shearman
Vitaliy Margolen wrote: diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c index f0a4eed..8fbcad1 100644 --- a/dlls/ntdll/loader.c +++ b/dlls/ntdll/loader.c @@ -42,6 +42,7 @@ #include wine/debug.h #include wine/server.h #include ntdll_misc.h +#include ddk/wdm.h

Re: loader: Reserve and allocate SharedUserData.

2005-12-09 Thread Vitaliy Margolen
Friday, December 9, 2005, 12:18:26 PM, Robert Shearman wrote: Vitaliy Margolen wrote: +/* Map SharedUserData */ +NtAllocateVirtualMemory( NtCurrentProcess(), (PVOID)SUD, 0, size, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); Wouldn't it be better to use NtCreateSection/NtMapViewOfSection

Re: loader: Reserve and allocate SharedUserData.

2005-12-09 Thread Robert Shearman
Vitaliy Margolen wrote: Friday, December 9, 2005, 12:18:26 PM, Robert Shearman wrote: Vitaliy Margolen wrote: +/* Map SharedUserData */ +NtAllocateVirtualMemory( NtCurrentProcess(), (PVOID)SUD, 0, size, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); Wouldn't it be better

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Cyril Margorin
Hello, Could anyone tell me, why function CopyImage uses GetBitmapBits/SetBitmapBits, while MSDN marks these function as absolete? I've tried to move from GetBitmapBits/SetBitmapBits to GetDIBits/SetDIBits. It seems to me that this way is correct, if keep in mind, that GetBitmapBits is wrong.

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Cyril Margorin
I'm sorry, previouse diff was made with '-u' flag. In attachment - fixed one. 2005/12/10, Cyril Margorin [EMAIL PROTECTED]: Hello, Could anyone tell me, why function CopyImage uses GetBitmapBits/SetBitmapBits, while MSDN marks these function as absolete? I've tried to move from

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Mike McCormack
Cyril Margorin wrote: Could anyone tell me, why function CopyImage uses GetBitmapBits/SetBitmapBits, while MSDN marks these function as absolete? No matter what MSDN says, Wine still has to provide implementations of those functions, as programs still use them. Since we *must* have

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Cyril Margorin
Unfortunately, problem is that GetBitmapBits function in wine is incorrect, and may causes a buffer overflow, but the GetDIBits isn't. 2005/12/10, Mike McCormack [EMAIL PROTECTED]: Cyril Margorin wrote: Could anyone tell me, why function CopyImage uses GetBitmapBits/SetBitmapBits, while

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Vitaliy Margolen
Friday, December 9, 2005, 3:12:23 PM, Cyril Margorin wrote: Hello, Could anyone tell me, why function CopyImage uses GetBitmapBits/SetBitmapBits, while MSDN marks these function as absolete? Because what MSDN says doesn't really mean it's the same on Wine. But my guess would be that it's

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Mike McCormack
Cyril Margorin wrote: Unfortunately, problem is that GetBitmapBits function in wine is incorrect, and may causes a buffer overflow, but the GetDIBits isn't. Great. Then we need to fix it, not try avoid it. Mike

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Cyril Margorin
the second email was send with patched created using such command: -- cvs diff -u dlls/user/cursoricon.c user_cursoricon_copyimage.patch -- Is it correct? (I'm sorry, my cvs experience is not big enough). Also I added 'diff -u' line to my .cvsrc file. According to CreateDCW function - this block

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Cyril Margorin
2005/12/10, Mike McCormack [EMAIL PROTECTED]: Unfortunately, problem is that GetBitmapBits function in wine is incorrect, and may causes a buffer overflow, but the GetDIBits isn't. Great. Then we need to fix it, not try avoid it. Yes, but I'm out of ideas how to fix it. The problem is that

Re: new stubs for crypt32

2005-12-09 Thread James Hawkins
On 12/9/05, Christoph von Wittich [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! The following stubs should be added to crypt32.spec: @ stub CertVerifyCertificateChainPolicy @ stub CertGetNameStringA @ stub CertGetNameStringW CertGetNameString is req. by

Re: LoadImage (4bpp) / CopyImage() crashing

2005-12-09 Thread Willie Sippel
Am Freitag, 25. November 2005 18:22 schrieb Cyril Margorin: Hello, During research the crashing application I've found a problem that can be easily reproduced by test. (http://www.winehq.org/pipermail/wine-patches/2005-November/022384.html) By investigation of problem I've found that

Re: WIDL: Don't Output __RPC_FAR In Generated Code

2005-12-09 Thread Robert Shearman
Hans Leidekker wrote: On Friday 09 December 2005 20:21, Robert Shearman wrote: (note: I see no problem with this patch) print_server(*((); write_type(server, def-type, def, def-tname); -fprintf(server, __RPC_FAR *)_StubMsg.Buffer)++ = _RetVal;\n); +