Cannot load Oxide pluginsNot An Issue
Hi,
I hope you're well. I am having trouble loading any Oxide plugin.

______________________________________________________
I have oxide running properly as the output of oxide.version is:

(14:46:01) | Protocol: 2138.172.1

Build Date: 12/14/2018 09:00:54
Unity Version: 2018.1.4f1
Changeset: 30829
Branch: release
Oxide.Rust Version: 2.0.4099
______________________________________________________
When I run oxide.plugins I get the list of all the plugins, but they're listed as unloaded:

(14:48:03) | Listing 2 plugins:
01 GatherManager - Unloaded
02 QuickSmelt - Unloaded
______________________________________________________
When I try to run oxide.load GatherManager (or any other plugin), I get no response.
When I try to run the same command again, I get:

(14:49:48) | [DEBUG] Load requested for plugin which is already loading: GatherManager

______________________________________________________
Here is the what the log file looks like:

06:13 [Info] Loading Oxide Core v2.0.3867...
06:13 [Info] Loading extensions...
06:13 [Info] Latest compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
06:13 [Info] Local compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
06:13 [Info] Loaded extension CSharp v2.0.3913 by Oxide and Contributors
06:13 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
06:13 [Info] Loaded extension Rust v2.0.4099 by Oxide and Contributors
06:13 [Info] Loaded extension SQLite v2.0.3754 by Oxide and Contributors
06:13 [Info] Loaded extension Unity v2.0.3756 by Oxide and Contributors
06:13 [Info] Using Covalence provider for game 'Rust'
06:13 [Info] Loading plugins...
06:13 [Info] Loaded plugin Rust v2.0.4099 by Oxide and Contributors
06:13 [Info] Loaded plugin Unity v2.0.3756 by Oxide and Contributors
06:13 [Error] Exception while resolving plugin references (IOException: Sharing violation on path C:\sspanel\gameservers\rust\44856\RustDedicated_Data\Managed\Oxide.References.dll)
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <e1a80661d61443feb3dbdaac88eeb776>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0
at System.IO.File.ReadAllBytes (System.String path) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0
at ObjectStream.Data.CompilerFile..ctor (System.String directory, System.String name) [0x0001a] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Plugins.Compilation+<>c__DisplayClass23_0.<Prepare>b__0 (System.Object _) [0x00084] in <9affce1cd15c4ec183941adef8db1722>:0
06:14 [Error] Timed out waiting for plugin to be compiled: GatherManager
06:14 [Error] Timed out waiting for plugin to be compiled: QuickSmelt
______________________________________________________

I have tried reinstalling Oxide, removing all plugins, trying different plugins.
Is there anyone who can suggest a solution?

Many thanks in advance
The error in there means that Oxide was unable to access the Oxide.References.dll file in the location mentioned in the error, perhaps because it is being used by something else on your system or lacks permissions to access it. There isn't anything we can do to resolve this for you, I'd suggest checking the permissions and perhaps re-uploading Oxide to your server while it is shutdown.
Many thanks. I will give see what I can do.
Locked automatically