https://bugs.winehq.org/show_bug.cgi?id=39885
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- The virtual heap is running out of space. Storing the page protection flags for 32Gb requires 8Mb, which is the heap limit. You can increase VIRTUAL_HEAP_SIZE in dlls/ntdll/virtual.c to work around it, but we probably want a different mechanism for such cases.