1. Hello,

    When i trying to upload any files i get this error: "Compiler couldn't be started."

    Full log:
    Code:
    [Oxide] 3:31 PM [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='/home/rustserver/serverfiles/CSharpCompiler', CommandLine='/service /logPath:/home/rustserver/serverfiles/server/my_server_identity/oxide/logs', CurrentDirectory='')
    [Oxide] 3:31 PM [Debug]   at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
      at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
      at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
      at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0
    [Oxide] 15:31 [Error] Kits plugin failed to compile!
    [Oxide] 15:31 [Error] Compiler couldn't be started.
    
    I use Ubuntu 15.04 Server 64 bit

    What should i do?
    [DOUBLEPOST=1469281558][/DOUBLEPOST]Now i found a resolve:

    I installed the mono-gmcs:
    Code:
    sudo apt-get install mono-gmcs
    And make the compiler executable
    Code:
    chmod +x CSharpCompiler
     
  2. Nvm, didn't see "Now i found a resolve".
     
    Last edited by a moderator: Jul 23, 2016