1. Two versions "Oxide v2.0.3954" and "Oxide v2.0.3922" of the file "Oxide.CSharp.dl" size is different.
    Size versions "Oxide v2.0.3954" of the file "Oxide.CSharp.dl" - 86528 bytes.
    upload_2018-6-11_5-44-29.png
    Size versions "Oxide v2.0.3922" of the file "Oxide.CSharp.dl" - 85504 bytes.
    upload_2018-6-11_5-45-51.png
     
    Last edited by a moderator: Jun 11, 2018
  2. 86,528 bytes is the one you need the other you can delete
     
  3. Dll file with size - 86,528 bytes does not work.
     
  4. Wulf

    Wulf Community Admin

    Yes, because this a new build that has the compiler rename. This has nothing to do with Linux permissions. There are no changes otherwise.
     
  5. Well, we have the executable file Compiler, we have permissions on the Compiler, those that run the server, then why does not it work?
    And we get error in new build Oxide:
    Code:
    04:41 [Info] Loading Oxide Core v2.0.3834...
    04:41 [Info] Loading extensions...
    04:41 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    04:41 [Info] Local compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    04:41 [Info] Loaded extension CSharp v2.0.3874 by Oxide and Contributors
    04:41 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
    04:41 [Info] Loaded extension Rust v2.0.3954 by Oxide and Contributors
    04:41 [Info] Loaded extension SQLite v2.0.3754 by Oxide and Contributors
    04:41 [Info] Loaded extension Unity v2.0.3756 by Oxide and Contributors
    04:41 [Info] Using Covalence provider for game 'Rust'
    04:41 [Info] Loading plugins...
    04:41 [Info] Loaded plugin Rust v2.0.3954 by Oxide and Contributors
    04:41 [Info] Loaded plugin Unity v2.0.3756 by Oxide and Contributors
    04:41 [Info] Added '// Reference: System.Drawing' in plugin 'CopyPaste'
    04:41 [Warning] User running server may not have the proper permissions or install is missing files
    04:41 [Error] Error while compiling: compiler v0.0.0.0 was closed unexpectedly
     
  6. Wulf

    Wulf Community Admin

    Should be Compiler, not compiler, but according to that you still lack the permissions. There is nothing different between the versions that would affect the compiler, it was just a rename.
     
  7. We put chmod 777 on the Сompiler, it still did not work.
     
  8. Wulf

    Wulf Community Admin

    Since you aren't seeing a message regarding it not being executable, then it's more likely that the user/group that the compiler has set is still not the same as the user/group running RustDedicated. Oxide via (Oxide.CSharp.dll) will always attempt to set the compiler as executable if it isn't already as long as it has access to the compiler, but if it doesn't, then there isn't anything it can do.
     
  9. When the Oxide download the Compiler, it already has an executable. Group/user that the Compiler has same as the user/group running RustDedicated.
     
  10. Hello!!! After the last update the following error occurred:
    User running server may not have the proper permissions or install is missing files
    Error while compiling: compiler v0.0.0.0 was closed unexpectedly.
    because of what does not work any plug-in. Reboot of the oxide did not help. Help what to do?
     
  11. Try that:
    Code:
    chmod 755 Compiler.x86_x64
    chown user:root Compiler.x86_x64
     
    Wher "user" is your username
     
  12. sorry for the stupid question, but where should I prescribe this
     
  13. Do you use hosting? If so, write to support, what would make these actions.
     
  14. Wulf

    Wulf Community Admin

    For those still having this issue, I was able to test with a server provider and should have the issue resolved in an upcoming build. It appears to have been caused by the compiler looking for pre-installed versions of Mono instead of the dependency files included with Oxide specifically for the compiler. The update should no longer look for those Mono versions. If you continue to see the issue after the next (not release yet) build of Oxide after this port, please let me know. Thanks and sorry for the inconvenience!
     
  15. Thanks for fixing the problem.
    Now everything is working. :)
     
  16. (16:33:09) | [RCON][99.95.53.42:59602] o.version
    (16:33:09) | Protocol: 2094.164.1
    Build Date: 06/11/2018 07:27:36
    Unity Version: 2018.1.0f2
    Changeset: 27259
    Branch: release
    Oxide.Rust Version: 2.0.3964

    when I start server will not load oxide
     
  17. Wulf

    Wulf Community Admin

    When reporting issues, please provide details and useful information such as OS information and complete logs.
     
  18. It was working fine until updated Oxide.Rust Version: 2.0.3964. When I updated server just now it will not load oxide or any of the plugins now. What log do you want and where do I find it. I have never had this problem before.
     
  19. Wulf

    Wulf Community Admin

    The oxide/logs and OS information. This thread is specifically about the issue on Linux, which was fixed. If you are on Windows, see Not an Issue - Compiler crashing on server startup (no details).