1. My host is using linux and in the log i get this:

    Code:
    04:17 [Info] Loading Oxide Core v2.0.2588...
    04:17 [Info] Loading extensions...
    04:17 [Info] Loaded extension CSharp v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension JavaScript v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension Lua v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension MySql v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension Python v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension SQLite v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension Unity v1.0.2588 by Oxide Team
    04:17 [Info] Loaded extension Hurtworld v1.0.2588 by Oxide Team
    04:17 [Info] Using Covalence provider for game 'Hurtworld'
    04:17 [Info] Loading plugins...
    04:17 [Info] Loaded plugin Unity Core v1.0.2588 by Oxide Team
    04:17 [Info] Loaded plugin Hurtworld v1.0.2588 by Oxide Team
    4:39 AM [Error] Exception while resolving plugin references (UnauthorizedAccessException: Access to the path "/home/cosmin/Hurtworld/serverfiles/oxide/plugins/AdminTools.cs" is denied.)
    4:39 AM [Debug]   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
      at System.IO.File.OpenText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Compilation.CacheScriptLines (Oxide.Plugins.CompilablePlugin plugin) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Compilation+<Prepare>c__AnonStorey1.<>m__0 (System.Object _) [0x00000] in <filename unknown>:0
    04:40 [Error] Timed out waiting for plugin to be compiled: AdminTools
    04:41 [Error] Timed out waiting for plugin to be compiled: Stacksize
    04:43 [Error] Timed out waiting for plugin to be compiled: VehicleManager
    04:43 [Error] Timed out waiting for plugin to be compiled: CustomWipe
    04:44 [Error] Timed out waiting for plugin to be compiled: EasyStakes
    04:45 [Error] Timed out waiting for plugin to be compiled: HWClans
    04:45 [Error] Timed out waiting for plugin to be compiled: PrivateMessage
    04:46 [Error] Timed out waiting for plugin to be compiled: DoorControl
    04:46 [Error] Timed out waiting for plugin to be compiled: NoFallDmg
    04:46 [Error] Timed out waiting for plugin to be compiled: RemoveClaim
    04:47 [Error] Timed out waiting for plugin to be compiled: Reporting
    04:47 [Error] Timed out waiting for plugin to be compiled: AdvertMessages
    04:47 [Error] Timed out waiting for plugin to be compiled: Kits
    04:48 [Error] Timed out waiting for plugin to be compiled: Location
    04:50 [Error] Timed out waiting for plugin to be compiled: FastSmelt
    04:50 [Error] Timed out waiting for plugin to be compiled: GiveItem
     
  2. Wulf

    Wulf Community Admin

    The error implies that you do not have system permissions set properly, so the server/Oxide can't access the plugin or plugins folder. Make sure it is under the same user that you are running the server under, and that it has proper permissions.