1. Hello i have updated my server and your mod Oxide Rust Linux 1941. This server roll on debian for more information... Before this update, all was ok and now all csharp plugin don't work. I try with one python plugin and it loaded correctly ....

    Log :
    In manuel or auto.
    Have you got one solution for that ?? it's a problem with the new version of Mod ?

    thanks for your answers ;)
     
  2. Wulf

    Wulf Community Admin

    More than likely permissions are not setup properly in your server's directory, and the compiler is not able to access some. You can test by setting everything to 755 using chmod.

    Nothing changed with the updates that would affect this, nothing changed with how plugins load at all either.
     
  3. it's already like that :)
     
  4. Wulf

    Wulf Community Admin

    It would either be permissions or something preventing it from starting. Nothing has changed, so you may want to go over the setup tutorials again.
     
  5. Are you using a custom extension?
     
  6. Wulf

    Wulf Community Admin

    Extensions should not affect the compiler, they aren't compiled or touched by it.
     
  7. There are nothing reasons, all permission are ok, the compiler can read the plugins because it found the plugins, so it have access to the plugin folder, but without more debug informations, it's hard to understand why it doesn't work ... can you explain how it work ?
     
  8. Wulf

    Wulf Community Admin

    The compiler depends on being able to fully access files other than just the plugins, this would include the DLLs in the RustDedicated_Data/Managed folder. If it cannot access these, then it will have errors like the ones you are having. The same errors can happen if a program is messing with it, but Linux servers would rarely have that issue, though permission issues are very common.
     
  9. I have found the problem it come from my ftpserver i have configured only binary transfert this last past month and when i transfert, some many file are corrupted, i seen that after having decompiled your compiler ^^ . Problem solved.