https://bugs.winehq.org/show_bug.cgi?id=57996
Bug ID: 57996 Summary: PS Core installer crashes (regression) Product: Wine Version: 10.3 Hardware: x86-64 URL: https://github.com/PowerShell/PowerShell/releases/down load/v7.4.5/PowerShell-7.4.5-win-x64.msi OS: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com CC: julliard@winehq.org Distribution: Debian
Just start the installer and click all default buttons.
Bisect says:
07160a23fa2139c2dc9cad92158ddf0b64a3e75e is the first bad commit commit 07160a23fa2139c2dc9cad92158ddf0b64a3e75e Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 20 15:35:39 2025 +0100
ntdll: Always map files as writable and adjust permissions.
So that PAGE_WRITECOPY can be set after the fact.
dlls/kernel32/tests/virtual.c | 7 ------- dlls/ntdll/unix/virtual.c | 19 +++++++++----------