So following the basic steps from a couple years ago. Fresh Ubuntu on AWS, it's a bitnami lamp stack. I installed Mono complete, downloaded the server files. Get error below.
Â
Do I need to run the server on windows first and then move the resources files that are created or will the server.exe populate those ok in Mono?
Â
94-13:~/Int$ sudo mono Intersect\ Server.exe
exception inside UnhandledException handler: Attempted to access a missing member.
[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method 'Array.Empty' not found.
 at Intersect.Logging.Logger.Write (LogLevel logLevel, System.String message) <0x4007f1e0 + 0x000ce> in <filename unknown>:0
 at Intersect.Logging.Logger.Error (System.String message) <0x4007f1b0 + 0x00022> in <filename unknown>:0
 at Intersect.Logging.Log.Error (System.String message) <0x4007c8b0 + 0x00024> in <filename unknown>:0
 at Intersect.Server.Core.Bootstrapper.ProcessUnhandledException (System.Object sender, System.Exception exception) <0x4007c790 + 0x0003b> in <filename unknown>:0
 at Intersect.Server.Core.Bootstrapper.OnUnhandledException (System.Object sender, System.UnhandledExceptionEventArgs unhandledExceptionEvent) <0x4007c430 + 0x00075> in <filename unknown>:0
 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
 at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x7f12853069e0 + 0x000a1> in <filename unknown>:0
 --- End of inner exception stack trace ---
 at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x7f12853069e0 + 0x000ef> in <filename unknown>:0
 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) <0x7f128513ecf0 + 0x0002a> in <filename unknown>:0
 at Intersect.Server.MainClass.Main (System.String[] args) <0x40055d70 + 0x0035f> in <filename unknown>:0
Question
Smoot
So following the basic steps from a couple years ago. Fresh Ubuntu on AWS, it's a bitnami lamp stack. I installed Mono complete, downloaded the server files. Get error below.
Â
Do I need to run the server on windows first and then move the resources files that are created or will the server.exe populate those ok in Mono?
Â
94-13:~/Int$ sudo mono Intersect\ Server.exe
exception inside UnhandledException handler: Attempted to access a missing member.
[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method 'Array.Empty' not found.
 at Intersect.Logging.Logger.Write (LogLevel logLevel, System.String message) <0x4007f1e0 + 0x000ce> in <filename unknown>:0
 at Intersect.Logging.Logger.Error (System.String message) <0x4007f1b0 + 0x00022> in <filename unknown>:0
 at Intersect.Logging.Log.Error (System.String message) <0x4007c8b0 + 0x00024> in <filename unknown>:0
 at Intersect.Server.Core.Bootstrapper.ProcessUnhandledException (System.Object sender, System.Exception exception) <0x4007c790 + 0x0003b> in <filename unknown>:0
 at Intersect.Server.Core.Bootstrapper.OnUnhandledException (System.Object sender, System.UnhandledExceptionEventArgs unhandledExceptionEvent) <0x4007c430 + 0x00075> in <filename unknown>:0
 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
 at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x7f12853069e0 + 0x000a1> in <filename unknown>:0
 --- End of inner exception stack trace ---
 at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x7f12853069e0 + 0x000ef> in <filename unknown>:0
 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) <0x7f128513ecf0 + 0x0002a> in <filename unknown>:0
 at Intersect.Server.MainClass.Main (System.String[] args) <0x40055d70 + 0x0035f> in <filename unknown>:0
Link to comment
Share on other sites
2 answers to this question
Recommended Posts