http://bugs.winehq.org/show_bug.cgi?id=34330
--- Comment #3 from André H. nerv@dawncrow.de 2013-08-30 14:20:29 CDT --- Created attachment 45788 --> http://bugs.winehq.org/attachment.cgi?id=45788 Use try_mmap_fixed
This hacky patch get's me further, but then we run into a "Bus error"
setenv LD_LIBRARY_PATH ~/wine/libs/wine/ gdb loader/wine64
run cmd
tells me it crashes in RtlFreeHeap -> HEAP_MakeInUseBlockFree heap.c: size += (pFree->size & ARENA_SIZE_MASK) + sizeof(ARENA_FREE);
with WINEDEBUG=heap we run into an assertion, i'll attach some more...