err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available

Alexandre Julliard julliard at winehq.com
Wed Dec 26 14:54:49 CST 2001


Rein Klazes <rklazes at xs4all.nl> writes:

> Both programs use native win98 commctrl,comctl32 dll's. One of them is
> CDmage, available at http://cdmage.cjb.net
> 
> Any suggestions?

Does this help?

Index: memory/heap.c
===================================================================
RCS file: /opt/cvs-commit/wine/memory/heap.c,v
retrieving revision 1.53
diff -u -r1.53 heap.c
--- memory/heap.c	2001/12/19 19:16:30	1.53
+++ memory/heap.c	2001/12/26 19:12:19
@@ -106,6 +106,7 @@
     {
         /* wait for the heap to be initialized */
         WaitForSingleObject( event, INFINITE );
+        systemHeap = (HANDLE)base;
     }
     CloseHandle( map );
     return systemHeap;


-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list