https://bugs.winehq.org/show_bug.cgi?id=39885
--- Comment #7 from Shmerl shtetldik@gmail.com --- (In reply to Alexandre Julliard from comment #2)
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.
Is it possible to include this workaround in Wine staging, until better solution will be found? It will help testing applications which are otherwise failing to launch because of it.