easyw
2012-Jan-05 22:51 UTC
[Wine] Install the Windows version of Mono to run .NET problem
Hi to all, I'm trying to run a windows app that needs mono under wine 1.2 I installed mono through winetricks with 'winetricks mono210' but when I try to run the app with 'wine appname' I obtain 'wine: Install the Windows version of Mono to run .NET executables' and if I run 'wine uninstaller' I can see mono on app installed.... I tried also to clean .wine dir deleting it and reiterating the procedure without succeed... also with mono28 same result thank you
dimesio
2012-Jan-05 22:55 UTC
[Wine] Re: Install the Windows version of Mono to run .NET problem
easyw wrote:> Hi to all, > I'm trying to run a windows app that needs mono under wine 1.2 > I installed mono through winetricks with > 'winetricks mono210' > but when I try to run the app with > 'wine appname' > I obtain > 'wine: Install the Windows version of Mono to run .NET executables' > and if I run 'wine uninstaller' I can see mono on app installed.... > I tried also to clean .wine dir deleting it and reiterating the procedure without succeed... also with mono28 same result >Your Wine version is old; upgrade to the latest development release. I've never had Mono work for anything; try installing real .NET. (You will need a clean wineprefix.)
easyw
2012-Jan-05 23:20 UTC
[Wine] Re: Install the Windows version of Mono to run .NET problem
with the develop version I get a lot of fixme.. revert to stable version.. cleaned .wine dirs re-tryied mono210 with winetricks ... not working... i tried once in mac with wine and mono 28 and it worked ... but I cannot replicate it on ubuntu and on another mac
dimesio
2012-Jan-06 13:32 UTC
[Wine] Re: Install the Windows version of Mono to run .NET problem
easyw wrote:> with the develop version I get a lot of fixme.. > revert to stable version.Did you even try installing .NET in it before you reverted?
easyw
2012-Jan-07 22:30 UTC
[Wine] Re: Install the Windows version of Mono to run .NET problem
the installation works fine, but mono28 runs only if I manually add the path to the windows register HKEY_CURRENT_USER Environment or if I run set path=%path%;"c:\Program Files\Mono-2.8.2\bin\" in this way a program that needs mono runs correctly but only through the command: mono program_name.exe (under wine) if I launch the program directly under wine I obtain the error message 'wine: Install the Windows version of Mono to run .NET executables' it seems that something is missing on environment during the installation... (tried with wine stable and wine dev in a clean wineprefix) 1) any suggestion? 2) in which way can I install .net? I tried to download and install Microsoft .NET Framework 2.0 Redistributable Package (x86) but the installer doesn't complete the installation... thanks