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)"