Hello,
When i trying to upload any files i get this error: "Compiler couldn't be started."
Full log:
I use Ubuntu 15.04 Server 64 bitCode:[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.
What should i do?
[DOUBLEPOST=1469281558][/DOUBLEPOST]Now i found a resolve:
I installed the mono-gmcs:
And make the compiler executableCode:sudo apt-get install mono-gmcs
Code:chmod +x CSharpCompiler
Solved Compiler couldn't be started (not set as executable)
Discussion in 'Rust Discussion' started by eXtremeNoN, Jul 23, 2016.