Unable to install .net 4.5

Questions about Wine on Linux
Locked
Pat07
Newbie
Newbie
Posts: 4
Joined: Tue Apr 02, 2019 11:24 am

Unable to install .net 4.5

Post by Pat07 »

I am trying to install .net frame work 4.5 with the following command:
wine NDP452-KB2901907-x86-x64-AllOS-ENU.exe
The installation fails with the following message:
Blocking Issues:

The .NET Framework 4.5.2 is not supported on this operating system.



Warnings:

Setup may not run properly, because the Windows Update Service is not available on this computer.

Setup may not run properly, because the Windows Modules Installer Service is not available on this computer.
I want to install Garmin express that requires .NET Framework 4.5.2.

My OS is Ubuntu 18.10 (64bit)
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Unable to install .net 4.5

Post by Bob Wya »

@Pat07

Update your winetricks script...
See: winetricks: Installing / Updating

Then, you should be able to run:

Code: Select all

winetricks dotnet452
This will work better with a 32-bit WINEPREFIX.
See: WineHQ FAQ: 6.5.3 How do I create a 32 bit wineprefix on a 64 bit system?

Bob
Pat07
Newbie
Newbie
Posts: 4
Joined: Tue Apr 02, 2019 11:24 am

Re: Unable to install .net 4.5

Post by Pat07 »

@Bob

Thank you for your speedy help. I will give it a go and let you know. Thanks again.

Pat
Pat07
Newbie
Newbie
Posts: 4
Joined: Tue Apr 02, 2019 11:24 am

Re: Unable to install .net 4.5

Post by Pat07 »

@Bob

Thank you for your help. I have followed your suggestions and managed to install dotnet452.

I am not able to install the garmin express program.

I have tried running the following command from the garmin downloaded location:

Code: Select all

wine start garmin-express-6-7-0-0.exe 
It throws the following error and hangs.

Code: Select all

wine: Call from 0x7bc53259 to unimplemented function MSVCR100_CLR0400.dll._initterm_e, aborting
wine: Call from 0x7bc53259 to unimplemented function MSVCR100_CLR0400.dll._except_handler4_common, aborting
......
......
007a:err:seh:setup_exception_record stack overflow 1072 bytes in thread 007a eip 7bc46306 esp 04a90f00 stack 0x4a90000-0x4a91000-0x4b90000
Any help would be appreciated.

Thanks

Pat
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Unable to install .net 4.5

Post by Bob Wya »

@Pat07

I'd re-test in a 32-bit WINEPREFIX, like I suggested before...
Also please re-test with both Wine, and Wine Staging, 4.5 ...

Please don't post truncated terminal logs.

Thanks
Bob
Pat07
Newbie
Newbie
Posts: 4
Joined: Tue Apr 02, 2019 11:24 am

Re: Unable to install .net 4.5

Post by Pat07 »

@Bob

Thank you for your help. I have spent many hours solving this problem without success. I installed windows 7 on VirtualBox. I was able to install Garmin express on this setup and it is working fine.

Once again, thank you for all your help.

Pat
zacmario
Newbie
Newbie
Posts: 4
Joined: Wed Apr 17, 2019 6:00 pm

Re: Unable to install .net 4.5

Post by zacmario »

@bob
Hey I just wanted to thank you. Your advice got my issue with getting the 4.5 .net framework to work fixed
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Unable to install .net 4.5

Post by Bob Wya »

zacmario wrote: Hey I just wanted to thank you. Your advice got my issue with getting the 4.5 .net framework to work fixed
That's great! 8)
It's a common problem unfortunately...

Bob
Locked