https://bugs.winehq.org/show_bug.cgi?id=55908 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #10 from Fabian Maurer <dark.shadow4(a)web.de> --- I figured it out, it only affects 64bit WINEPREFIXES. Bisected to commit a81c53504ae32715e6e91bd020fdebd5bef20d48 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Sep 28 16:30:32 2023 +0200 ntdll: Release the low address space reservation for 64-bit apps. Removing the lines
else free_reserved_memory( 0, (char *)0x7ffe0000 );
makes it work again. -- 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.