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:
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.Code:[05/27/2016 11:08:50] [Oxide] 11:08 [Info] Rust:IO> External IP address obtained from lookup: (ip removed)
Solved Server crashing on startup
Discussion in 'Rust Discussion' started by Canopy Sheep, May 28, 2016.
-
Attached Files:
-
-
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?
-
post the info from your bat file also where is the server being hosted
-
Code:-batchmode -port 28015 -datadir "saves/" -ip removed -maxplayers "251" +server.hostname "remove" +rcon.port removed +rcon.password "removed" +rcon.ip "removed"
-
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
Last edited by a moderator: May 28, 2016 -
-
After tons of restarts, all being successful, I can safely say this might of fixed my problem (for now). Thank you for your help.