Ubuntu – wine: Install Mono for Windows to run .NET 2.0 applications

monowine

I just downloaded the GTA SA.. and it works fine with the SA:MP 0.3z RC2, but I have a big problem. There is a server which uses a secondary client. I tried to run it with WINE and Mono, but it still doesn't work. By the way, it needs .NET 2.0 on Windows, but I can't make it work on Ubuntu 12.04.

This is the client program:

http://data.hu/get/7493141/ClassRPG.exe

Error message when run by Wine:

wine: Install Mono for Windows to run .NET 2.0 applications.

Error message when run by Mono:

The entry point method could not be loaded.

Any ideas?

Best Answer

type this in your terminal:

sudo apt-get install mono-vbnc
mono ~/Downloads/ClassRPG.exe

assuming you downloaded the file in your home download directory and it is named ClassRPG.exe

Related Question