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 ?
Solved The type `Apex.LoadBalancing.ILoadBalanced' is defined in an assembly (update Oxide)
Discussion in 'Rust Discussion' started by Licurici, Jan 19, 2018.
-
Attached Files:
-
-
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)
-
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' -
What version of deathnotes are you running as it looks out of date
-
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? -
Release build changelog -
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.
-
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 onlineAttached Files:
-
-
Wulf Community Admin