https://bugs.winehq.org/show_bug.cgi?id=54255
Bug ID: 54255 Summary: winetricks dotnet40_kb2468871 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 73808 --> https://bugs.winehq.org/attachment.cgi?id=73808 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=54255
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=54255
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=54255
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.
https://github.com/Winetricks/winetricks/commit/575b80dd80e8f2b61a9f36b61304...