1. I had a problem with oxide mod. When im trying to add any plugin on my server there is a error "[Oxide] 16:45 [Error] Failed to load plugin 'Notifier' (no source found)" I reinstalled server two times and uploaded oxide one more time but it didnt helped me.
     
  2. Wulf

    Wulf Community Admin

    Are you trying to load it manually with a command? The only times you see that message is if you try to load a plugin by an invalid name, else it isn't accessible. It literally means that it can't find the source of a plugin by that name, "no source found."
     
  3. Hmm, im putting plugins from your site to server>rust>oxide>plugins. Everytime when im adding plugin there is a error in console (no source found). I was trying to reload them in console by oxide.reload Notifier but it doesnt do anything.
     
  4. Wulf

    Wulf Community Admin

    Could you upload your latest oxide/logs please? Also a screenshot of the plugins directory would be good.
     
  5. Code:
    17:11 [Info] Loading extensions...
    17:11 [Error] Cannot compile C# plugins. Unable to find CSharpCompiler!
    17:11 [Info] Loaded extension CSharp v1.0.2232 by Oxide Team
    17:11 [Info] Loaded extension JavaScript v1.0.2232 by Oxide Team
    17:11 [Error] Failed to load extension Oxide.Ext.Lua (DllNotFoundException: /home/s4425/pliki/RustDedicated_Data/Managed/x64/liblua52.so)
    17:11 [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaLNewState ()
      at KeraLua.Lua.LuaLNewState () [0x00000] in <filename unknown>:0
      at NLua.LuaLib.LuaLNewState () [0x00000] in <filename unknown>:0
      at NLua.Lua..ctor () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.LuaExtension.InitializeLua () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.LuaExtension.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [0x00000] in <filename unknown>:0
    17:11 [Info] Loaded extension MySql v1.0.2232 by Oxide Team
    17:11 [Info] Loaded extension Python v1.0.2232 by Oxide Team
    17:11 [Info] Loaded extension SQLite v1.0.2232 by Oxide Team
    17:11 [Info] Loaded extension Unity v1.0.2232 by Oxide Team
    17:11 [Info] Loaded extension Rust v1.0.2232 by Oxide Team
    17:11 [Info] Using Covalence provider for game 'Rust'
    17:11 [Info] Loading plugins...
    17:11 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    17:11 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    17:15 [Error] Failed to load plugin 'Notifier' (no source found)
    17:15 [Error] Failed to load plugin 'InfoPanel' (no source found)
    [DOUBLEPOST=1470237584][/DOUBLEPOST]One more ss of my main directory with everything.
     

    Attached Files:

    Last edited by a moderator: Aug 3, 2016
  6. Wulf

    Wulf Community Admin

    Okay, so what the issue is there, is that you're on a Linux server but likely have the Windows version of Oxide installed. You'd need to install the Linux version, and make sure that the CSharpCompiler is set to executable.
     
  7. Ohh, i didnt think about it. I was convinced that i bought server set on Windows. Im gonna edit this post if it will help me
     
  8. Wulf

    Wulf Community Admin

    The path in the error is what gives it away that it is Windows.
     
  9. Ok. This time is working. Thank you so much for this help!