1. Updated as normal tonight all seemed good but oxide was not loading plugins.
    I ftp the latest build from bintray releases and still not working then i uninstalled oxide and reinstalled.
    Tried the 'Newtonsoft.Json.dll' fix mentioned (but i reckon the file in the release is up to date anyway) but still plugins wont load.I can run version and build 1191.73.protocol 1975 oxide version 2.0.3149.Some errors here :

    22:18 [Info] Loading plugins...
    22:18 [Info] Loaded plugin Unity Core v2.0.3149 by Oxide Team
    22:18 [Info] Loaded plugin Rust v2.0.3149 by Oxide Team
    22:20 [Info] Loading Oxide Core v2.0.3149...
    22:20 [Info] Loading extensions...
    22:20 [Info] Loaded extension CSharp v2.0.3149 by Oxide Team
    22:20 [Error] Failed to load extension Oxide.Core.JavaScript (MissingMethodException: Method not found: 'Oxide.Core.VersionNumber..ctor'.)
    22:20 [Stacktrace] at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [0x00000] in <filename unknown>:0
    22:20 [Error] Failed to load extension Oxide.Core.Lua (MissingMethodException: Method not found: 'Oxide.Core.VersionNumber..ctor'.)
    22:20 [Stacktrace] at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [0x00000] in <filename unknown>:0
    22:20 [Info] Loaded extension MySql v2.0.3149 by Oxide Team
    22:20 [Info] Loaded extension Python v2.0.3065 by Oxide Team
    22:20 [Info] Loaded extension SQLite v2.0.3149 by Oxide Team
    22:20 [Info] Loaded extension Unity v2.0.3149 by Oxide Team
    22:20 [Info] Loaded extension Rust v2.0.3149 by Oxide Team
    22:20 [Info] Using Covalence provider for game 'Rust'


    kinda baffled any ideas?
     
  2. Wulf

    Wulf Community Admin

    To start with, remove or update the Lua and JavaScript extensions. After that, restart the server and check the logs.
     
  3. logs look cleaner now but still not loading plugins ? deleted Oxide.Core.Lua.dll & Oxide.Core.JavaScript.dll

    22:29 [Info] Protocol: 1975
    Build Version: 1191.73
    Build Date: Thursday, March 16, 2017 5:36:31 PM
    Unity Version: 5.4.2f2
    Changeset: 19742
    Branch: /main
    Oxide Version: 2.0.3149
    22:48 [Info] Loading Oxide Core v2.0.3149...
    22:48 [Info] Loading extensions...
    22:48 [Info] Loaded extension CSharp v2.0.3149 by Oxide Team
    22:48 [Info] Loaded extension MySql v2.0.3149 by Oxide Team
    22:48 [Info] Loaded extension Python v2.0.3065 by Oxide Team
    22:48 [Info] Loaded extension SQLite v2.0.3149 by Oxide Team
    22:48 [Info] Loaded extension Unity v2.0.3149 by Oxide Team
    22:48 [Info] Loaded extension Rust v2.0.3149 by Oxide Team
    22:48 [Info] Using Covalence provider for game 'Rust'
    22:48 [Info] Loading plugins...
    22:48 [Info] Loaded plugin Unity Core v2.0.3149 by Oxide Team
    22:48 [Info] Loaded plugin Rust v2.0.3149 by Oxide Team
     
  4. Wulf

    Wulf Community Admin

    Are those the actual logs or output from the console?
     
  5. actual logs from myserveridentity\oxide\logs\
    here are console logs :
    Code:
    (22:49:21) | AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2015(22:49:23) | Map Spawned 27235 entities(22:49:23) | Missing EnvSync - creating(22:49:23) | Missing CommunityEntity - creating(22:49:23) | Missing ResourceDepositManager - creating(22:49:24) | Initializing 27256 entity links(22:49:24) | Initializing 150 stability supports(22:49:24) | Connected to Steam(22:49:25) | Server startup complete(22:49:40) | Command 'shutdown' not found(22:55:01) | [10.6s] Spawning World(22:55:01) | [0.7s] Terrain Mesh(22:55:03) | [1.2s] Wire Meshes(22:55:03) | [2.0s] Procedural Generation(22:55:03) | Couldn't load server/my_server_identity/proceduralmap.4000.135826.142.map.sav - file doesn't exist(22:55:23) | AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2015(22:55:25) | Map Spawned 27261 entities(22:55:25) | Missing EnvSync - creating(22:55:25) | Missing CommunityEntity - creating(22:55:25) | Missing ResourceDepositManager - creating(22:55:25) | Initializing 27282 entity links(22:55:25) | [](22:55:25) | server.description: "blah blah"(22:55:26) | Initializing 150 stability supports(22:55:26) | Connected to Steam(22:55:26) | Server startup complete
     
  6. Wulf

    Wulf Community Admin

    And you have the plugins installed under server/my_server_identity/oxide/plugins?
     
  7. no under myserver\oxide
    the plugins are in correct place it all worked perfectly before tonights update :(
     
  8. Wulf

    Wulf Community Admin

    According to your log, your +server.identity is set to my_server_identity, not myserver.
     
  9. It must of disassociated with my original plugins folder when i reinstalled oxide - how do i fix that? or just drag them files all over there?
     
  10. Wulf

    Wulf Community Admin

    If your server.identity changed (this is set by you or your host in the startup), you'd have to either change it back or move the plugins to the new location.
     
  11. This is exactly what happened many thanks as always Wulf much appreciated :)