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)
Solved Error while compiling: compiler v0.0.0.0 couldn't be started
Discussion in 'Rust Discussion' started by Sgt: The Old One, Aug 2, 2017.
-
Attached Files:
-
-
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.
-
-
Wulf Community Admin
-
deleting the CSharpCompiler did the job... thanks mate, really obliged..