https://bugs.winehq.org/show_bug.cgi?id=57855
Bug ID: 57855 Summary: msiexec crashes while installing .net48 (regression) Product: Wine Version: 10.1 Hardware: x86-64 URL: https://download.visualstudio.microsoft.com/download/p r/7afca223-55d2-470a-8edc-6a1739ae3252/abd170b4b0ec15a d0222a809b761a036/ndp48-x86-x64-allos-enu.exe 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 Regression SHA1: e7ac2e718feebd56064ed52aae0158861284af1c Distribution: Debian
Unfortunately commit e7ac2e718feebd56064ed52aae0158861284af1c breaks installer of .net48
Easiest way to reproduce is:
- wget https://download.visualstudio.microsoft.com/download/pr/7afca223-55d2-470a-8...
-7z x ndp48-x86-x64-allos-enu.exe
- wine netfx_Full_x64.msi
I couldn't get a backtrace, the crashdialog just hang.
e7ac2e718feebd56064ed52aae0158861284af1c is the first bad commit commit e7ac2e718feebd56064ed52aae0158861284af1c Author: Alexandre Julliard julliard@winehq.org Date: Fri Feb 21 11:49:18 2025 +0100
ntdll: Support an arbitrary number of PE sections.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57850
dlls/ntdll/loader.c | 35 ++++++++++++++++++++++++----------- dlls/ntdll/unix/virtual.c | 39 ++++++++++++++++++++++++++------------- 2 files changed, 50 insertions(+), 24 deletions(-)