https://bugs.winehq.org/show_bug.cgi?id=55176
--- Comment #2 from James Carthew jcarthew@gmail.com --- I can fix this error by commenting out lines 982-986 in dlls/ntdll/heap.c in the WINE Sourcecode.
Example: /* if (heap && !(flags & HEAP_GROWABLE)) { WARN( "Heap %p isn't growable, cannot allocate %#Ix bytes\n", heap, *region_size ); return NULL; }*/