error during installation dotnet40

Questions about Wine on Linux
Locked
Atom
Newbie
Newbie
Posts: 1
Joined: Tue Nov 10, 2020 4:08 pm

error during installation dotnet40

Post by Atom »

Hi
I'm trying to install dotnet40 by winetricks. I get an error during installation:

Code: Select all

00fc:err:ntdll:RtlpWaitForCriticalSection section 7BC60340 "../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00fc, blocked by 0024, retrying (60 sec)
The installation of the nida never ends. Error entries pop up every 60 seconds.
How to properly install this package?
I have wine 5.21
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: error during installation dotnet40

Post by jkfloris »

Which version of winetricks do you use?

Code: Select all

winetricks --version
Make sure you use an up-to-date version. If your winetricks is new enough, you can update with:

Code: Select all

sudo winetricks --self-update
Use the command line to install dotnet40

Code: Select all

winetricks -q dotnet40
Locked