1. the old version doesnt work tho, it just gives you the
    [Error] Error while compiling:
    instead of
    [Error] Error while compiling: compiler v0.0.0.0 disconnected

    be my guest on trying it out yourself, thats an old compiler version
     
    Last edited by a moderator: Aug 18, 2017
  2. Plugin load directory oxide/plugins

    ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/ghost/server/CSharpCompiler.x86_x64', CurrentDirectory=''

    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

    Error while compiling: compiler v0.0.0.0 disconnected
     
  3. Wulf

    Wulf Community Admin

    Okay, so your issue is the same as mentioned here: Fixed - FileNotFoundException: CSharpCompiler | Page 4 | Oxide.
     
  4. It's working with older version for me.
    The new one has to be broken, 100%.
     
  5. Use binary transfer when uploading file by FTP client.
    And don't forget about chmod +x permission.
     
  6. Wulf

    Wulf Community Admin

    For those on Linux still having issues, please try the latest Oxide build (2.0.3415 or higher). I'd suggest deleting any files you manually downloaded as a "fix" before attempting to run it as well just to make sure it's fully updated.
     
  7. Updated to 2.0.3415 with same exact error. was on 2.0.3411 prior.
     
  8. Wulf

    Wulf Community Admin

    Which error exactly?
     
  9. i am having same issue
     
    Last edited by a moderator: Aug 18, 2017
  10. propitki to run the plugin on one of Tokaj > oxide.reload LustyMap
    ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/tcagame/tnbdatrg/10809/CSharpCompiler.x86_x64', CurrentDirectory=''
    User running server may not have access to all service files
    ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/tcagame/tnbdatrg/10809/CSharpCompiler.x86_x64', CurrentDirectory=''
    Error while compiling: compiler v0.0.0.0 disconnected
    Error while compiling: compiler v0.0.0.0 disconnected
     
  11. Hi, i running on Ubuntu and Debian last versions both with same error, in CSharpCompiler.x86_x64 fail to load (disconected)

    First time i execute the error "Missing libmonosgen-2.0.so" Comes and i install it, but after exec this error shows:
    Code:
    rustserver@vps3117g4f:~/serverfiles$ ./CSharpCompiler.x86_x64Native stacktrace:        /usr/lib/libmonosgen-2.0.so.1(+0xd3d9a) [0x7f3d3bf5fd9a]
            /usr/lib/libmonosgen-2.0.so.1(+0x3fa2f) [0x7f3d3becba2f]
            /lib/x86_64-linux-gnu/libc.so.6(+0x350e0) [0x7f3d3bb160e0]
            /usr/lib/libmonosgen-2.0.so.1(+0x2180b4) [0x7f3d3c0a40b4]
            /usr/lib/libmonosgen-2.0.so.1(+0x2187a8) [0x7f3d3c0a47a8]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cc99) [0x7f3d3c098c99]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cea3) [0x7f3d3c098ea3]
            /usr/lib/libmonosgen-2.0.so.1(+0x20ea3c) [0x7f3d3c09aa3c]
            /usr/lib/libmonosgen-2.0.so.1(+0x20f74b) [0x7f3d3c09b74b]
            /usr/lib/libmonosgen-2.0.so.1(+0x2130f8) [0x7f3d3c09f0f8]
            /usr/lib/libmonosgen-2.0.so.1(+0x229ea2) [0x7f3d3c0b5ea2]
            /usr/lib/libmonosgen-2.0.so.1(+0x22ab64) [0x7f3d3c0b6b64]
            /usr/lib/libmonosgen-2.0.so.1(+0x1bb773) [0x7f3d3c047773]
            /usr/lib/libmonosgen-2.0.so.1(mono_runtime_init+0x121) [0x7f3d3c061c61]
            /usr/lib/libmonosgen-2.0.so.1(+0x4085e) [0x7f3d3becc85e]
            /usr/lib/libmonosgen-2.0.so.1(mono_main+0x293) [0x7f3d3bf34b63]
            ./CSharpCompiler.x86_x64() [0x400c3d]
            /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f3d3bb02b45]
            ./CSharpCompiler.x86_x64() [0x400819]Debug info from gdb:=================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================
    Aborted


    if i remove the monolib package i get this error

    Code:
    root@vps3117g4f:/home/rustserver/serverfiles# ./CSharpCompiler.x86_x64
    ./CSharpCompiler.x86_x64: error while loading shared libraries: libmonosgen-2.0.so.1: cannot open shared object file: No such file or directory
    
     
    Last edited by a moderator: Aug 18, 2017
  12. ANy way to have a download link from old CSharpCompiler.x86_x64 to make tests ?
     
  13. Wulf

    Wulf Community Admin

    If anyone would like to test the old vs. the new, I've attached them below. Make sure to extract and overwrite ALL files included with the zip. Permissions also need to be set as executable for the user running the server.
     
  14. Thanks for the old compiler you just provided with your recent post. I just tried it on my hosted linux server. Still the same compiler problem.
    Code:
    23:09 [Info] Loading Oxide Core v2.0.3415...
    23:09 [Info] Loading extensions...
    23:09 [Info] Loaded extension CSharp v2.0.3415 by Oxide Team
    23:09 [Info] Loaded extension MySql v2.0.3415 by Oxide Team
    23:09 [Info] Loaded extension SQLite v2.0.3415 by Oxide Team
    23:09 [Info] Loaded extension Unity v2.0.3415 by Oxide Team
    23:09 [Info] Loaded extension Rust v2.0.3415 by Oxide Team
    23:09 [Info] Using Covalence provider for game 'Rust'
    23:09 [Info] Loading plugins...
    23:09 [Info] Loaded plugin Unity v2.0.3415 by Oxide Team
    23:09 [Info] Loaded plugin Rust v2.0.3415 by Oxide Team
    23:09 [Error] ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/zapxx1xxx/g1xxxx/rust-oxide/CSharpCompiler.x86_x64', CurrentDirectory=''
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    23:09 [Warning] User running server may not have access to all service files
    23:09 [Error] ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/zapxx1xxx/g1xxxx/rust-oxide/CSharpCompiler.x86_x64', CurrentDirectory=''
    Permissions are set correctly.
     
    Last edited by a moderator: Aug 18, 2017
  15. still getting the same error @Wulf and I have removed all the libs I installed when trying to get it work, still got the 777 permission on all files and folders.

    00:27 [Info] Loading Oxide Core v2.0.3415...
    00:27 [Info] Loading extensions...
    00:27 [Info] Loaded extension CSharp v2.0.3415 by Oxide Team
    00:27 [Info] Loaded extension MySql v2.0.3415 by Oxide Team
    00:27 [Info] Loaded extension SQLite v2.0.3415 by Oxide Team
    00:27 [Info] Loaded extension Unity v2.0.3415 by Oxide Team
    00:27 [Info] Loaded extension Rust v2.0.3415 by Oxide Team
    00:27 [Info] Using Covalence provider for game 'Rust'
    00:27 [Info] Loading plugins...
    00:27 [Info] Loaded plugin Unity v2.0.3415 by Oxide Team
    00:27 [Info] Loaded plugin Rust v2.0.3415 by Oxide Team
    00:27 [Error] ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/desktop/battlefield/serverfiles/CSharpCompiler.x86_x64', CurrentDirectory=''
    00:27 [Warning] User running server may not have access to all service files
    00:27 [Error] ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/desktop/battlefield/serverfiles/CSharpCompiler.x86_x64', CurrentDirectory=''
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected
    00:27 [Error] Error while compiling: compiler v0.0.0.0 disconnected


    I also tried the old one and Im getting the earlier error with that one

    00:34 [Info] Loading Oxide Core v2.0.3415...
    00:34 [Info] Loading extensions...
    00:34 [Info] Loaded extension CSharp v2.0.3415 by Oxide Team
    00:34 [Info] Loaded extension MySql v2.0.3415 by Oxide Team
    00:34 [Info] Loaded extension SQLite v2.0.3415 by Oxide Team
    00:34 [Info] Loaded extension Unity v2.0.3415 by Oxide Team
    00:34 [Info] Loaded extension Rust v2.0.3415 by Oxide Team
    00:34 [Info] Using Covalence provider for game 'Rust'
    00:34 [Info] Loading plugins...
    00:34 [Info] Loaded plugin Unity v2.0.3415 by Oxide Team
    00:34 [Info] Loaded plugin Rust v2.0.3415 by Oxide Team
    00:34 [Error] Error while compiling:
    00:34 [Error] Error while compiling:
    00:34 [Error] Error while compiling:
    00:34 [Error] Error while compiling:

    wierd tho its still running oxide as its the 3415 version or I assume in the old csharpcompiler its still with the latest version of oxide?

    its kind of wierd that the old version doesnt give me the lack of permission on service but I still get error while compiling
     
    Last edited by a moderator: Aug 18, 2017
  16. For some strange reason, the system cant find the dependency libmonoboehm-2.0.so.1, see below
    Code:
    ./CSharpCompiler.x86_x64
    ./CSharpCompiler.x86_x64: error while loading shared libraries: libmonoboehm-2.0.so.1: cannot open shared object file: No such file or directory
    
    I already have created the x86/x64 folders with libmonoboehm-2.0.so.1, already put libmonoboehm-2.0.so.1 in serverfiles, nothing helps still cant find libmonoboehm-2.0.so.1
     
  17. Wulf

    Wulf Community Admin

    You aren't supposed to run the compiler directly. That file is provided to the compiler through Oxide alone. That file is included with every Oxide download as well as the old files provided above.
    [DOUBLEPOST=1503096685,1503096641][/DOUBLEPOST]
    If you still have issues with the old files, then it's a server setup issue/permissions issue. Nothing has changed with the compiler or how plugins are compiled. You can either use the files I uploaded here (ALL of them), or use what the latest build provides and by deleting the CSharpCompiler that you already have.
     
  18. :/ Im sorry but I doubt it somehow, Im changing my permissions to 777 on all the folders on the user Im using it on everytime I change something or else it tells me directly that it doesnt work because of either ownership problem or permission problem. why would something like this occur right after a patch and be a permission problem on my side, when it hasnt been any problem like this before the patch on any of my 4 servers Ive been running, I get the same error on all 4 of them, seperate users, all with the 777 permission to the correct server folders. I bet there will be more people still having the same issue even with this new patch :/ I know your doing your best wulf, I honor the work you put in to all this. respect to you man
     
  19. I'm no linux god, but try "chown-r user path/to/rust/server"
     
    Last edited by a moderator: Aug 19, 2017