https://bugs.winehq.org/show_bug.cgi?id=49831
Bug ID: 49831 Summary: winetricks dotnet30sp1 fails Product: Wine Version: 5.17 Hardware: x86-64 OS: Linux Status: NEW Keywords: dotnet, download, Installer, regression Severity: normal Priority: P2 Component: wintrust Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: z.figura12@gmail.com Distribution: Gentoo
wine: Unhandled page fault on read access to 006E0069 at address 7EAC30C4 (thread 0244), starting debugger... 0244:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x7b010074 0024:err:msi:execute_script Execution of script 0 halted; action L"EPUpdateInstallAction" returned 1627 0024:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 0024:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3) 0024:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3) 0024:err:msi:custom_get_thread_return Invalid Return Code 3 0024:err:msi:execute_script Execution of script 2 halted; action L"[C:\windows\\$NtUninstallXPSEP$\spuninst\spuninst.exe<=>S-1-5-21-0-0-0-1000<=>{6A69D94E-C569-4154-9643-72E94D1DDFDA}]EPUpdateRollback" returned 1603 /home/austin/wine-git/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb returned status 91. Aborting.
Regression introduced by: 699e0a55ea71e2506917e38fc85cb4ae23a9cd1a is the first bad commit commit 699e0a55ea71e2506917e38fc85cb4ae23a9cd1a Author: Zebediah Figura z.figura12@gmail.com Date: Mon Sep 7 23:13:29 2020 -0500
wintrust: Translate a lack of open mode flags to OPEN_ALWAYS.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org