1. Code:
    17:08 [Error] Unable to check CSharpCompiler.x86_x64 for executable permission
    17:08 [Error] An exception was thrown by the type initializer for Mono.Unix.Native.Syscall
    17:08 [Error]   at Oxide.Plugins.PluginCompiler.CheckCompilerBinary () [0x00000] in <filename unknown>:0 
    17:08 [Error] Could not set CSharpCompiler.x86_x64 as executable, please set manually
    17:08 [Error] An exception was thrown by the type initializer for Mono.Unix.Native.Syscall
    17:08 [Error]   at Oxide.Plugins.PluginCompiler.CheckCompilerBinary () [0x00000] in <filename unknown>:0 
    
    Code:
    17:08 [Error] Failed to initialize plugin 'AdminTools v1.3.3' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.AdminTools.HealAll () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AdminTools.Loaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AdminTools.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0   
    17:08 [Info] Unloaded plugin AdminTools v1.3.3 by Noviets
    Code:
    17:08 [Error] Failed to initialize plugin 'Fly v1.1.3' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Fly.Loaded () [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.Fly.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 
    17:08 [Info] Unloaded plugin Fly v1.1.3 by Mughisi
    
    What happened?
     
  2. Wulf

    Wulf Community Admin

    The compiler has not changed in nearly a year, but that error just means that you are missing a dependency used to check if the compiler is executable, which generally means that it isn't. On a Linux system, the compiler needs to always be set as executable under the user running the server.

    For the plugin errors, please use their support threads.