1. Hello I have a problem with oxide ,
    When I run the server Oxide does not work
    Sorry for my English ^^
    Code:
    16:19 [Debug] ExType: TypeInitializationException
    16:19 [Error] Failed to load extension Oxide.Core.CSharp (DllNotFoundException: /home/hwserver/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so)
    16:19 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0 
     
  2. Wulf

    Wulf Community Admin

    You need to set the compiler as executable, as your setup is somehow messing with the libraries we include that try to handle it automatically for you.

    chmod +x CSharpCompiler.x86
    chmod +x CSharpCompiler
     
  3. It does not work when I do it


    chmod +x CSharpCompiler.x86
    chmod +x CSharpCompiler
     
  4. Wulf

    Wulf Community Admin

    If you do not have SSH access to run those, then you'd need to set via FTP properties or contact your host. Once they are executable, you will not see the error you were having before.
     
  5. After doing this
    chmod +x CSharpCompiler.x86
    chmod +x CSharpCompiler

    I have to do what
    (Sorry for my English ^^ I'am French )
     
  6. Wulf

    Wulf Community Admin

    Where did you use those commands?
     

  7. upload_2017-5-8_4-34-56.png
     
  8. Wulf

    Wulf Community Admin

  9. Code:
    bf2@ns3027155:~$ chmod +x CSharpCompiler.x86
    chmod: cannot access ‘CSharpCompiler.x86’: No such file or directory
    bf2@ns3027155:~$ chmod +x CSharpCompiler
    chmod: cannot access ‘CSharpCompiler’: No such file or directory
     
  10. Wulf

    Wulf Community Admin

    Make sure you are under the right path where the compiler is located.
     
  11. Forgive me, but how?
     
  12. Wulf

    Wulf Community Admin