1. I am trying to host a Rust server on DigitalOCean and for some reason I get this when I try to run it.

    Code:
    Preloaded 'libRakNet.so'
    Preloaded 'libRustNative.so'
    eac_server.so [x64] :: OnLoad()
    Preloaded 'libeac_server.so'
    Preloaded 'libeasyanticheat.so'
    Preloaded 'libsteam_api64.so'
    Preloaded 'steamclient.so'
    Unable to preload the following plugins:
            libRenderer.so
            libRustNative.so
            libRenderer.so
    
    I followed the Rustafied tutorial: How to host a Rust server in Linux

    Here are the contents of Player.log: Initialize engine version: 2018.1.4f1 (1a308f4ebef1) Forcing GfxDevice: Null G - Pastebin.com
     
  2. Wulf

    Wulf Community Admin

    Those are not really plugins per se, those are libraries that are part of Rust. If you are having issues with the Rust server, I'd suggest posting on the Facepunch forums for help with it. If you aren't noticing an issue with the server running though, then I would ignore those messages.