From: Alexandre Julliard Subject: Re: [PATCH v2] ntdll: Fix overflow if running 32bit app w/ wine64 Message-Id: <871s8np0m5.fsf@winehq.org> Date: Thu, 18 Oct 2018 20:32:02 +0200 In-Reply-To: <3e6130d8-d5c5-2a3a-73e0-84c2dfdeecd3@redmandi.com> (Brendan McGrath's message of "Fri, 19 Oct 2018 00:48:45 +1100") References: <20181017094901.26009-1-brendan@redmandi.com> <3e6130d8-d5c5-2a3a-73e0-84c2dfdeecd3@redmandi.com> Brendan McGrath writes: > But if you run: > wine64 mono32 > > you get the Out of Memory error that is fixed by this patch. Applying > this patch allows these applications to work as they currently do > under Windows. For .NET binaries this should be solved by generating a PE64 header to replace the PE32 one. -- Alexandre Julliard julliard@winehq.org