1. this problem started with last update we can play 1 hour and randomly server is crashing i made fresh install without oxide but still this happen .. any solution ?
    Native stacktrace:

    /home/server1/RustDedicated_Data/Mono/x86_64/libmono.so(+0x92406) [0x7f26d7131406]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0xf88f) [0x7f26d999988f]
    /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7f26d8bea067]
    /lib/x86_64-linux-gnu/libc.so.6(abort+0x147) [0x7f26d8beb447]
    ./RustDedicated() [0xa1b40b]
    /home/server1/RustDedicated_Data/Mono/x86_64/libmono.so(+0xd1532) [0x7f26d7170532]
    /home/server1/RustDedicated_Data/Mono/x86_64/libmono.so(+0x350bd) [0x7f26d70d40bd]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0xf88f) [0x7f26d999988f]
    [0x7f258e748290]

    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.
    =================================================================

    bash: line 1: 1311 Aborted ./RustDedicated -batchmode -nographics +server.ip 77.74.51.33+server.port 27016 +server.tickrate 10 +server.identity "rust-server" +server.maxplayers 100 +rcon.ip 77.74.51.33 +rcon.web 1 +rcon.port 27017 -logfile "screenlog.0" +server.secure true +rcon.password "rstxox55"
     
  2. The server must be exceeding its available resources causing the process to kill itself to prevent a system lockup. There's not much to be done other than allocating additional resources to handle the load which in most cases just means purchasing a better vps/dedi
     
  3. ram usage increased after recent updates i hope server is crashing because of this
     
  4. This is indeed your issue. I recommend disabling the Halloween event as it uses quite a bit of resources.
    Code:
    # Holiday Events
    halloween.enabled false
    halloween.murdererpopulation 0
     
  5. Yes but here put this line (I can't modify RustDedicated or lunch batch file)