1. Hi!
    I just updated Rust and Oxide!
    The plugins failed to compile! (Compiler Error)
    The error:
    Code:
    [Error] Exception while starting compiler: (Win32Exception: ApplicationName='/home/rust/Serv/CSharpCompiler', CommandLine='/service /logPath:/home/rust/Serv/server/{my_server_identity}/oxide/logs', CurrentDirectory='')(21:53:40) | [Oxide] 20:55 [Debug] at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0

    I re-updated the servr, re-downloaded the Oxide, overwrited the files, same error!

    Oxide 2.0.2112 for Rust 925.64 (1381)
     
  2. Wulf

    Wulf Community Admin

    You need to set the CSharpCompiler as executable, this is standard for Linux.

    Via SSH:
    Code:
    chmod +x CSharpCompiler
    or via FTP set the permissions to 755 or 777.
     
  3. Ok! Thanks!