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");
+
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
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
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
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
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
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
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, wh
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
implemen
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 Get
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");
+fprintf(serve
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.
In
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
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/NtMapVi
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"
WINE_DEFAULT_DEBUG_CH
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
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'
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.
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 X_GLXvo
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
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:
if(WineEngGetFontData
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.
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 wa
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
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.
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 "va_li
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,
L"dwDirectXVersionMajor", 0x7fbab8c8)
fixme:dxdiag:IDxDiagContainerImpl_AddProp (0x7
27 matches
Mail list logo