https://bugs.winehq.org/show_bug.cgi?id=46039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5e86cc0a8f37295072b03b1c13a | |a205ff3e6f3e4 Resolution|--- |FIXED Status|NEW |RESOLVED Component|d2d |mscoree
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
as mentioned multiple times: please stop recycling tickets for different problems. One problem per bug report. Is that concept to hard to grasp?
The original problem the ticket was about was fixed with commit https://source.winehq.org/git/wine.git/commit/5e86cc0a8f37295072b03b1c13aa20... ("mscoree: Update Wine Mono to 4.8.0."). Part of Wine 4.3 release.
Thanks Esme.
Output with Wine 4.3 / Wine-Mono 4.8.0 (working):
--- snip --- $ WINEDEBUG=+debugstr,+msgbox wine ./paint.net.4.1.4.install.exe
0055:warn:debugstr:OutputDebugStringA "--- paint.net SetupShim starting, lpCmdLine='/suppressReboot', nCmdShow=10" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "CoInitialize(NULL) returned 0" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "Checking OS requirement" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsWin7SP1 = true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsWin8 = false" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsWin81 = false" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsWin10 = false" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsWin10_1607 = false" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bResult = true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "EnsureOSRequirement() returned 0" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "Called EnsureTrustedInstallerIsEnabledAsync()" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "Checking .NET requirement" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsNetfxInstalled = true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsSupportedNetfxInstalled = true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA " bIsNetfxInstallerPresent = true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "PreInstallPrompt() returned true" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "InstallNetfx() returned 0" 0055:warn:debugstr:OutputDebugStringA "\r\n" 0055:warn:debugstr:OutputDebugStringA "Launching paint.net installer. bRebootRequired=false" 0055:warn:debugstr:OutputDebugStringA "\r\n" --- snip ---
Output with Wine 4.0-rc6 / Wine-Mono 4.7.5 (one Wine-Mono release before, not working):
--- snip --- $ WINEDEBUG=+debugstr,+msgbox wine ./paint.net.4.1.4.install.exe
0134:warn:debugstr:OutputDebugStringA "--- paint.net SetupShim starting, lpCmdLine='/suppressReboot', nCmdShow=10" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA "CoInitialize(NULL) returned 0" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA "Checking OS requirement" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsWin7SP1 = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsWin8 = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsWin81 = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsWin10 = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsWin10_1607 = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bResult = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA "EnsureOSRequirement() returned 0" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA "Called EnsureTrustedInstallerIsEnabledAsync()" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA "Checking .NET requirement" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsNetfxInstalled = false" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsSupportedNetfxInstalled = false" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:warn:debugstr:OutputDebugStringA " bIsNetfxInstallerPresent = true" 0134:warn:debugstr:OutputDebugStringA "\r\n" 0134:trace:msgbox:MSGBOX_OnInit L"The following will be installed:\n\n\2022 .NET Framework 4.7.2\n\2022 paint.net\n" --- snip ---
Regards