"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> Adding 0x400000 and 161087488 gives someting in the 0x09d0000 >> range. This overlaps with the wine executable itself and mmap2 can't >> satisfiy the request in place.
Alexandre> Here's an ugly non-portable hack that might work if you are Alexandre> lucky:
Thanks, that helps.
However when unzip has unpacked the 160 MByte file and the Setup should start, a crash happens, and the debugger startup stops with "Memory exhausted". The same happens when I run in winedbg: Loaded debug information from ELF '/home/bon/tmp/wine/compile/wine/miscemu/wine' (0x00000000) Breakpoint 2 at 0x4000c714 (_end+0xf7fec) Memory exhausted.
Now I am trying to run with relay enabled...
Bye