1. Helllo, i have moved my server to other host provider so i just copy entire oxide folder and pasted on new host.
    i got some error on compiler so some plugins doesnt work.
    help pls ?
     

    Attached Files:

  2. Most of those are just warnings, a couple errors in there though, but this is caused by methods that were moved to a different dll afaik. Updating those plugins to manually reference the required dll or updating to the latest version of Oxide should resolve the issue. (You can view the changelog for details)
     
  3. it doesn't, it is true, some are warnings but some are not working. i already try to upload them but no change.
    this error is from yesterday :

    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console: DeathNotes.cs(84,14): warning CS0108: Oxide.Plugins.DeathNotes.LogToFile' hides inherited memberOxide.Plugins.CSharpPlugin.LogToFile(string, string, Oxide.Core.Plugins.Plugin, bool)'. Use the new keyword if hiding was intended
    C:\TCAFiles\Users\adrianC\20789\Oxide.CSharp.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(669,14): warning CS0114: Oxide.Plugins.DeathNotes.LoadConfig()' hides inherited memberOxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\TCAFiles\Users\adrianC\20789\Oxide.Core.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(329,31): error CS0012: The type Apex.LoadBalancing.ILoadBalanced' is defined in an assembly that is not referenced. Consider adding a reference to assemblyApexShared, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null'
    C:\TCAFiles\Users\adrianC\20789\Assembly-CSharp.dll (Location of the symbol related to previous error)
    DeathNotes.cs(970,24): warning CS0618: Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete:EnqueueGet is deprecated, use Enqueue instead'

    so here is error when i try to re-upload Deathnote :

    Error while compiling: DeathNotes.cs(329,31): error CS0012: The type `Apex.LoadBalancing.ILoadBalanced' is defined in an assembly that is not referenced. Consider adding a reference to assembly `ApexShared, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null'
     
  4. What version of deathnotes are you running as it looks out of date
     
  5. Error while compiling: DeathNotes.cs(329,31): error CS0012: The type `Apex.LoadBalancing.ILoadBalanced' is defined in an assembly that is not referenced. Consider adding a reference to assembly `ApexShared, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null'

    i just download it, new version, the same
    [DOUBLEPOST=1516361717][/DOUBLEPOST]some help please?
     
  6. As I said in my initial reply, the Rust server's dlls have changed and some types have been moved to another dll which wasn't referenced by plugins by default so you need to either add a // Reference: ...... to the plugin yourself or update oxide to the latest version.
    Release build changelog
     
  7. Got afew problems on a server im admin on, sometimes when we refresh / update a plugin it returns main class not found when im starin right at it, yes weve update oxide and the only way we seem to get it working again is to restart.
     
  8. no, i think i know what happening :
    when i put my oxide file into new host server i downloaded "rustdedicated_data" , some files denied to copy but i think this is the poblem.
    Next problem what i think is next one : last host provider gived to me oxide installer and this one gived me oxide 2.0 with oxide folder in server/plugins.
    so now i think my oxide folder is running becouse i copied some files to rustdedicated_Data from oxide downloaded" here is an example
    p.s : i am waiting for tonight because now i have players online
     

    Attached Files:

  9. Wulf

    Wulf Community Admin

    Any path customization is done by your host. The default location for the 'oxide' folder has been oxide/plugins in your root location since May 2017.