1. So, I have an issue with my server, crashing frequently once started. What would happen is after a restart, there's (what it seems like) usually about a 40% chance my server will crash while trying to start up. I have a couple theories on this, but I'll go ahead and explain some more. My server has never crashed while running, always when it's restarting or almost immediately after the restart. When it crashes, I look in the log and notice that most of the time, it stops at this:

    Code:
    [05/27/2016 11:08:50] [Oxide] 11:08 [Info] Rust:IO> External IP address obtained from lookup: (ip removed)
    
    Also attached is the error log and output log of the most recent crash. Please note that this is not the machine the server is running on (memory issues, ect.). The server was just moved to this new machine recently and is still crashing. I have reasons to believe the map is causing this issue, as I've only once removed the plugins and the server still crashed (this was done as a test a while ago), and only after I removed the old map, the server went without crashes for a good five days. Please help, as this has decreased uptime. Thank you.
     

    Attached Files:

  2. Have you tried re-installing vanilla Rust server and then re-adding oxide and your plugins back on to it? That would be my personal first step towards attempting to fix this crash. I'm not sure whether this will fix the problem but its worth a shot, I guess?
     
  3. post the info from your bat file also where is the server being hosted
     
  4. Yes, I have tried that.

    Here is the startup line

    Code:
    -batchmode -port 28015 -datadir "saves/" -ip removed -maxplayers "251" +server.hostname "remove" +rcon.port removed +rcon.password "removed" +rcon.ip "removed"
    
    Also the server is being hosted by NFO.
     
  5. I cant help if you remove infro from the bat file the only thing you need to hide is the rcon password
    and are you running legacy or experimental. You can pm it to me if you wish
    Test this change the server ip and rcon ip to whatever the vps is if what has been used here does not work I also set the rcon pass to 1234 change that and the hostname
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +server.ip 0.0.0.0 +server.maxplayers 251 +server.hostname "changeme" +rcon.port 28016 +rcon.password 1234 +rcon.ip 0.0.0.0
    You had a lot of things inside " no need
     
    Last edited by a moderator: May 28, 2016
  6. Everything is there, I just removed the ip, hostname, rcon port, password and ip. Regardless, thank you for the help and I'll let you know what happens. Takes a little bit to constantly restart the server.
     
  7. After tons of restarts, all being successful, I can safely say this might of fixed my problem (for now). Thank you for your help.