Hello there!
I'm trying to execute ServUO.exe with SO Debian and Mono 2.10.8.1

Code:
Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-8)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com

I compiled it before in Windows, with the file "Compile.MONO.bat" that includes the folder of ServUO.

The problem is that I get this error when I try to execute it:

Code:
>mono ServUO.exe
Missing method .ctor in assembly /home/romas/ServUO/ServUO.exe, type System.Runtime.CompilerServices.ExtensionAttribute
Can't find custom attr constructor image: /home/romas/ServUO/ServUO.exe mtoken: 0x0a000019
 
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'ServUO'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'ServUO'.

I can't find nothing useful in google that help me out.

Thanks!

FIXED when I get version 3.0 of MONO
 
Last edited:
Back