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?
mono ~/Downloads/ClassRPG.exe
– kamil Mar 07 '14 at 18:16and so on..at least it says: The entry point method could not be loaded
– user255875 Mar 07 '14 at 18:25sudo apt-get install winetricks
then add dotnet 2.0 :winetricks dotnet20
– kamil Mar 07 '14 at 18:36Cannot open assembly './setup.exe': File does not contain a valid CIL image.
– Cerin May 03 '14 at 20:37