Solved Server not starting

Discussion in 'Rust Discussion' started by whopeedinmyweed, Nov 30, 2016.

  1. So i have been running a rust server for some time (Def no expert here!) my batch file worked fine for months and now it wont load haven't changed a thing since then. I use the basic oxide mod server start file i have edited the fields needed can someone help if possible much appreciated and thanks so much in advanced![Win 7, Raid 50,48GB Ram, X2 Intel Xeon 2.7Ghz SERVER BATCH>>>>>>
    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics +server.ip **.***.***.*** +server.port 28015 +rcon.port 28016 +rcon.password "*******" +server.maxplayers 200 +server.hostname "[US]Battlefield!|InstaCraft|Teleport|X6Gathering|Fast Smelt" +server.identity "[US]Battlefield!|InstaCraft|Teleport|X6Gathering|Fast Smelt" +server.level "Procedural Map" +server.worldsize 1000 +server.saveinterval 100 +server.globalchat true +server.description "This Battlefield server is much different than most!|TP,Instacraft,QuickSmelt & X6Gathering| STARTING ITEMS: 1K incendiary 556|1K HV 556|Timed Charge|1K Buckshot|1K 9mmHV|3 Rockets|Flamethrower|Pump|Rocketlauncher|M249|AK|LR-300|Bolt|SemiPistol|FullyArmored|Attachments|10F1 nades|10L Medkits|2Syringes| -Thank You for choosing Tribal Savage Gaming Servers" +server.headerimage "*****"echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
    (this is all in one line in the actual batch file just so you know also im not sure if i really need the server.ip in previous servers i dont use it and works) both of my servers that did work now dont without changing anything very confused....

    [DOUBLEPOST=1480487223][/DOUBLEPOST]Currently trying a reinstall of rust itself and oxide hopefully this works... am i able to keep my config folder and plugins? data as well?
     

    Attached Files:

    Last edited by a moderator: Nov 30, 2016
  2. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/output_log.txt for errors.
     
  3. i just reinstalled and kept the folders i stated above something must have been corrupted works fine now thanks though
     
  4. You can remove the +server.identity from your bat file as it blank so its not being used anyway