[Wine]Re: Can't run program; exec-shield or prelink active?

Mike Hearn mike at navi.cx
Mon Mar 21 07:34:47 CST 2005


Actually, before I submit it does this patch fix your problem?

--- loader/preloader.c  (revision 151)
+++ loader/preloader.c  (local)
@@ -108,7 +108,7 @@ static struct wine_preload_info preload_
 {
     { (void *)0x00000000, 0x00110000 },  /* DOS area */
     { (void *)0x80000000, 0x01000000 },  /* shared heap */
-    { (void *)0x00110000, 0x0fef0000 },  /* default PE exe range (may be set with WINEPRELOADRESERVE) */
+    { (void *)0x00110000, 0x1f510000 },  /* PE exe range (may be set with WINEPRELOADRESERVE), defaults to 500mb */
     { 0, 0 }                             /* end of list */
 };






More information about the wine-users mailing list