I wanted to test MD on linux (ubuntu). I installed mono and the libs like the wiki says.
But then I get this error:
Code:
ubuntu@ubuntu:~/Downloads/Debug$ mono GameModeFortress.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322
** (GameModeFortress.exe:12144): WARNING **: Missing method System.String::Contains(string) in assembly /usr/lib/mono/1.0/mscorlib.dll, referenced in assembly /home/ubuntu/Downloads/Debug/ManicDigger.dll
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for ManicDigger.CrashReporter ---> System.MissingMethodException: Method not found: 'System.String.Contains'.
at ManicDigger.CrashReporter..cctor () [0x00000]
--- End of inner exception stack trace ---
at GameModeFortress.ManicDiggerProgram.Main (System.String[] args) [0x00000]
So I need to update/change the runtime of MD while building it?
Grtz Diho