1. I have server on nitrado.
    Server is working normal but if i give plugins to: hurtworld->oxide->plugins they don't work.
    When I go into: hurtworld->oxide->logs->oxide_04-02-2016.txt i can see this:

    6:57 PM [Error] GiveItem plugin failed to compile!
    6:57 PM [Error] Compiler couldn't be started.
    6:57 PM [Error] BetterChat plugin failed to compile!
    6:57 PM [Error] Compiler couldn't be started.
    6:57 PM [Error] AFK plugin failed to compile!
    6:57 PM [Error] Compiler couldn't be started.
    6:57 PM [Error] Teleportation plugin failed to compile!
    6:57 PM [Error] Compiler couldn't be started.
    6:57 PM [Error] AdminTools plugin failed to compile!
    6:57 PM [Error] Compiler couldn't be started.

    What can I do to install plugins on this server?
     
  2. Compilation log please give.
     
  3. I am getting this same error with all my plugins

    EDIT: Fixed my problem nvm.
     
    Last edited by a moderator: Feb 5, 2016
  4. Code:
    System.Diagnostics.Process:Start ()
      at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0
    15:12 [Info] Loaded plugin Time Manager v0.0.4 by SkinN
    15:12 [Info]
    15:12 [Info] [Time Manager] * Loading default configuration file
    15:12 [Info] [Time Manager] --------------------------------------------------
    15:12 [Info] [Time Manager] * Time settings:
    15:12 [Info] [Time Manager] Day length set to 15 minute/s
    15:12 [Info] [Time Manager] Night length set to 7 minute/s
    15:12 [Info] [Time Manager] --------------------------------------------------
    15:12 [Error] BetterChat plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] HWClans plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] HurtStore plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] InventoryManager plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] Kits plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] Location plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] LootConfig plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] Teleportation plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
    15:12 [Error] WelcomeMessage plugin failed to compile!
    15:12 [Error] Compiler couldn't be started.
     
    Last edited by a moderator: Mar 21, 2016
  5. Are you running your server on Linux?
     
  6. yes ubunt
     
  7. Update your server by steam and download new oxide. Maybe this will help you.
     
  8. not working
    [DOUBLEPOST=1458573581][/DOUBLEPOST]but if Compiler couldn't be started why plugin time menager is working
     
  9. Maybe something with plugin?

    When does it started?
     
  10. Wulf

    Wulf Community Admin

    The CSharpCompiler needs permissions set with chmod +x (744 or 755 likely) via SSH or your FTP client if able. You may also need to install a few dependencies for Linux: apt-get install lib32gcc1 libstdc++6 libstdc++6:i386.