Hey,
I'm wondering what plugins are compatible with linux builds of rust server?
Tried out 2 different plugins (DeathNotices & BetterChat) And both can't compile?
from logs:Code:(14:43:23) | [Oxide] 3:43 PM [Error] Exception while starting compiler: (Win32Exception: ApplicationName='/home/rust/serverfiles/CSharpCompiler', CommandLine='/service /logPath:/home/rust/serverfiles/server/rust-server/oxide/logs', CurrentDirectory='')(14:43:23) | [Oxide] 3:43 PM [Error] BetterChat plugin failed to compile!(14:43:23) | [Oxide] 3:43 PM [Error] Compiler couldn't be started.
To me it looks like a windows compiler trying to run on linux so am I doing something wrong? or is it just not supported yet?Code:3:42 PM [Error] Exception while starting compiler: (Win32Exception: ApplicationName='/home/rust/serverfiles/CSharpCompiler', CommandLine='/service /logPath:/home/rust/serverfiles/server/rust-server/oxide/logs', CurrentDirectory='') 3:42 PM [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 3:42 PM [Error] DeathNotes plugin failed to compile! 3:42 PM [Error] Compiler couldn't be started. 3:43 PM [Error] Exception while starting compiler: (Win32Exception: ApplicationName='/home/rust/serverfiles/CSharpCompiler', CommandLine='/service /logPath:/home/rust/serverfiles/server/rust-server/oxide/logs', CurrentDirectory='') 3:43 PM [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 3:43 PM [Error] BetterChat plugin failed to compile! 3:43 PM [Error] Compiler couldn't be started.
Running Debian 8.
Solved Exception while starting compiler with Linux
Discussion in 'Rust Discussion' started by Gav, Feb 24, 2016.
-
All plugins should be compatible with Linux, just Oxide isn't.
The Downloads page states:
Code:Compatibility Windows 64-bit Desktop (Vista/7/8.1/10) Windows 64-bit Server (2008/2012) Wine for Linux (1.7.30+)
-
-
The plugins themselves should work with Mono, so it'd be something wrong with Oxide.
Have you tried interpreted plugins, like m-Teleportation for Lua or notifier for Python?
If they don't work either then Oxide for Linux and Rust might not be fully done yet. -
and I have to run to work So I'll look into it later.
-
Wulf Community Admin
-
So simple it's embarrassing, thx!