1. I'm trying to setup a rust server on my local machine so i may get used to it before launching it on my server machine, vanila server worked pretty fine, then i installed OXIDE for rust and it worked too, no errors, the next step was to add PLUGINS to test them, but after adding the plugins when i started the server again it is coming with this error:
    Error while compiling: compiler v0.0.0.0 couldn't be started

    I just noticed another thing, as per tuts which i watched to check how to add plugins, I came to see OXIDE is installed inside the Rust_Server/server/server_identity/OXIDE but in my case it's getting installed here
    Rust_Server/OXIDE
    i don't know if it's normal or not.
    I'm attaching the log files (logs consist of just few lines)
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    Remove the spaces from your install path and try again. If it still does it after that, delete CSharpCompiler.exe and restart the server to let it re-download.
     
  3. i don't see any space in my path except the parent directory of the rust server folder...
     
  4. Wulf

    Wulf Community Admin

    Yes, that is the space I am referring to.
     
  5. deleting the CSharpCompiler did the job... thanks mate, really obliged.. :)