Plugins not compiling

Hello, 

I am trying to setup a local Rust Server and use some plugins on it. I tested the following on two seperate Windows 10 machines, having the same outcome:

I have installed steamcmd, I have installed Rust, I have copied the latest Rust oxide, I have booted up a Rust server. So far, so good.

Log after bootup:

15:48 [Info] Latest compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
15:48 [Info] Local compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
15:48 [Info] Loaded extension CSharp v2.0.4000 by Oxide and Contributors
15:48 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
15:48 [Info] Loaded extension Rust v2.0.4185 by Oxide and Contributors
15:48 [Info] Loaded extension SQLite v2.0.3754 by Oxide and Contributors
15:48 [Info] Loaded extension Unity v2.0.3756 by Oxide and Contributors
15:48 [Info] Using Covalence provider for game 'Rust'
15:48 [Info] Loading plugins...
15:48 [Info] Loaded plugin Rust v2.0.4185 by Oxide and Contributors
15:48 [Info] Loaded plugin Unity v2.0.3756 by Oxide and Contributors
15:49 [Info] IP address from external API: xxxxxxxxxxxxxxxxx

 

If I know place a plugin the the plugins folder (e.g. PlantDrop.cs), it prints the following:

15:50 [Warning] Compiler may have been closed by interference from security software or install is missing files
15:50 [Error] Error while compiling: compiler version disconnected

I only have default windows firewall and defender running and tried to deactivate both too. Same result.

What else can I try?

Thanks in advance.

I'd suggest re-installing Oxide fully, it's either something messing with the compiler or an incomplete install, or the compiler is missing.

Hey Wulf, thanks for your reply.

With "re-install" you mean downloading the Rust package and copy it to the steam/rust directory, right? I did that with the new update just now. And as mentioned I did complete new installations of steamcmd, rust and oxide on two independent machines. In the Rust folder is a "Compiler.exe" file, if that is the compiler needed.

Are there some other dependencies? Some libraries that need to be present? 

The error you posted indicated the Compiler.exe closed prematurely.   Is there anything of note in your compiler log?
Oxide build downloaded from this site must already contain all the required files, compiler is downloaded automatically on first server launch.
Security issues on windows most likely to be related in some files dont have R/W access, i recommend you to give unrestricted access to them as of read and write. You can use some cmd script to recursively and automatically set these flags in rust folder (google bless you)
In response to Calytic ():
The error you posted indicated the Compiler.exe closed prematurely.   Is there anything of note in y...
Where do I find the compiler log? There is nothing in oxide/logs, expect what I have posted.
In response to 2CHEVSKII ():
Oxide build downloaded from this site must already contain all the required files, compiler is downl...
I will check that. I just wonder, because I have a very basic setup and don't do crazy things yet and still have this issue. Strange that this is not more common.

Merged post

I did change to linux. Works now. Still could not get it to compile on windows :-/