3 Jul
2023
3 Jul
'23
8:33 a.m.
https://bugs.winehq.org/show_bug.cgi?id=55176 --- Comment #2 from James Carthew <jcarthew(a)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; }*/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.