Issues installing .net 4.8.1 on Linux Mint

Questions about Wine on Linux
Post Reply
Believe82
Level 1
Level 1
Posts: 5
Joined: Sun May 25, 2025 4:44 am

Issues installing .net 4.8.1 on Linux Mint

Post by Believe82 »

Hi I am trying to install .net 4.8.1 on my linux mint but the installation hangs here:

Image

This is my terminal window:

$ winetricks
Executing cd /usr/bin
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20240105 - sha256sum: 17da748ce874adb2ee9fed79d2550c0c58e57d5969cc779a8779301350625c55 with wine-9.0 (Ubuntu 9.0~repack-4build3) and WINEARCH=win64
winetricks GUI enabled, using zenity 3.44.2
0228:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0228:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0258:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002
0258:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040154 for dll L"mscoree.dll"
0258:err:ole:com_get_class_object no class object {1e66f26b-79ee-11d2-8710-00c04f79ed0d} could be created for context 0x1
0258:err:ole:get_stub_manager_from_ipid not found for ipid {00000001-0258-01cc-b229-5572260766a1}


Could anyone assist?
desessarts
Level 4
Level 4
Posts: 195
Joined: Wed Oct 04, 2023 7:57 am

Re: Issues installing .net 4.8.1 on Linux Mint

Post by desessarts »

before any winetricks, do

Code: Select all

sudo winetricks --self-update
then

Code: Select all

winetricks -q dotnet48
Believe82
Level 1
Level 1
Posts: 5
Joined: Sun May 25, 2025 4:44 am

Re: Issues installing .net 4.8.1 on Linux Mint

Post by Believe82 »

desessarts wrote: Sun May 25, 2025 8:53 am before any winetricks, do

Code: Select all

sudo winetricks --self-update
then

Code: Select all

winetricks -q dotnet48
Unfortunately this did not help me as I already have 4.8 installed and the version I need is 4.8.1 as noted on the title.
User avatar
KenSharp
Level 4
Level 4
Posts: 147
Joined: Mon Jul 13, 2009 8:52 pm

Re: Issues installing .net 4.8.1 on Linux Mint

Post by KenSharp »

Use a clean wineprefix?
desessarts
Level 4
Level 4
Posts: 195
Joined: Wed Oct 04, 2023 7:57 am

Re: Issues installing .net 4.8.1 on Linux Mint

Post by desessarts »

Hello

using the latest winetricks I dot not find dotnet481

Code: Select all

$ WINEARCH=win64 WINEPREFIX=~/.wine64 winetricks dlls list | grep dotnet48
Executing cd /usr/bin
dotnet48                 MS .NET 4.8 (Microsoft, 2019) [downloadable]
$ WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dlls list | grep dotnet48
Executing cd /usr/bin
dotnet48                 MS .NET 4.8 (Microsoft, 2019) [downloadable]
$ 
Debian 12
wine 10.8
Believe82
Level 1
Level 1
Posts: 5
Joined: Sun May 25, 2025 4:44 am

Re: Issues installing .net 4.8.1 on Linux Mint

Post by Believe82 »

KenSharp wrote: Tue May 27, 2025 6:01 am Use a clean wineprefix?
I've tried that already and get the same error
Believe82
Level 1
Level 1
Posts: 5
Joined: Sun May 25, 2025 4:44 am

Re: Issues installing .net 4.8.1 on Linux Mint

Post by Believe82 »

desessarts wrote: Tue May 27, 2025 8:28 am Hello

using the latest winetricks I dot not find dotnet481

Code: Select all

$ WINEARCH=win64 WINEPREFIX=~/.wine64 winetricks dlls list | grep dotnet48
Executing cd /usr/bin
dotnet48                 MS .NET 4.8 (Microsoft, 2019) [downloadable]
$ WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dlls list | grep dotnet48
Executing cd /usr/bin
dotnet48                 MS .NET 4.8 (Microsoft, 2019) [downloadable]
$ 
Debian 12
wine 10.8
According to: https://appdb.winehq.org/objectManager. ... &iId=41505
They were able to install it.

I was trying to run it as an executable and installed it manually.
Post Reply