15

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?

Braiam
  • 69,112

2 Answers2

10

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

kamil
  • 7,397
4

If the application in question is pure .Net and compatable with Mono, simply run:

sudo apt-get install mono-complete

Then run it from mono.

If not, you can use winetricks to install Mono or .Net in order to run it.

For .Net you need to be running a 32bit Wine bottle, but for wine-mono or mono you can run it on 64bit or 32bit