Hi guys
What was the outcome of this thread?
I am getting the same issue on archlinux now.
$ mono --version
Mono JIT compiler version 2.10.8 (tarball Thu Dec 29 12:39:33 UTC 2011)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors.
www.mono-project.com TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
$ mono Terraria_Server.exe
Cannot open assembly 'Terraria_Server.exe': File does not contain a valid CIL image.
$ mono -v Terraria_Server.exe
converting method System.OutOfMemoryException:.ctor (string)
Method System.OutOfMemoryException:.ctor (string) emitted at 0x404309e0 to 0x40430a09 (code length 41) [Terraria_Server.exe]
converting method (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)
Method (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr) emitted at 0x40430a20 to 0x40430abe (code length 158) [Terraria_Server.exe]
converting method System.SystemException:.ctor (string)
Method System.SystemException:.ctor (string) emitted at 0x40430ac0 to 0x40430ae9 (code length 41) [Terraria_Server.exe]
converting method System.Exception:.ctor (string)
Method System.Exception:.ctor (string) emitted at 0x40430b00 to 0x40430b2a (code length 42) [Terraria_Server.exe]
converting method System.NullReferenceException:.ctor (string)
Method System.NullReferenceException:.ctor (string) emitted at 0x40430b30 to 0x40430b59 (code length 41) [Terraria_Server.exe]
converting method System.StackOverflowException:.ctor (string)
Method System.StackOverflowException:.ctor (string) emitted at 0x40430b60 to 0x40430b79 (code length 25) [Terraria_Server.exe]
Cannot open assembly 'Terraria_Server.exe': File does not contain a valid CIL image.
converting method (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)
Method (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) emitted at 0x40430b80 to 0x40430c12 (code length 146) [Terraria_Server.exe]
converting method System.Threading.Thread:.cctor ()
Method System.Threading.Thread:.cctor () emitted at 0x40430c20 to 0x40430c45 (code length 37) [Terraria_Server.exe]
converting method (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)
Method (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x40430c50 to 0x40430cd6 (code length 134) [Terraria_Server.exe]
converting method (wrapper alloc) object:Alloc (intptr)
Method (wrapper alloc) object:Alloc (intptr) emitted at 0x40430cf0 to 0x40430dad (code length 189) [Terraria_Server.exe]
converting method (wrapper managed-to-native) object:__icall_wrapper_mono_object_new_specific (intptr)
Method (wrapper managed-to-native) object:__icall_wrapper_mono_object_new_specific (intptr) emitted at 0x40430db0 to 0x40430e25 (code length 117) [Terraria_Server.exe]
converting method System.Runtime.ConstrainedExecution.CriticalFinalizerObject:Finalize ()
Method System.Runtime.ConstrainedExecution.CriticalFinalizerObject:Finalize () emitted at 0x40430e30 to 0x40430e5e (code length 46) [Terraria_Server.exe]
converting method System.Threading.InternalThread:Finalize ()
Method System.Threading.InternalThread:Finalize () emitted at 0x40430e60 to 0x40430e9f (code length 63) [Terraria_Server.exe]
converting method (wrapper managed-to-native) System.Threading.InternalThread:Thread_free_internal (System.Threading.InternalThread,intptr)
Method (wrapper managed-to-native) System.Threading.InternalThread:Thread_free_internal (System.Threading.InternalThread,intptr) emitted at 0x40430ec0 to 0x40430f64 (code length 164) [Terraria_Server.exe]
converting method System.Runtime.Remoting.Contexts.Context:Finalize ()
Method System.Runtime.Remoting.Contexts.Context:Finalize () emitted at 0x40430f70 to 0x40430f9e (code length 46) [Terraria_Server.exe]
File downloaded was the latest stable build b38 from
http://tdsm.org/index.php/board,10.0.htmlThe Out of Memory Exceptions worry me, I do still have some memory available (not a lot but still..) and plenty of swap left. What are the minimum memory requirements?