.NET Framework 4.5 fails to install
Zemogiter opened this issue · 4 comments
Zemogiter commented
plata commented
Do you have the same with winetricks?
Zemogiter commented
No but it stop when installing dotnet462 with
0054:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0054, blocked by 010f, retrying (60 sec)
0057:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0057, blocked by 010f, retrying (60 sec)
0067:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0067, blocked by 010f, retrying (60 sec)
011a:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 011a, blocked by 010f, retrying (60 sec)
0060:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0060, blocked by 010f, retrying (60 sec)
0079:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "../../../dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0079, blocked by 010f, retrying (60 sec)
0072:err:ntdll:RtlpWaitForCriticalSection section 0x7beb70a0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0072, blocked by 0079, retrying (60 sec)
015a:err:ntdll:RtlpWaitForCriticalSection section 0x7beb70a0 "../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 015a, blocked by 0079, retrying (60 sec)
in loop.
madoar commented
I think we need to check all our verbs and plugins if they still function after the "recent" changes to the related APIs. I think I will open an issue for this in the next days.
Zemogiter commented
Log file from Space Engineers installation, at the end it makes calls to unimplemented functions in mscoree.dll
wine.log
UPDATE 24/12/2019: After changing the overrideDLL
plugin to a version from #1152 and downloading latest POL5 commit I can no longer reproduce this error. dotnet45
installs normally.