1. Linux Ubuntu 14.04
    Code:
    03:19 [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='/home/steam/Steam/steamapps/common/rustdedicated/CSharpCompiler', CommandLine='/service /logPath:/home/steam/Steam/steamapps/common/rustdedicated/server/my_server_identity/oxide/logs', CurrentDirectory='')
    03:19 [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
     
    Last edited by a moderator: Mar 14, 2016
  2. Wulf

    Wulf Community Admin

    This isn't a crash, you do not have the compiler set as executable. You'd need to chmod +x it.
     
  3. Thanks.
     
  4. Hi,

    I come here for a problem with my rust server. I have a dedicated server linux, and i have installed oxide for linux, no problem. But when i would like to install a plugin, i have a error
    After a oxide.reload (it's the error message) :
    Code:
    [Oxide] 20:44 [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='/home/pd153899-ovh/14466/rust/CSharpCompiler', CommandLine='/service /logPath:/home/pd153899-ovh/14466/rust/server/jsitodedi/oxide/logs', CurrentDirectory='')
    [Oxide] 20:44 [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] 20:44 [Error] HeliControl plugin failed to compile!
    [Oxide] 20:44 [Error] Compiler couldn't be started.
    I don't know how to run or solved the problem i have try 2-3 times and failed, failed.
    Please help !
    Thanks
     
    Last edited by a moderator: Mar 14, 2016
  5. Wulf

    Wulf Community Admin

    chmod +x CSharpCompiler
     
  6. Ok, i executed this command, but after i obtained that when i retry to reload :
    [Oxide] 21:09 [Error] HeliControl plugin failed to compile!
    [Oxide] 21:09 [Error] Compiler disconnected.
     
  7. Wulf

    Wulf Community Admin

    apt-get install libc6

    or

    apt-get install lib32gcc1 libstdc++6 libstdc++6:i386
     
  8. I have already this Library, i need to reboot the dedicated server or other is needed ?
     
  9. Wulf

    Wulf Community Admin

  10. I search on the forum but i have already install this library if you will i can give log or other but please help me. It's for all plugin Csharpcompiler disconnected . And on the tutorial this problem is not process
     
  11. Wulf

    Wulf Community Admin

    I'm not familiar with it beyond the steps I gave, so I'd recommend checking those other threads with people who have used it on Linux.
     
  12. How can I do that?
    Thank you.
     
  13. Wulf

    Wulf Community Admin

    In shell/terminal on the server: chmod +x CSharpCompiler

    If you don't have access to that, then your host would need to.

    You may also be able to change the permission if you have full FTP access too.
     
  14. Ah thank you very much for the quick reply!
    I am using TCAdmin, so I hope I can change it there.

    So far, I´m getting this error: plugin failed to compile!
    [DOUBLEPOST=1462146608][/DOUBLEPOST]
    Okay so far, I haven´t found a way to do this my self :/
     
  15. Wulf

    Wulf Community Admin

    Do you see CSharpCompiler in your FTP client?