1. Im so confused right now... when i execute start.bat it says that it couldnt find rustdedicated.exe although its in my folder + i have no typo in that command line
     
  2. Wulf

    Wulf Community Admin

    When running as admin in Windows, it changes the start path. Try setting the entire path to RustDedicated.exe in your .bat.
     
  3. Code:
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 10 +server.hostname "My Oxide Server" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "http://oxidemod.org"
    This way?
     
  4. Wulf

    Wulf Community Admin

    The full path would go before RustDedicated.exe; full path being DriveLetter:\This\Is\Where\Your\Server\Is\RustDedicated.exe
     
  5. So ive changed it now as you said but now it just says "Starting Server" but nothing happens
    Code:
    D:\Server\rustds\RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 10 +server.hostname "My Oxide Server" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "http://oxidemod.org"
    And I'm sorry for annoying you with that
     
  6. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/output_log.txt for errors.
     
  7. Code:
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unable to open archive file: Bundles/Bundles
    (Filename:  Line: 483)Couldn't load root AssetBundle - Bundles/Bundles
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)ThrowError: Couldn't load root AssetBundle - Bundles/Bundles
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    
    Is that the problem?
     
  8. Wulf

    Wulf Community Admin

    Sounds like your server isn't fully installed. Those are from Rust, not Oxide, so I'd try a full update with SteamCMD again.
     
  9. That helped! Thanks alot... I really appreciate it! :)
     
  10. After the latest update. Sept. 14. I now have this error and oxide isn't working. I'm running a Linux server. Every time I try to load a plug in I get the following error.

    > oxide.reload ZLevelsRemastered
    User running server may not have access to all service files
    Error while compiling: compiler v0.0.0.0 disconnected

    I have tried changing permissions for the /serverfiles/RustDedicated_Data/Managed to 755 with no change.
    I have tired running update in LGSM and no change.
    I validated server files with steam.
    I tired making the CSharpCompiler.x86_x64 file to 777 and no change.
    currently the server user is a sudo user.

    I didn't do anything different than any other update or wipe. any logs that might help I can upload. you'll just have to remind me where they are. :p
     
    Last edited by a moderator: Sep 15, 2017
  11. Wulf

    Wulf Community Admin

    Nothing has changed with the compiler. It'd either be permissions or missing dependency with your server setup.
     
  12. Thank you. you made me rethink the permissions and i got it working.