1. I updated my Rust Oxide to 1909 and it seem to be unable to load all my plugins.
    same problem with 1911.
    Plugins are all up2date.
    Code:
    19:38 [Warning] Ignored obsolete game extension reference 'Oxide.Ext.Rust' in plugin 'Give'
    19:38 [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='/home/tcagame_svc16143/stevey/16143/CSharpCompiler', CommandLine='/service /logPath:/home/tcagame_svc16143/stevey/16143/server/my_server_identity/oxide/logs', CurrentDirectory='')
    19:38 [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
    19:38 [Error] BlueprintManager plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] Fishing plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] GatherManager plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] Give plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] NightLantern plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] NoDecay plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
    19:38 [Error] StackSizeController plugin failed to compile!
    19:38 [Error] Compiler couldn't be started.
     
  2. Wulf

    Wulf Community Admin

    You don't have permissions set properly on the compiler.

    chmod +x CSharpCompiler
     
    Last edited: May 1, 2016
  3. theyre all set to 777, I've checked the ftp.
     
  4. Wulf

    Wulf Community Admin

    The error means that either something is preventing the compiler from starting, else it isn't executable. Neither are from the update, it's a host setup issue.
     
  5. is there an updated version of the compiler binary ?
     
  6. Wulf

    Wulf Community Admin

    The compiler hasn't been updated in nearly 4 months or more. The only times it is updated is when we want to update Mono, or if there is a change we make in Oxide where it needs it (there hasn't been).