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.
Solved Exception while starting compiler (chmod +x not set)
Discussion in 'Rust Discussion' started by Nex97, May 1, 2016.
-
Wulf Community Admin
You don't have permissions set properly on the compiler.
chmod +x CSharpCompilerLast edited: May 1, 2016 -
theyre all set to 777, I've checked the ftp.
-
Wulf Community Admin
-
is there an updated version of the compiler binary ?
-
Wulf Community Admin