1. Does anyone have an error after update?

    Code:
    Command 'batchmode' not found
    Command 'nographics' not found
    Command 'logFile' not found
    Command 'rcon.password' not found
    Command 'batchmode' not found
    Command 'nographics' not found
    Command 'logFile' not found
    Command 'rcon.password' not found
     
  2. Wulf

    Wulf Community Admin

    It's from the console system changes to Rust. All of those except for the rcon.password (actually a setting, not even a command) one are Unity startup arguments, not actual commands. If you don't notice any issues, I wouldn't worry about them.
     
  3. im getting something similar to this however not the same commands not found.

    [02/09/2017 22:43:52] Command 'datadir' not found
    [02/09/2017 22:43:52] Command 'cfg' not found
    [02/09/2017 22:43:52] Command 'map' not found
    [02/09/2017 22:43:52] Command 'rcon.password' not found
    [02/09/2017 22:43:52] Command 'logFile' not found
    [02/09/2017 22:43:52] Command 'batchmode' not found
    [02/09/2017 22:43:52] Command 'datadir' not found
    [02/09/2017 22:43:52] Command 'cfg' not found
    [02/09/2017 22:43:52] Command 'map' not found
    [02/09/2017 22:43:52] Command 'rcon.password' not found
    [02/09/2017 22:43:52] Command 'logFile' not found
     
  4. Wulf

    Wulf Community Admin

    -cfg and -datadir were never valid commands or settings for Rust, you can remove them. The others are explained by my previous reply.
     
  5. thanks Wulf, where would the cfg and datadir commands even be?
     
  6. Wulf

    Wulf Community Admin

    In your startup script or command-line.
     
  7. cheers wulf! can always count on you!
     
  8. @Wulf are you saying we can ignore this
     
    Last edited by a moderator: Feb 10, 2017
  9. I get "Command 'batchmode' not found" and "
    Command 'query_port' not found"
    pop up in Command line and I can't find my server in Rust, I can't connect via net.connect either
    Any ideas?
     
  10. Wulf

    Wulf Community Admin

    You can ignore the first. The 2nd has never existed, you can remove that from your startup script. The command 'net.connect' was only for Rust Legacy, you need to use 'client.connect' or just 'connect' for Rust.
     
  11. I tried connecting via "client.connect" with my server IP and it came up with Amsterdam server instead of mine
     
  12. Wulf

    Wulf Community Admin

    You won't see valid info on that overlay if you direct connect.
     
  13. oh OK thank you, still can't connect that way either :(
     
  14. Wulf

    Wulf Community Admin

    Sounds like your server isn't setup properly then, else your the port is not open or accessible.
     
  15. it worked properly until I did an update about 15mins ago, which is why I am confused
     
  16. Wulf

    Wulf Community Admin

    The server likely isn't online then, check your server's logs for errors.
     
  17. Thank you
     
    Last edited by a moderator: Feb 16, 2017
  18. Wulf

    Wulf Community Admin

    You're going a bit off topic for this thread. See Server won't load since update | Oxide and update your plugins.
     
  19. ok thanks it is the mods I have installed as soon as I removed it worked
     
  20. On my server it seems that it's not accepting my rcon.password argument anymore. I have it set on the startup command line and it hasn't been an issue until the recent update. Now it says

    Command 'rcon.password' not found
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

    I'm not getting any other particular issues, but without the password I can't use any RCON clients to manage the server. Any idea what's going on with this?

    Edit: Rcon still isn't working but it looks like I was on the wrong track. This part of the output log is unrelated as I have another server with the same line but I can connect via RCON anyway. Sorry about all that.
     
    Last edited by a moderator: Feb 17, 2017