1. Windows Server 2012 R2 x64 Datacenter Edition (Running @ hexacore & 32 GB RAM (need more info?) has this issue too, however this new CSharp replacement works well!
     
  2. Wulf

    Wulf Community Admin

    PS. The latest snapshots have the same compiler. ;)
     
  3. @Wulf I have problem with compiling all plugins with .cs
    LOGS:
    compiler

    oxide log:
    Im using wine 1.7 and ubuntu 14.04
     
  4. Wulf

    Wulf Community Admin

    Are you still having the issue? A lot of fixes were made for the compiler in the recent builds.
     
  5. I know I am. Ubuntu 12.04 x64, using Wine and the most recent version of Oxide.

    Code:
    > oxide.load WhiteList
    [Oxide] 5:48 AM [Error] Failed to load plugin 'WhiteList' (no source found)
    > oxide.load Whitelist
    [Oxide] 5:48 AM [Error] Exception while starting compiler:  (Win32Exception: ApplicationName='Z:\home\steam\rust\CSharpCompiler.exe', CommandLine='/service /logPath:Z:\home\steam\rust\server\minouche\oxide\logs', CurrentDirectory='')
    [Oxide] 5:48 AM [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] 5:48 AM [Error] Whitelist plugin failed to compile!
    [Oxide] 5:48 AM [Error] Compiler couldn't be started.
    Also, thanks for all your hard work.
     
  6. Wulf

    Wulf Community Admin

    Make sure the compiler is has the execute permission with chmod.
     
  7. chmod +x CSharpCompiler.exe, same error :(

    Also, for the sake of thoroughness:
    Code:
    [Oxide] 6:00 AM [Info] Oxide version: 2.0.1740, Rust version: 1346.113.1
     
  8. Wulf

    Wulf Community Admin

    Ahh, Wine... If it still isn't starting, I'd try making sure that it is fully updated, including the compiler and all dependencies. The error is that Oxide is failing to start the compiler, either due to an OS permission restriction or interference from another program on the system.
     
  9. Fixed it by updating Wine! Apparently, Ubuntu 12.04 stopped getting package updates at Wine 1.7.18 and the DLL needed by the compiler didn't start getting packaged with Wine until 1.7.30. Added an unstable PPA and updated to 1.8. All is well.

    In case someone else is having the same problem:
    Code:
    sudo add-apt-repository ppa:ricotz/unstable
    sudo apt-get install wine
     
  10. hi, im getting an error with all C# plugins:(
    http://oi63.tinypic.com/t0tbh4.jpg

    Here's the log of Oxide
    Code:
    7:45 PM [Info] Loading Oxide Core v2.0.1748...
    7:45 PM [Info] Loading extensions...
    7:45 PM [Info] Loaded extension CSharp v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension JavaScript v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Lua v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension MySql v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Python v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension SQLite v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Unity v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Rust v1.0.1748 by Oxide Team
    7:45 PM [Debug] Cleanup file: D:\Descargas (D)\Rust Experimental v1336 Server RUSTEO.COM\mono-2.0.dll
    7:45 PM [Debug] Cleanup file: D:\Descargas (D)\Rust Experimental v1336 Server RUSTEO.COM\msvcr120.dll
    7:45 PM [Info] Using Covalence provider for game 'Rust'
    7:45 PM [Info] Loading plugins...
    7:45 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    7:45 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    7:45 PM [Info] Loaded plugin Auth Level v0.2.3 by Wulfspider
    7:45 PM [Info] Loaded plugin Auto Broadcast v0.2.0 by Taffy
    7:45 PM [Info] Loaded plugin Teleportation System v1.4.23 by Mughisi
    7:45 PM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.Rust' in plugin 'Give'
    7:45 PM [Error] AntiCheat plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] AutoDoors plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BetterChat plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BetterSay plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BlueprintManager plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Clans plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] DeathNotes plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Fishing plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] GatherManager plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Give plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Godmode plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] InfoPanel plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] InventoryViewer plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] PopupNotifications plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] RemoverTool plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] ZLevelsRemastered plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Info] Loading Oxide Core v2.0.1748...
    7:45 PM [Info] Loading extensions...
    7:45 PM [Info] Loaded extension CSharp v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension JavaScript v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Lua v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension MySql v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Python v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension SQLite v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Unity v1.0.1748 by Oxide Team
    7:45 PM [Info] Loaded extension Rust v1.0.1748 by Oxide Team
    7:45 PM [Debug] Cleanup file: D:\Descargas (D)\Rust Experimental v1336 Server RUSTEO.COM\mono-2.0.dll
    7:45 PM [Debug] Cleanup file: D:\Descargas (D)\Rust Experimental v1336 Server RUSTEO.COM\msvcr120.dll
    7:45 PM [Info] Using Covalence provider for game 'Rust'
    7:45 PM [Info] Loading plugins...
    7:45 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    7:45 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    7:45 PM [Info] Loaded plugin Auth Level v0.2.3 by Wulfspider
    7:45 PM [Info] Loaded plugin Auto Broadcast v0.2.0 by Taffy
    7:45 PM [Info] Loaded plugin Teleportation System v1.4.23 by Mughisi
    7:45 PM [Error] AntiCheat plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] AutoDoors plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BetterChat plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BetterSay plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] BlueprintManager plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Clans plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] DeathNotes plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Fishing plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] GatherManager plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] Godmode plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] InfoPanel plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] InventoryViewer plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] PopupNotifications plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] RemoverTool plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:45 PM [Error] ZLevelsRemastered plugin failed to compile!
    7:45 PM [Error] Compiler closed.
    7:46 PM [Info] m-Teleportation: To limit Homes to only be set on foundations owned by the player the plugin `Building Owners` is required!
    7:46 PM [Info]                  This plugin can be downloaded at http://forum.rustoxide.com/plugins/building-owners.682/
    7:46 PM [Info]                  The owner check has temporarily been disabled to prevent problems.
    7:46 PM [Info] m-Teleportation: To allow Homes to be set on foundations owned by friends of the player the plugin `Friends API` is required!
    7:46 PM [Info]                  This plugin can be downloaded at http://forum.rustoxide.com/plugins/friends-api.686/
    7:46 PM [Info]                  The friends check has temporarily been disabled to prevent problems.
    
    and here's the error log

    Code:
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] AntiCheat plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] AutoDoors plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] BetterChat plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] BetterSay plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] BlueprintManager plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Clans plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] DeathNotes plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Fishing plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] GatherManager plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Godmode plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] InfoPanel plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] InventoryViewer plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] PopupNotifications plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] RemoverTool plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] ZLevelsRemastered plugin failed to compile!
    [1/30/2016 7:54:15 PM] [Oxide] 7:54 PM [Error] Compiler closed.
    
    I tried using Windows 10, i've also tried using Windows 7 Ultimate, and made a lot of things (installed so much things, and dll), but i cant solve this problem, i don't what it could be, i think it's a CSharpCompiler error, or maybe im missing a dll, help please:(!
     
  11. Wulf

    Wulf Community Admin

    Remove the symbols from your path, Mono has issues with those.
     
  12. I've already done that, but the problem persists:(
    [DOUBLEPOST=1454280045,1454222156][/DOUBLEPOST]
    help pls;(
     
  13. Wulf

    Wulf Community Admin

    Aside from the Oxide not being fully updated, symbols being in the path, or a program stopping the compiler from starting, there isn't anything else I can think of that would fix it. I'd recommend double-checking those.
     
  14. which program could be stopping the compiler?
     
  15. Wulf

    Wulf Community Admin

    Any anti-virus software on the server? Anything that scans programs or requires permissions before running?
     
  16. nothing, i tried deactivating Windows Defender, adding to exclusions, and closing a lot of process on the taskmanager, but i can't make it work.

    is there another requierement to start the compiler? like C++, etc (i already have C++), thanks Wulf.
     
  17. Wulf

    Wulf Community Admin

    There shouldn't be any other requirements. Are you able to run the CSharpCompiler.exe directly?
     
  18. no, im not, right after opening the cmd, it closes

    in another PC, while im opening the bat file, it says that CSharpCompiler stopped working, but in a third pc, it works, i dont know what to do :S
     
  19. Wulf

    Wulf Community Admin

    It won't stay open if you run it directly, it would if you start it manually via a .bat or cmd window. This is only for testing though. Could you upload your logs from each server?
     
  20. I was having a problem with CSharpCompiler (no plugin .cs would load, manually or at startup), already had updated to recent version of Oxide, only solved with the CSharpCompiler that Wulf attached to this thread.

    So I shouldn't update my CSharpCompiler on next releases?

    Win 10 Pro 64bits here