Linux server - bad mono version?

Kaptain Kek

Terrarian
Sorry if this is a bit nooby, but I'm trying to run the vanilla TerrariaServer.exe on my Odroid C2 using mono. It's running DietPi with minimal packages, which has got me further than the ubunutu image. Here is the error I'm stuck on:

Code:
Server started
cant resolve internal call to "System.Net.Dns::GetHostByName_internal(string,string&,string[]&,string[]&)" (tested without signature also)

Your mono runtime and class libraries are out of sync.
The out of sync library is: /terraria/System.dll

When you update one from git you need to update, compile and install
the other too.
Do not report this as a bug unless you're sure you have updated correctly:
you probably have a broken mono install.
If you see other errors or faults after this message they are probably related
and you need to fix your mono install first.
cant resolve internal call to "System.Net.Dns::GetHostByName_internal(string,string&,string[]&,string[]&)" (tested without signature also)

Your mono runtime and class libraries are out of sync.
The out of sync library is: /terraria/System.dll

When you update one from git you need to update, compile and install
the other too.
Do not report this as a bug unless you're sure you have updated correctly:
you probably have a broken mono install.

I don't think it's ARM specific, since I'm getting the exact same error on my laptop running antergos (which is where I copied the files from, possibly the source of error?)

Here is the mono version:

Code:
Mono JIT compiler version 5.4.1.6 (tarball Wed Nov  8 21:48:40 UTC 2017)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           __thread
    SIGSEGV:       normal
    Notifications: epoll
    Architecture:  arm64
    Disabled:      none
    Misc:          softdebug
    LLVM:          supported, not enabled.
    GC:            sgen (concurrent by default)

Code:
Linux DietPi 3.14.79+ #1 SMP PREEMPT Tue Feb 7 19:57:43 CET 2017 aarch64 GNU/Linux

I noticed earlier that several other people were stuck on this issue, and it was determined to be a dependancy issue with the Boehm libraries which were removed with mono 4.2.0. Skiphs provided an answer, but I'm not sure what exactly it meant. I couldn't get it to work.

This is the previous thread:

https://forums.terraria.org/index.php?threads/linux-server-wont-start-properly.35142/

I'm a little stuck here, so any help is appreciated.
 
Back
Top Bottom