Help needed for Wine Mono is not installed

Questions about Wine on Linux
Locked
wine_r
Newbie
Newbie
Posts: 4
Joined: Sun Nov 09, 2014 10:43 am

Help needed for Wine Mono is not installed

Post by wine_r »

Hello,
I read different threads for this issue but was not able to install it correct.

I want to run a 32bit program. After upgrading Linux Mint from 17 to 19.1 this program gives an error.
The program start is as follows:

Code: Select all

WINEPREFIX=~/.wine32 wine Vermoegensbilanz.exe
It results in the failure

Code: Select all

008b:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
I downloaded wine-mono-4.7.3.msi
Then I used

Code: Select all

wine uninstaller
There I removed the old win-mono and installed wine-mono-4.7.3.msi

I also tried with winetricks to install dotnet35 but get a failure message, too.

Can you help me to install the right sources and make the program running?
Locked