1. I usually make copypaste of oxide folder in rust server directory
    this time without csharpcompiler, oxide is loaded (i can ask the version) but no plugin is loaded.
    what i'm doing wrong?

    Code:
    oxide.version
    Protocol: 1965
    Build Version: 1170.8
    Build Date: Thursday, February 23, 2017 7:14:03 PM
    Unity Version: 5.4.2f2
    Changeset: 19337
    Branch: /main
    Oxide Version: 2.0.3083
     
  2. Wulf

    Wulf Community Admin

    Please provide your full oxide/logs.
     
  3. Code:
    Running server/streamline/cfg/bans.cfg
    Generating terrain of size 5500 with seed 51337
    alphamapResolution is clamped to the range of [16, 2048].
    Couldn't open [..]
    Floating point textures aren't supported on this device (Main Camera (UnityStandardAssets.CinematicEffects.TonemappingColorGrading))
    [AmplifyOcclusion] Null graphics device detected. Skipping effect silently.
    Loading Oxide Core v2.0.3083...
    Loading extensions...
    Downloading CSharpCompiler.x86_x64 for .cs (C#) plugin compilation
    Download of CSharpCompiler.x86_x64 for completed successfully
    Loaded extension CSharp v2.0.3083 by Oxide Team
    Loaded extension MySql v2.0.3083 by Oxide Team
    Loaded extension Python v2.0.3072 by Oxide Team
    Loaded extension SQLite v2.0.3083 by Oxide Team
    Loaded extension Unity v2.0.3083 by Oxide Team
    Loaded extension Rust v2.0.3083 by Oxide Team
    Loaded extension Rust:IO for Oxide v2.12.0 by playrust.io / dcode
    Using Covalence provider for game 'Rust'
    [..]Loading plugins...
    Loaded plugin Unity Core v2.0.3083 by Oxide Team
    Loaded plugin Rust v2.0.3083 by Oxide Team
    Loaded plugin Rust:IO for Oxide v2.12.0 by playrust.io / dcode
    WebSocket RCon Started on 49025
    [7.6s] Loading World
    [8.5s] Spawning World
    [4.1s] Terrain Mesh
    [0.9s] Wire Meshes
    [5.5s] Procedural Generation
    Destroyed 228 old entities
    Spawning 176817 entities
    AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2015
      []
    Updating Rust:IO ...
    Server startup complete
    Rust:IO: Update complete
    Installing Rust:IO ...
    Rust:IO> Setting up Rust:IO 2.0.6257.323 (using max. 4 threads) ...
    Rust:IO> Creating directories ...
    Rust:IO> Applying config ...
    Rust:IO> Initializing database ...
    Rust:IO> Generating map image (this may take a while) ...
    Rust:IO> Generated map image: took 17680.5634 ms, 955027 bytes
    Rust:IO> Starting HTTP server on 0.0.0.0:28014 ...
    Rust:IO> Installed.
    Calling 'OnTick' on 'RustIO v2.12.0' took 18218ms
    Calling 'OnTick' on 'RustIO v2.12.0' took average 0ms
    Kicking 82.56.126.13:65248/76561197995771794/derezzed - their protocol is 1964 not 1965
    Rust:IO> External IP address obtained from lookup: 176.31.255.148
    Invalid Position: generic_world[30557576] (-0.6, -5030.7, 0.1) (destroying)
    Invalid Position: generic_world[30554073] (0.1, -5033.2, -1.0) (destroying)
    Invalid Position: generic_world[30553211] (0.1, -5028.7, 16.3) (destroying)
    Invalid Position: generic_world[30557259] (13.9, -5031.5, 22.1) (destroying)
    79.35.187.66:60600/76561198275552768/matthewcatcap joined [windows/76561198275552768]
    Calling 'OnTick' on 'RustIO v2.12.0' took 5098ms [GARBAGE COLLECT]
    Calling 'OnTick' on 'RustIO v2.12.0' took average 5104ms
    oxide.unload RustIO
    Uninstalling Rust:IO ...
    Rust:IO> Uninstalling ...
    Rust:IO> Stopping server ...
    Rust:IO> Removing listeners ...
    Rust:IO> Performing maintenance ...
    Rust:IO> Closing database ...
    Rust:IO> Uninstalled.
    Unloaded plugin Rust:IO for Oxide v2.12.0 by playrust.io / dcode
    [..]
    version
    Protocol: 1965
    Build Version: 1170.8
    Build Date: Thursday, February 23, 2017 7:14:03 PM
    Unity Version: 5.4.2f2
    Changeset: 19337
    Branch: /main
    Oxide Version: 2.0.3083
    oxide.version
    Protocol: 1965
    Build Version: 1170.8
    Build Date: Thursday, February 23, 2017 7:14:03 PM
    Unity Version: 5.4.2f2
    Changeset: 19337
    Branch: /main
    Oxide Version: 2.0.3083>
    RustIO was slowing down the server so i unloaded it sucessfully
     
    Last edited by a moderator: Feb 23, 2017
  4. Problem solved:

    chmod -R 777 Managed

    and server restart

    Thanks for your attention
    Keep up the good work
     
  5. I don't even see the csharpcompiler files in the latest Oxide download. So Oxide isn't loading.
     
  6. Wulf

    Wulf Community Admin

    See the Release Changelog, it isn't bundled anymore. If you are having issues, check your oxide/logs for errors.
     
  7. Here are the errors I'm getting. The errors at the end repeat for each plugin.....
    Code:
    [SERVER v1.0.24] Started as service
    [SERVER v1.0.24] Running as service
    [SERVER v1.0.24] Got Message: Ready
    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console: warning CS1701: Assuming assembly reference `Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' matches assembly `Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. You may need to supply runtime policy
    warning CS1702: Assuming assembly reference `protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67' matches assembly `protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67'. You may need to supply runtime policy
    AutoGrades.cs(80,8): warning CS0114: `Oxide.Plugins.AutoGrades.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\bluefang\servers\server17489\Oxide.Core.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(84,26): warning CS0108: `Oxide.Plugins.DeathNotes.LogToFile' hides inherited member `Oxide.Plugins.CSharpPlugin.LogToFile(string, string, Oxide.Core.Plugins.Plugin)'. Use the new keyword if hiding was intended
    C:\bluefang\servers\server17489\Oxide.Core.CSharp.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(660,14): warning CS0114: `Oxide.Plugins.DeathNotes.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\bluefang\servers\server17489\Oxide.Core.dll (Location of the symbol related to previous warning)
    HeliRide.cs(42,14): warning CS0114: `Oxide.Plugins.HeliRide.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\bluefang\servers\server17489\Oxide.Core.dll (Location of the symbol related to previous warning)
    SignArtist.cs(311,14): warning CS0114: `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
     
  8. Wulf

    Wulf Community Admin

    None of those are errors.
     
  9. That's the only file I have under Oxide/logs with todays date... other than the one that shows when I shut down the server, which shows all the plugin unloading. While watching RCON at boot I don't ever see Oxide loading. So I assume it can't make a log if it's not loaded.
     
  10. Wulf

    Wulf Community Admin

    I'd suggest shutting the server down and make sure to install after running any updates.
     
  11. My usual method that bluefang server provider has me do is stop server, update Rust on server, copy files from oxidezip file, and then restart. This has worked fine for the past two months. Will try same process again. Sorry to be a bother, I've added a small donation for your troubles.
     
  12. Wulf

    Wulf Community Admin

    Where did you download Oxide from?
     
  13. From Oxide for Rust | Oxide

    I just shutdown and downloaded the newest oxide you just released a few minutes ago and RCON is showing the plugins loading now. Will login and check the rest. Thanks!