Hello everyone!
It seems with the most recent oxide update from today , the plugins seems not to work. Is this perhaps an issue due oxide update or am I wrong?
I just tested to load them all as usual due the new update forcing a -both loved and hated- wipe . Thus I just did the usual with the plugins , installing (copying basically) the files in the way they should in the right folder .
It doesn't matter if I use oxide.load command or even oxide.reload , it won't work. In fact, it is the same result as when I copy the file to oxide plugin folder and through RCON tool.
[Oxide] 11:31 PM [Error] Failed to load plugin 'PluginName' (no source found)
I tried to search over the forum, but I didn't get any luck, just a thread http://oxidemod.org/threads/new-update-for-oxide.7642/ in which solution wasn't said
I tested reloading other plugins like .lua ones and they worked. Then I did the same with those in Python (.PY) and same result, they were reloaded correctly by using "oxide.reload" command.
Any ideas what it could be?
Solved C# plugins do not load (missing Oxide.Ext.CSharp.dll)
Discussion in 'Rust Discussion' started by DraDeC, Apr 9, 2015.
-
Wulf Community Admin
If you are using load/reload/unload commands manually, make sure the plugin name you are using matches the actual filename exactly minus the extension. Generally you do not need to load plugins manually though, as they are hotloaded when dropping in the folder.
Also make sure you have Oxide.Ext.CSharp.dll under you Managed folder, and CSharpCompiler.exe in the root along with the other DLLs from the zip.Last edited: Apr 9, 2015 -
Wulf to the rescue!
Certaninly, it was my bad, I had one file missing (the Oxide.Ext.CSharp.dll).
Thank you for the help Wulf! ^_^ -
Wulf Community Admin
-
the company i host though didnt fully install oxide. I'm using a ftp service. generally in what folder would i be placing the csharpcompiler.exe? i've copied the other .dll files into the managed folder.
-
Wulf Community Admin