1. so with the update today i updated my server and it was running fine as a vanilla but then i updated oxide the new version and when i try to connect to the server via the rusty tool it cant and also it isnt showing up on steam. any ideas on how to fix this? i use gameservers to host my server thank you
     
  2. Same happening with me, I'm with gameservers aswell. They sent out a message saying to remove all the plugins that have anything to do with xp. I've done just that, still won't load.
     
  3. Wulf

    Wulf Community Admin

    Plugins would not prevent your server from starting or connecting to Steam, they are all loaded after initial startup. XP plugins would simply not compile too, not break the server. The XP system was remove from Rust, that's why XP plugins no longer work and no longer compile.

    If you are on a Linux build of Rust, they appear to be missing some files. See Problem with the latest Rust update on Linux | Oxide.
     
  4. I am not on Linux, I figured the plugins wouldnt start the server because that is what my host told me. Apparently they are wrong.

    Updating my server works fine, I can logon and everyone else aswell. But as soon as I update oxide, the server keeps loading and restarting. I dont have access to the console so I cannot see what is going wrong. Is there a log I can post here that would help?
     
  5. Wulf

    Wulf Community Admin

    Could you upload your latest RustDedicated_Data/output_log.txt here please? It's likely that Oxide was not fully installed and is missing an updated dependency, but I'd need to verify.
     
  6. output_log is empty
    [DOUBLEPOST=1478229952][/DOUBLEPOST]Looks as if everytime it loads, it gets to the Connected to steam part and starts over again.
     
  7. Wulf

    Wulf Community Admin

    Make sure you do not have -nolog set in your startup. We need to see what is in that log to be able to help.
     
  8. i removed that line from the startup however im still not seeing it in RustDedicated_Data
     
  9. Removed the "-nolog" from my config, output_log is still empty, the server has restarted about 5 times since I removed the -nolog, still nothing popping up in the log file.
     
  10. Wulf

    Wulf Community Admin

    Are you changing the path where the log is stored with -logfile? That log will always have something in it if your server's exe is being ran.
     
  11. so where there was -nologs-...replace that with -logfile?
     
  12. Yeah, I believe you put -logfile "output_log.txt" inside your config.
     
  13. Wulf

    Wulf Community Admin

    Don't set either, make sure they are not in your startup script. Remove -logfile and -nolog and then look in the path I mentioned.
     
  14. Well, since you've said that, I have no clue why it's not saving any logs. In my config file, there is nothing set. -nolog, and -logfile are not in my config. My server just keeps looping endlessly, sometimes it will go past "Connected to steam" other times it will crash after "building items".
    [DOUBLEPOST=1478233294][/DOUBLEPOST]
    Code:
    [11/03/2016 23:18:25] server.level: "Procedural Map"
    [11/03/2016 23:18:25] server.seed: "4642754"
    [11/03/2016 23:18:25] server.worldsize: "4000"
    [11/03/2016 23:18:25] server.maxplayers: "100"
    [11/03/2016 23:18:25] server.hostname: "..."
    [11/03/2016 23:18:25] server.description: "...."
    [11/03/2016 23:18:25] server.identity: "..."
    [11/03/2016 23:18:25] rcon.ip: "..."
    [11/03/2016 23:18:25] rcon.port: "..."
    [11/03/2016 23:18:25] rcon.password: "..."
    [11/03/2016 23:18:57] Server Config Loaded
    [11/03/2016 23:18:57] Running server/.../cfg/bans.cfg
    [11/03/2016 23:18:57] Running server/.../cfg/users.cfg
    [11/03/2016 23:19:02] Loading Items Took: 4.3466112 seconds
    [11/03/2016 23:19:02] Building Items Took: 4.3810755 seconds / Items: 298 / Blueprints: 193
    Does that everytime and restarts, I don't know if its crashing or what. All I can read is the log.log file