SignatureBeef / Terraria-s-Dedicated-Server-Mod

TDSM - .NET and Mono compatible Terraria Server Software Mod
MIT License
143 stars 49 forks source link

error with "mono TerrariaServer.exe" #231

Open crazykay opened 7 years ago

crazykay commented 7 years ago

i use "mono TerrariaServer.exe" it's happened

ck has joined.
Could not allocate 1327944 bytes
Stacktrace:

  at <unknown> <0xffffffff>
  at Terraria.NPC.UpdateNPC (int) <0x04ae0>
  at Terraria.Main.DoUpdate (Microsoft.Xna.Framework.GameTime) <0x09229>
  at Terraria.Main.Update (Microsoft.Xna.Framework.GameTime) <0x00028>
  at Terraria.Main.DedServ () <0x01ff9>
  at Terraria.Program.LaunchGame (string[]) <0x001a6>
  at Terraria.LinuxLaunch.Main (string[]) <0x00049>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        mono() [0x4b73d8]
        /lib/x86_64-linux-gnu/libpthread.so.0(+0x10330) [0x7fbfbff2e330]
        /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7fbfbfb8fc37]
        /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7fbfbfb93028]
        mono() [0x638575]
        mono() [0x638612]
        mono() [0x638286]
        mono(mono_mempool_alloc+0xe0) [0x567120]
        mono() [0x4892c2]
        mono() [0x422e88]
        mono() [0x4253cd]
        mono() [0x425ecb]
        mono() [0x4b845b]
        [0x41e74166]

Debug info from gdb:

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Aborted