Linux Terraria Server 1.4.1.1 on Ubuntu Server 20.10(Raspberry Pi4 4GB)

WojakGra

Terrarian
Hi,
I wanted to deploy a server for me and my friend on my raspberry pi but i have issue with crashing server while starting it. I'm running it on mono.

Code:
System.TypeInitializationException: The type initializer for 'System.Net.IPAddress' threw an exception. ---> System.MissingMethodException: Method not found: !0 modreq(System.Runtime.InteropServices.InAttribute)& System.ReadOnlySpan`1.get_Item(int)
  at System.Net.IPAddress..ctor (System.Byte[] address, System.Int64 scopeid) [0x00010] in <32fc020d7373456995b3d44fa885e01a>:0
  at System.Net.IPAddress..cctor () [0x00032] in <32fc020d7373456995b3d44fa885e01a>:0
   --- End of inner exception stack trace ---
  at Terraria.Netplay.StartServer () [0x00000] in <fea2b08d69c94a09a2085e9510f3b9c8>:0
  at Terraria.Main.DedServ () [0x00ca9] in <fea2b08d69c94a09a2085e9510f3b9c8>:0
  at Terraria.Program.LaunchGame (System.String[] args, System.Boolean monoArgs) [0x000b2] in <fea2b08d69c94a09a2085e9510f3b9c8>:0
 
Back
Top Bottom