code-matt
Initiate
I am starting a project and trying to get the server going first. I need to be able to build and run it on my mac. I installed the classic client on windows machine and moved the files over (stygian abyss). After installing mono and running make and being prompted for the game files directory, I am seeing the below.
Looking it up, seems to be a thing related to C# versions ? I am no expert in C# and was wondering if anyone knew how to fix this.
full terminal output trying to run make: https://pastebin.com/ytRN0yEp
Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Server.SpawnArea' threw an exception. ---> System.BadImageFormatException: Method has no body
Looking it up, seems to be a thing related to C# versions ? I am no expert in C# and was wondering if anyone knew how to fix this.
full terminal output trying to run make: https://pastebin.com/ytRN0yEp