1. I´m currently having problem with launching the server cmd, it says:
    "RustDedicated' is not recognized as an internal or external command"
    even though i have updated the server files and the oxide mod and all availeble updates for the plugin. The server cmd file is in the same map location as RustDedicated.exe. How do i fix this? Please help!
     
  2. Wulf

    Wulf Community Admin

    Edit your script and put .exe at the end. Your OS doesn't support excluding it.
     
  3. But i could launch it yesterday with no problem, today that problem appeared
     
  4. Wulf

    Wulf Community Admin

    The only reasons why it would say that, is if the path is not correct in the script, your OS doesn't support excluding the file extension, or the script is being run from outside the server location with no direct path specified. If you can run RustDedicated.exe manually, the script will be able to if it is pointing to the correct location.
     
  5. Okay it worked the problem was that the @echo off was on the same line ass the issued commands to launch the server ! Thank you for your attention in this problem.
     
  6. Um.
    Loading Steam API.....\common\pipes.cpp (749) : Assertion Failed: fatal stalled cross-thread pipe
    ..\common\pipes.cpp (749) : Fatal assert failed: ..\common\pipes.cpp, line 749. Application exiting.

    _ExitOnFatalAssert
    Any solutions?
     
    Last edited by a moderator: Feb 24, 2016
  7. Wulf

    Wulf Community Admin

    Try try again, SteamCMD being goofy.
     
  8. Hi all,

    I have just been asked to set up a dedicated server (server 2008 R2) for my son, who loves Oxide, I understand that the auto installer/updater does not work on this platform but is there a way just to manually install oxide?
    I did search but my foo looks to be low today.

    Kind regards
    J
     
  9. I cant even get oxide to work i have been trying the hole day to fix this here's the scripts in the bat files:
    Code:
    E:\steamcmd\steamcmd.exe +login anonymous +force_install_dir E:\rustserver +app_update 258550 -beta experimental validate +quit
    @echo off
    RustDedicated.exe -batchmode +server.hostname "TestServer" +server.identity TestServer +server.maxplayers 100 +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "gurragurra4562" +server.worldsize 4000 +server.seed 46513
    +server.saveinterval 600 -logfile “ServerLog.txt” server.pve false heli.bulletAccuracy 5 spawn.min_rate 0.1 spawn.max_rate 1 spawn.min_density 0.1 spawn.max_density 1
    I dont know what i have done wrong so could you please help me. I have installed oxide 2.0 and the latest build where the server is. The problem lies that it cannot recognize oxide 2.0 It doesn't even want to load it and it doesn't say why either.

    Edit: The server starts as normal its just that oxide 2.0 dosent work.
     
    Last edited by a moderator: Feb 24, 2016
  10. Wulf

    Wulf Community Admin

    Make sure you are not updating/validating the server every time you start, essentially un-modding/removing Oxide each start. Oxide is a mod, so it needs to be installed after any updates.
     
  11. Test this
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.hostname "TestServer" +server.identity "TestServer" +server.maxplayers 100 +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "gurragurra4562" +server.worldsize 4000 +server.seed 46513
    +server.saveinterval 600 -logfile “ServerLog.txt” server.pve false heli.bulletAccuracy 5 spawn.min_rate 0.1 spawn.max_rate 1 spawn.min_density 0.1 spawn.max_density 1
    
    or this
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.hostname "TestServer" +server.identity "TestServer" +server.maxplayers 100 +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "gurragurra4562" +server.worldsize 4000 +server.seed 46513
    +server.saveinterval 600
    
     
  12. Wulf

    Wulf Community Admin

    The install steps should be the same as any other Windows OS we support. See the first post: Setting up your Rust server | Oxide.
     
  13. Okey thx guys for the replies i fixed it i removed these codes: E:\steamcmd\steamcmd.exe +login anonymous +force_install_dir E:\rustserver +app_update 258550 -beta experimental validate +quit And then it worked thx for the help
     
  14. Wow. It worked. Um. I feel dumb now -__-
     
  15. Do'h i was trying to get the updater code working, oxide working 100% - thanks!
     
  16. Pre-Release Version oxide
    Do you have?
     
  17. Wulf

    Wulf Community Admin

    Oxide provides updates for each Rust release only, not any other branches. If you'd like it for one of them, you'd need to use our OxidePatcher and manually patch and fix any changes made to hooks in that branch.
     
  18. We have a rust server in a windows vps, and I was wondering how do I go about updating it?
     
  19. Get steamcmd and open it. Type login anonymous then type force_install_dir (SERVER DIRECTORY) then type app_update 258550 then after its done type quit then go 2 downloads on top of oxide and download latest oxide and place it in the rust filcer and replace all files. Then update plugin so no errors happen and boom :D
     
  20. thanks.