https://bugs.winehq.org/show_bug.cgi?id=54254
Bug ID: 54254 Summary: winetricks dotnet35sp1 fails to install Product: Wine Version: 7.16 Hardware: x86-64 OS: Linux Status: NEW Keywords: dotnet, download, Installer, regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Regression SHA1: a8b007da5889f4cfac3651bab7090f7f65176f86 Distribution: Debian
Created attachment 73807 --> https://bugs.winehq.org/attachment.cgi?id=73807 terminal output
Similar to bug 53773, and introduced by the same commit:
a8b007da5889f4cfac3651bab7090f7f65176f86 is the first bad commit commit a8b007da5889f4cfac3651bab7090f7f65176f86 Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 30 18:23:48 2022 +0200
kernelbase: Fix error value for PE files without resource.
Avoids spurious "dll is missing" messages from winetest.
dlls/kernelbase/version.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
However, it's not fixed by 46f307073eab42c7aa953f10892bdd1f041f420b. Still present in wine-8.0-rc2-7-gd059dd1cd07.
https://bugs.winehq.org/show_bug.cgi?id=54254
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Same as https://bugs.winehq.org/show_bug.cgi?id=54253, I think this can better be fixed in winetricks by using native override for ngen.exe.
https://bugs.winehq.org/show_bug.cgi?id=54254
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Resolving as duplicate.
*** This bug has been marked as a duplicate of bug 54253 ***
https://bugs.winehq.org/show_bug.cgi?id=54254
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Rémi Bernon from comment #1)
Same as https://bugs.winehq.org/show_bug.cgi?id=54253, I think this can better be fixed in winetricks by using native override for ngen.exe.
Thanks, done! https://github.com/Winetricks/winetricks/commit/108e69898b46a4cd21a41b6e5d47...