1. Hello i have this problem when i start my server
    i 'm on linux. @Wulf

    Code:
    23:49 [Info] Loading Oxide Core v2.0.2517...
    23:50 [Info] Loading extensions...
    23:50 [Debug] ExType: TypeInitializationException
    23:50 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: libMonoPosixHelper.so)
    23:50 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
    23:50 [Info] Loaded extension JavaScript v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension Lua v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension MySql v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension Python v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension SQLite v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension Unity v1.0.2517 by Oxide Team
    23:50 [Info] Loaded extension Rust v1.0.2517 by Oxide Team
    23:50 [Info] Using Covalence provider for game 'Rust'
    23:50 [Info] Loading plugins...
    23:50 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    23:50 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    23:53 [Error] Failed to load plugin 'InfoPanel' (no source found)
     
    Last edited by a moderator: Oct 18, 2016
  2. Wulf

    Wulf Community Admin

    Looking into this right now. The issue is the missing libMonoPosixHelper.so file on Linux servers, just need to grab it and upload it.
     
  3. Ok thank for the answer but where can i find and download this file
     
  4. Wulf

    Wulf Community Admin

    I pushed a new snapshot for now (previous build) to fix the issue until I can get these files.
     
  5. I install the previous build for pick the file and i update after ? Sorry im french and il dont understand good everything
     
  6. Wulf

    Wulf Community Admin

    Just grab the latest snapshot.
     
  7. JCA

    JCA

    Still getting after updating today:

    Code:
    22:18 [Info] Loading Oxide Core v2.0.2529...
    22:18 [Info] Loading extensions...
    22:18 [Debug] ExType: TypeInitializationException
    22:18 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: libMonoPosixHelper.so)
    22:18 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
    
     
  8. Wulf

    Wulf Community Admin

    Check the permissions on that .so file under RustDedicated_Data/Managed/x64. Try chmod to 755.
     
  9. Wulf

    Wulf Community Admin

    @KolightFR and @JCA, could you provide me with a screenshot showing both x86 and x64 folders and the users for them?

    Also if you know, are you running an x86 or x64 server?
     
  10. I recently started on a project to host a server using a linux based ftp.
    Ive been trying to setup oxide and the plugins; so far I have oxide installed but every time I place a plugin in the plugin folder, the plugin will not reload in game and there is not a .json file being created in the config folder. I dont know why this is happening as I have followed the numerous tutorials found on the website.

    I recently tried to use the composer that tetruem made to download some plugins but that just outputs 'Failed to download (Plugin_Name)'.

    Im really stuck on what to do can anyone offer some help?
     
  11. Wulf

    Wulf Community Admin

    If it's a general plugin issue, we'd need to see your latest oxide/logs and output_log.txt from Rust/Unity.

    If you're having an issue with a too, I'd suggest posting in its support thread.
     
    Last edited: Oct 20, 2016
  12. I think the second one is one that you asked for, as im not really sure where to find that second file. I hope these shed some light on the situation im in though
     

    Attached Files:

  13. Wulf

    Wulf Community Admin

    Could you test the latest snapshot please? Oxide build 2533 from https://github.com/OxideMod/Oxide/commit/9af722a · OxideMod/Snapshots@4e7ae12 · GitHub
     
  14. Code:
    03:09 [Info] Loading extensions...
    03:09 [Debug] ExType: TypeInitializationException
    03:09 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: libMonoPosixHelper.so)
    03:09 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0 
    03:09 [Info] Loaded extension JavaScript v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension Lua v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension MySql v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension Python v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension SQLite v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension Unity v1.0.2533 by Oxide Team
    03:09 [Info] Loaded extension Rust v1.0.2533 by Oxide Team
    03:09 [Info] Using Covalence provider for game 'Rust'
    03:09 [Info] Loading plugins...
    03:09 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    03:09 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    
    That is my output after replacing my files with the new snapshot, i tried it three times to make sure.
     
  15. Wulf

    Wulf Community Admin

    Are you sure the .so files got replaced? Also, could you provide me with a screenshot of your Managed/x64 folder where it is?
     
  16. Wulf

    Wulf Community Admin

    As a test, could you copy that libMonoPosixHelper.so to your server root where RustDedicated.exe is and see if it works?
     
  17. That did it!
    Code:
    03:38 [Info] Loading Oxide Core v2.0.2533...
    03:38 [Info] Loading extensions...
    03:38 [Info] Loaded extension CSharp v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension JavaScript v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension Lua v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension MySql v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension Python v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension SQLite v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension Unity v1.0.2533 by Oxide Team
    03:38 [Info] Loaded extension Rust v1.0.2533 by Oxide Team
    03:38 [Info] Using Covalence provider for game 'Rust'
    03:38 [Info] Loading plugins...
    03:38 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    03:38 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    03:38 [Info] Kits was compiled successfully in 2000ms
    03:38 [Info] Loaded plugin Kits v3.1.11 by Reneb
    
     
  18. Wulf

    Wulf Community Admin

    Seems that it isn't being registered in the LD_LIBRARY_PATH, but not sure why. So for now I may move it to the root until I can figure it out.

    Thanks for testing!
     
  19. Thanks for fixing it:)