Dotnet 45 is not working with wine 6.0.1

Questions about Wine on Linux
Locked
shreeniket987
Level 2
Level 2
Posts: 12
Joined: Mon Dec 21, 2020 5:41 am

Dotnet 45 is not working with wine 6.0.1

Post by shreeniket987 »

Hello,
I was running wine 5.0.2 on ubuntu 20.04 and dotnet was working fine with it. However I had to re-install my os and upon installing the new version of wine 6, dotnet does not seem to work. I tried to install dotnet 45 through winetricks and during the installation, I got this:

Image

And when I went to run the .exe that requires dotnet, I got this:

Image

I have no idea why this is happening, since dotnet was working just fine with wine 5. Any help would be much appreciated. Thank you!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Dotnet 45 is not working with wine 6.0.1

Post by jkfloris »

Update winetricks with:

Code: Select all

sudo winetricks --self-update
Try to install the .Net framework with:

Code: Select all

winetricks -q --force dotnet45
Locked