1. Wulf

    Wulf Community Admin

    Check to make sure you installed ALL files from the build. This file would be in your server root. Make sure ou are actually using the latest, not any that I linked in this thread.
     
  2. I see this File in my oxide, but still dllnofound. I give chmod rights 755
     
  3. A few changes were made last night and a new linux build was made available a few hours ago, could you please try the latest build: https://github.com/OxideMod/Snapshots/raw/master/Oxide-Rust_Linux.zip?1477029313

    If that doesn't work please post your log files and tell us which linux distribution you are using.
     
  4. Attached Files:

  5. Sorry, posted the wrong link, Snapshots/Oxide-Hurtworld_Linux.zip at master · OxideMod/Snapshots · GitHub

    The latest oxide version should resolve the error you are getting. (Tested on Ubuntu 16.04 myself)
     
  6. i downloaded new oxide snapshots and there are logs,

    @eDiT It works ! plugins works, Error fixed, big thanks to devs, u are best :)
     

    Attached Files:

    Last edited by a moderator: Oct 21, 2016
  7. That's the compiler log with only warnings so the error you previously had is resolved with the latest version and normally all the plugins you have should be working, if you still have issues then please post the oxide log (oxide_2016-10-21.txt)
     
  8. THANKS A LOT.

    It works.
     
  9. i still have the error. i put the file in root and still nothing.

    OS: Debian 8
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    Check to make sure the file is located under /home/hwfun/serverfiles/Hurtworld_Data/Managed/x86/.
     
  11. the file is there

    EDIT : And i uploaded the latest Snap Build .
     

    Attached Files:

  12. Wulf

    Wulf Community Admin

    Please try the latest Oxide release/snapshot and let me know if it resolves it for you.
     
  13. The error is still the same :(
     

    Attached Files:

  14. Wulf

    Wulf Community Admin

    Seems to be something going on with Debian, but not sure what.
     
  15. hmm still not fixed .
     
  16. Hello, I have annoying problem with my HurtWorld server. Problem is with libMonoPosixHelper.so file
    Other threads on forum don't help me, because problem still exists.
    System: Ubuntu 14.04
    Server manager: LGSM for HurtWorld

    In /home/hwserver/serverfiles/Hurtworld_Data/Managed/ i have files:
    Mono.Posix.dll
    Mono.Posix.dll.config


    Code:
    <configuration>
    <dllmap dll="MonoPosixHelper" target="/home/hwserver/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so" os="!windows,osx" cpu="x86" />
    <dllmap dll="MonoPosixHelper" target="/home/hwserver/serverfiles/Hurtworld_Data/Managed/x64/libMonoPosixHelper.so" os="!windows,osx" cpu="x86-64" />
    </configuration>
    
    In /home/hwserver/serverfiles/Hurtworld_Data/Managed/x86 i have file:
    libMonoPosixHelper.so

    In /home/hwserver/serverfiles/Hurtworld_Data/Managed/x64 i have file:
    libMonoPosixHelper.so

    My logs from /home/hwserver/serverfiles/oxide/logs/
    Code:
    16:57 [Info] Loading Oxide Core v2.0.2602...
    16:57 [Info] Loading extensions...
    16:57 [Debug] ExType: TypeInitializationException
    16:57 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: /home/hwserver/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so)
    16:57 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
    16:57 [Info] Loaded extension JavaScript v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension Lua v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension MySql v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension Python v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension SQLite v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension Unity v1.0.2602 by Oxide Team
    16:57 [Info] Loaded extension Hurtworld v1.0.2602 by Oxide Team
    16:57 [Info] Using Covalence provider for game 'Hurtworld'
    16:57 [Info] Loading plugins...
    16:57 [Info] Loaded plugin Unity Core v1.0.2602 by Oxide Team
    16:57 [Info] Loaded plugin Hurtworld v1.0.2602 by Oxide Team
    Chmod 755 don't help me, the same with chmod 777
    new oxide pack from other threads don't help too

    Please for help ant thank you so much :D
     
  17. Wulf

    Wulf Community Admin

    Please test Oxide build 2.0.2619 or higher to see if it resolves your issue.
     
  18. After uploading the newest version of oxide still the same error

    Code:
    23:27 [Info] Loading Oxide Core v2.0.2602...
    23:27 [Info] Loading extensions...
    23:27 [Debug] ExType: TypeInitializationException
    23:27 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: /home/hwfun/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so)
    23:27 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
    23:27 [Info] Loaded extension JavaScript v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension Lua v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension MySql v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension Python v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension SQLite v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension Unity v1.0.2602 by Oxide Team
    23:27 [Info] Loaded extension Hurtworld v1.0.2602 by Oxide Team
    23:27 [Info] Using Covalence provider for game 'Hurtworld'
    23:27 [Info] Loading plugins...
    23:27 [Info] Loaded plugin Unity Core v1.0.2602 by Oxide Team
    23:27 [Info] Loaded plugin Hurtworld v1.0.2602 by Oxide Team
     
  19. Wulf

    Wulf Community Admin

    Could you upload or paste your Mono.Posix.dll.config file here please?
     
  20. Still the same
    Code:
    16:20 [Info] Loading Oxide Core v2.0.2602...
    16:20 [Info] Loading extensions...
    16:20 [Debug] ExType: TypeInitializationException
    16:20 [Error] Failed to load extension Oxide.Ext.CSharp (DllNotFoundException: /home/hwserver/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so)
    16:20 [Debug]   at (wrapper managed-to-native) Mono.Unix.Native.Syscall:_L_ctermid ()
      at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
    16:20 [Info] Loaded extension JavaScript v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension Lua v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension MySql v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension Python v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension SQLite v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension Unity v1.0.2602 by Oxide Team
    16:20 [Info] Loaded extension Hurtworld v1.0.2602 by Oxide Team
    16:20 [Info] Using Covalence provider for game 'Hurtworld'
    16:20 [Info] Loading plugins...
    16:20 [Info] Loaded plugin Unity Core v1.0.2602 by Oxide Team
    16:20 [Info] Loaded plugin Hurtworld v1.0.2602 by Oxide Team
    
    My Mono.Posix.dll.config code
    Code:
    <configuration>
    <dllmap dll="MonoPosixHelper" target="/home/hwserver/serverfiles/Hurtworld_Data/Managed/x86/libMonoPosixHelper.so" os="!windows,osx" cpu="x86" />
    <dllmap dll="MonoPosixHelper" target="/home/hwserver/serverfiles/Hurtworld_Data/Managed/x64/libMonoPosixHelper.so" os="!windows,osx" cpu="x86-64" />
    </configuration>