Hello,
I have installed Rust server using gamemanager on Ubuntu 14.04 (rustserver: Rust |). Vanilla works fine, then i installed Oxide. Works kinda fine.
It doesn't want to load CSharpCompiler and any of the .cs plugins. I also have a problem using Rust:IO.
Does anybody know a solution to this?
I added the whole log down below.
Solved Cannot compile C# plugins. Unable to find CSharpCompiler (wrong build)
Discussion in 'Rust Discussion' started by Ghost555, Feb 29, 2016.
-
Attached Files:
-
-
Wulf Community Admin
You need to use the Linux build, not the normal build that is only meant for Windows.
https://github.com/OxideMod/Snapshots/raw/master/Oxide-Rust_Linux.zip
I'd also recommend reading Solved - Rust server on Linux natively | Oxide. -
[DOUBLEPOST=1456771187][/DOUBLEPOST]Code:Set current directory to /home/rustserver/serverfiles Found path: /home/rustserver/serverfiles/RustDedicated Mono path[0] = '/home/rustserver/serverfiles/RustDedicated_Data/Managed' Mono path[1] = '/home/rustserver/serverfiles/RustDedicated_Data/Mono' Mono config path = '/home/rustserver/serverfiles/RustDedicated_Data/Mono/etc'Aborted
Any help would be apreciated -
Wulf Community Admin
-
Sorry, should have posted it before.
Also, is there a console on the linux version?Attached Files:
-
-
Wulf Community Admin
Your previous errors are gone now, but your current issue now is that you need to make CSharpCompiler executable. You can do so using chmod +x on it. -
I don't even get a log file now.
This is all i get after i start the script
Code:loft11196:/home/rustserver# ./rustserver Usage: ./rustserver [option] Rust - Linux Game Server Manager - Version 230215 Set current directory to /home/rustserver/serverfiles Found path: /home/rustserver/serverfiles/RustDedicated Mono path[0] = '/home/rustserver/serverfiles/RustDedicated_Data/Managed' Mono path[1] = '/home/rustserver/serverfiles/RustDedicated_Data/Mono' Mono config path = '/home/rustserver/serverfiles/RustDedicated_Data/Mono/etc' loft11196:/home/rustserver/serverfiles#
-
Wulf Community Admin
-
I'll perform a clean install of rust and oxide and tell you how it is. Thank you for staying with me
[DOUBLEPOST=1456775514][/DOUBLEPOST]I made a clean install with the new Oxide files you provided and later on ran the chmod command. It works. I cannot thank you enough.
(Sent you a small donation)Last edited by a moderator: Feb 29, 2016