IDNetters Forums

Technical News & Discussion => Unix/Linux News & Discussion => Topic started by: .Griff. on Nov 20, 2010, 19:04:18

Title: Wine/Mono - Ubuntu 10.10
Post by: .Griff. on Nov 20, 2010, 19:04:18
I want to run a Windows executable so I've installed Wine but when I try and run the executable in Terminal I get the following message -

"Install the windows version of Mono to run .NET executables"

Now I'm stuck. If I search for "Mono" in the package manager I get loads of results that mean nothing to me. I did search in Google but that confused me even more.

Anyone got an idiot proof guide as to what I need to do?
Title: Re: Wine/Mono - Ubuntu 10.10
Post by: Ted on Nov 20, 2010, 21:59:11
It looks as if mono is installed by default in Ubuntu, according to http://mono-project.com/DistroPackages/Ubuntu

If it isn't, then select "mono" in the package repo to install, any dependencies will be automatically installed along with it.

There is no need to run wine in a terminal, just click on the exe, and it should run wine for you. What are you trying to run in wine, if you don't mind me asking?
Title: Re: Wine/Mono - Ubuntu 10.10
Post by: D-Dan on Nov 20, 2010, 22:05:15
I haven't seen this message personally, but reading the OP it looks like WINE is reporting an error on the Windows side of the equation (the emulation, for want of a better word), in that the Windows program being run requires mono to be installed on Windows. If that's the case, you'll have to install Win mono in the Wine environment.

The only program I am aware of that requires this is OSGrid.

Steve
Title: Re: Wine/Mono - Ubuntu 10.10
Post by: .Griff. on Nov 21, 2010, 14:24:20
Quote from: Ted on Nov 20, 2010, 21:59:11
It looks as if mono is installed by default in Ubuntu, according to http://mono-project.com/DistroPackages/Ubuntu

If it isn't, then select "mono" in the package repo to install, any dependencies will be automatically installed along with it.

There is no need to run wine in a terminal, just click on the exe, and it should run wine for you. What are you trying to run in wine, if you don't mind me asking?

Cheers for the reply Ted.

The problem with running it through the GUI (right click, open with Wine) is that it attempts to open and then nothing happens where as the advantage of using Terminal is that tells you what the problem is rather than leaving you guessing.

I too noticed that Mono should be installed by default with Ubuntu but I still get the message about it being required and unfortunately it's not quite as simple as selecting "Mono" in the package manager as there's over 100+ results containing variations of "Mono" none of which make any sense to me at all.

It's an RCON tool I'm trying to run.
Title: Re: Wine/Mono - Ubuntu 10.10
Post by: Ted on Nov 21, 2010, 15:20:37
Hmmm, mono and rcon, a bit over my head really. Would something like http://kkrcon.sourceforge.net/ be any good for what you need?