1. Hi

    Now we can download Linux Oxide 2.0.2035 for Rust 918.72 (1380). But now we have 918.73 Rust. When we expect new oxide for linux?

    I can't compile plugins.

    Code:
    09:11 [Info] Loading Oxide Core v2.0.2035...
    09:11 [Info] Loading extensions...
    09:11 [Info] Loaded extension CSharp v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension JavaScript v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension Lua v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension MySql v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension Python v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension SQLite v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension Unity v1.0.2035 by Oxide Team
    09:11 [Info] Loaded extension Rust v1.0.2035 by Oxide Team
    09:11 [Info] Using Covalence provider for game 'Rust'
    09:11 [Info] Loading plugins...
    09:11 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    09:11 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    09:31 [Info] Loading Oxide Core v2.0.2035...
    09:31 [Info] Loading extensions...
    09:31 [Info] Loaded extension CSharp v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension JavaScript v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension Lua v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension MySql v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension Python v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension SQLite v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension Unity v1.0.2035 by Oxide Team
    09:31 [Info] Loaded extension Rust v1.0.2035 by Oxide Team
    09:31 [Info] Using Covalence provider for game 'Rust'
    09:31 [Info] Loading plugins...
    09:31 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    09:31 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    09:31 [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='/home/rustserver/serverfiles/CSharpCompiler', CommandLine='/service /logPath:/home/rustserver/serverfiles/server/rust-server/oxide/logs', CurrentDirectory='')
    09:31 [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
    09:31 [Error] AirdropExtended plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] EnhancedHammer plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] FancyDrop plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] HelpText plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] NoDecay plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] NoWeaponDrop plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] QuarryLocks plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    09:31 [Error] ZLevelsRemastered plugin failed to compile!
    09:31 [Error] Compiler couldn't be started.
    
     
  2. Wulf

    Wulf Community Admin

    Oxide for Linux is automatically updated at the same time that the Windows build is, it's for the latest release version of Rust already.

    Your plugins not compiling is because you do not have CSharpCompiler set as executable.
    Code:
    chmod +x CSharpCompiler
     
  3. Wulf

    Wulf Community Admin

    The client build number is unrelated to the server version, they do not always match.
     
  4. I have fresh Rust server nad Oxide files. Can u tell me why compiler have problems with plugins?
     
  5. Wulf

    Wulf Community Admin

    I posted the reason in my first reply to you. ;)
     
  6. rly? Why now i must use 'chmod +x CSharpCompiler'?
    1 month ago I didn't have to use this command.
     
  7. Wulf

    Wulf Community Admin

    Any executables have to be set as executable on Linux if you want to run them. This has always been the case. The file comes with the correct permissions, but if it is being changed by your host or extracted to Windows and uploaded, that would be why it isn't already set.
     
  8. OK.
    Now it is working.
    You are great.
    Thanks for the quick reply :)