1. Before adding Oxide to my server, I was able to connect to my server, no issue whatsoever.
    Then when I removed the Vanilla server auto update in the .bat file, i am suddenly having all sorts of issues.

    The error message that comes up when I go in the prompt "F1: client.connect localhost:28015" the error message states:
    "Disconnected (Connection Attempt Failed) - Returning to main menu.

    I will provide screenshots of my .bat file and any sorts of other files needed.
    [DOUBLEPOST=1467567406][/DOUBLEPOST]The game also crashes periodically.
     
  2. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/output_log.txt for the location of -logfile for errors. It sounds like your server isn't starting, which means it is likely either missing files or using mismatched files.
     
  3. What should i look for in the RustDedicated_Data/output_log.txt folder? how could i fix the server from not starting?
     
  4. Wulf

    Wulf Community Admin

    Errors at the bottom of it would generally indicate why.
     
  5. do i need to do anything with an remote console password? I remember the last time i created a server, i needed it. Im just not 100% sure. Im only used to modding minecraft so this is a little out of my comfort zone.
     
  6. Wulf

    Wulf Community Admin

    You can setup RCON if you'd like, but that isn't needed to run or connect to it.
     
  7. "ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.'
     
  8. Wulf

    Wulf Community Admin

    Could you upload the log and what you are using to start the server please?
     
  9. "ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' - I think with this that the mods I have added need updated. I removed the auto update command in my .bat folder, does that have a contribution to the error message?
     
  10. Wulf

    Wulf Community Admin

    Invalid address would imply that you're trying to get your server to run on an IP that it doesn't have access to I believe, which is why I was wanting to see your .bat and logs.
     
  11. .bat:
    @echo off
    RustDedicated.exe -batchmode -ip 127.0.0.1 -port 28015 +rcon.port 28016 +rcon.ip 127.0.0.1 +server.hostname "Server Name" +server.identity "Id Player" +rcon.password "Password" -cfg "server\cfg\server.cfg"
     

    Attached Files:

  12. Wulf

    Wulf Community Admin

    Code:
    @echo off
    RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 28015 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "Password" +server.hostname "Server Name"
    Try that instead. The -cfg is not used, the -ip and -port were wrong, and the IP being set to 0.0.0.0 uses any IP available, which is best when on a LAN.
     
  13. okay ill give it a shot

    it still gave me the same error message and crashed, except in the command prompt, it said connection accepted or something like that
    it says in the .bat cmd, that i am missing "envsync" or something.
     
    Last edited by a moderator: Jul 7, 2016
  14. Wulf

    Wulf Community Admin

    Sorry about the delay. Are you still having trouble with?
     
  15. yeah, it says im missing envsync
     
  16. Wulf

    Wulf Community Admin

    Could you upload your latest full output_log.txt from RustDedicated_Data please?
     
  17. yeah, sorry for the late reply by the way.
     

    Attached Files:

  18. Wulf

    Wulf Community Admin

    It looks like your server is somehow failing to connect to Steam, and then crashing at the end. I'd recommend starting with a fresh install from SteamCMD, and making sure that works then going from there.
     
  19. I reinstalled SteamCMD and modified it to be ready for Oxide. I am having trouble with getting the oxide folder to insert my desired plug ins.
     
  20. Wulf

    Wulf Community Admin

    Where are you putting the plugins? What does the oxide.version command show?