https://bugs.winehq.org/show_bug.cgi?id=49690
Bug ID: 49690 Summary: winetricks dotnet35 hangs in 64-bit prefixes Product: Wine Version: 5.12 Hardware: x86-64 OS: Linux Status: NEW Keywords: dotnet, download, regression, source, win64 Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: julliard@winehq.org Distribution: ---
Regression testing points to either 8a169390c9ef4d8a43b604558c4194a052473c0c or 4478ba258e45559ac97353ab27951e84dd9865c1.
commit 8a169390c9ef4d8a43b604558c4194a052473c0c was a skip Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 30 12:01:37 2020 +0200
ntdll: Build with msvcrt.
As it fails to start when built for me as wow64: /home/austin/dotnet-bisect/bin/wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: failed to load /home/austin/dotnet-bisect/lib64/wine/ntdll.dll error c0000018"
The next commit (4478ba258e45559ac97353ab27951e84dd9865c1) is broken (i.e., dotnet35 hangs): Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 30 12:04:42 2020 +0200
ntdll: Use the standard C library names for the printf functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
Eventually, hangs after a couple minutes with: 09b8:err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (000006427F8A5DC8) (80131506)"
https://bugs.winehq.org/show_bug.cgi?id=49690
Anya maniikarabera@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maniikarabera@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=49690
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This works fine for me with wine-6.0-rc1 (842b38e2916) and winetricks f0db3eb. Tried both silent and interactive mode. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=49690
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- Same here, ran in a loop 10 times without a problem.
Don't have time to bisect the fix, will leave that for any other motivated party.
https://bugs.winehq.org/show_bug.cgi?id=49690
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc2.