Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
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.
You probably need reduce the base address a bit to leave more space for malloc(). Try changing the 0x3ff to 0x3f0. Now of course we shouldn't be using malloc, so that hack would be a good way to enforce that <g>