1. for some reason I'm now getting the below message for this plugin
    Code:
    (17:47:39) | [RCON][121.73.154.11:50137] oxide.reload RemoverTool
    (17:47:39) | [Oxide] 3:47 PM [Error] RemoverTool plugin failed to compile! Exit code: 1
    (17:47:40) | [Oxide] 3:47 PM [Warning] Compilation failed: 1 error(s), 0 warnings
    (17:47:40) | [Oxide] 3:47 PM [Error] error CS0006: Metadata file `D:\TCAFiles\Users\*****\*****\RustDedicated_Data\Managed\Facepunch.dll' could not be found
    I updated oxide today so may be an issue with the latest oxide? @Wulf
     
  2. Wulf

    Wulf Community Admin

    Check for and remove Facepunch.dll. Rust doesn't use it anymore.
     
  3. By the looks of the error, I dont have it any more. (I cant see in that directory as Im with a server provider so I could be wrong.)
    Is it because this plugin is using it?
     
  4. Wulf

    Wulf Community Admin

    If you are using the latest Oxide build, all assemblies are loaded by default; but because of conflicting functions in Assembly-CSharp.dll and Facepunch.dll, it is erroring. You'd need to contact your host to remove the file. Facepunch.dll should have been removed a month or more ago when Facepunch merged it into Assembly-CSharp.dll.
     
  5. Thanks Wulf, I've just been in contact with them and they have confirmed that facepunch.dll isn't on the server.
     
  6. Maybe reinstall the server?
     
  7. Wulf

    Wulf Community Admin

    I read the error wrong before. The only reason it'd show that error is if a plugin was referencing it and it couldn't be found, but this plugin doesn't seem to be. You may want to check if your version of the plugin is outdated. It may be worth checking the other .cs plugins too, though they shouldn't be causing it since this was when you reloaded this plugin.
     
  8. Just re downloaded the latest version of this plugin and still getting the same error.
    [DOUBLEPOST=1427087513][/DOUBLEPOST]Actually, Im now getting it with Itemconfig and Save plugin. Exact same message.

    I've tried reinstalling oxide again but same thing.
     
  9. Wulf

    Wulf Community Admin

    If you are using the latest snapshot, all C# plugins reference all the assemblies automatically, so it's likely at least one .cs plugin is calling it. Do you have any other .cs plugins installed?
     
  10. I have a few .cs plugins.
    AntiCheat.cs
    AntiWallHack.cs
    BuildingOwners.cs
    BuildingPrivileges.cs
    CopyPaste.cs
    CraftingController.cs
    Fly.cs
    Give.cs
    Itemconfig.cs
    Jail.cs
    kits.cs
    Polling.cs
    RemoverTool.cs
    Save.cs
    Telekinesis.cs
     
  11. Wulf

    Wulf Community Admin

    You can easily check by downloading them, open them all in Notepad++, Ctrl+F, type "Facepunch.dll" in the Find box, and click the "Find All in Open Documents" button. I don't know which of those have it off hand, but it has to be in one of them.
     
  12. Ahh good thinking! Ill report back soon! thanks heaps
     
  13. Wulf

    Wulf Community Admin

    If you do find the line in one or multiple plugins, simply remove the line, save the file, upload it back to your server, and you should be good to go! I'd recommend reporting it to the plugin author(s) too so that they can correct their plugin.
     
  14. Dam, sadly none have Facepunch.dll in it. I did a maual search in each one also but nothing came up.
     
  15. Wulf

    Wulf Community Admin

    I'll take a look, but I don't see any other way you could be getting it.
     
  16. Sorry to be a pain! The only change I made today was updated oxide to 544
    [DOUBLEPOST=1427088562][/DOUBLEPOST]Oh wait... I was on 553 before but reinstalled oxide and now on 544
     
  17. Wulf

    Wulf Community Admin

    No worries. Could you try removing them all, then adding them back one at a time until the issue happens?
    [DOUBLEPOST=1427088907][/DOUBLEPOST]I do know that PollSystem (Polling.cs) is broken due to recent changes. It shouldn't have broke, but it seems the author is referencing things manually instead of using the API. That wouldn't be causing the other Facepunch.dll error though.

    I'm really puzzled by the error, as I just tested all of the plugins you listed just fine using the latest Oxide build.
     
  18. Hmm that is really weird. I just removed them all and added them one by one but all of them came up with the exact same error when added.
    [DOUBLEPOST=1427089098][/DOUBLEPOST]I could try see if my provider can do a fresh install on the server (I sadly dont have the option)
     
  19. Wulf

    Wulf Community Admin

    I'm not sure what else to try right now, but something is referencing that somehow. I'll have to check with @bawNg once he's around, since I believe it is related to his recent changes to the way assemblies are loaded and referenced.
     
  20. Ill give a fresh install ago just to rule it out. Will report back soon man!
    [DOUBLEPOST=1427093722][/DOUBLEPOST]Just tried fresh install but still seems to be doing it.
    [DOUBLEPOST=1427095341][/DOUBLEPOST]Just got my provider to manually install version 522 and is working now.