1. Hello!

    I want to say on first, sorry for me language.

    I have a huge problem with start serwer on the VPS (Linux) i`m instal the serwer and create the start script

    STARTSERVER.SH:

    Code:
    #!/bin/sh
    export LD_LIBRARY_PATH="/home/serwerrusta/rust/RustDedicated_Data/Plugins/x86_64"
    clear
    while :
    do
        echo "Starting server...\n"
        exec ./RustDedicated -batchmode -nographics \
        -server.ip 185.25.149.26 \
        -server.port 28015 \
        -rcon.ip 185.25.149.26 \
        -rcon.port 28016 \
        -rcon.password "*****" \
        -server.maxplayers 30 \
        -server.hostname "[PL]Rustlands" \
        -server.identity "Test" \
        -server.worldsize 1000 \
        -server.saveinterval 300 \
        -server.globalchat true \
        -server.description "Test" \
        -server.headerimage "no image" \
        -logfile "logfilename.log" \
        -server.url "Test"
        echo "\nRestarting server...\n"
    done
    
    When i start the script i have FROM THE PUTTY (when i use ./startserver.so):

    Code:
    root@vz38620:/home/serwerrusta/rust# ./startserver.sh
    Starting server...\n
    Set current directory to /home/serwerrusta/rust
    Found path: /home/serwerrusta/rust/RustDedicated
    Mono path[0] = '/home/serwerrusta/rust/RustDedicated_Data/Managed'
    Mono path[1] = '/home/serwerrusta/rust/RustDedicated_Data/Mono'
    Mono config path = '/home/serwerrusta/rust/RustDedicated_Data/Mono/etc'
    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
    Player data archive not found at `/home/serwerrusta/rust/RustDedicated_Data/data.unity3d`, using local filesystem
    

    From the "Facepunch Studios LTD/Rust/Player.log" i have logs (FULL LOGS):

    Code:
    Initialize engine version: 5.6.0f3 (497a0f351392)
    Forcing GfxDevice: Null
    NullGfxDevice:
        Version:  NULL 1.0 [1.0]
        Renderer: Null Device
        Vendor:   Unity Technologies
    AudioManager: Using Unknown: NoSound Driver
    Begin MonoManager ReloadAssembly
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ConvexHull.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ConvexHull.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.CJK.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.CJK.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.MidEast.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.MidEast.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Other.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Other.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Rare.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Rare.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.West.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.West.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/LZ4.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/LZ4.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Console.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Console.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Input.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Input.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Network.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Network.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.System.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.System.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Data.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Data.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Global.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Global.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.UI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.UI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Workshop.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Workshop.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/websocket-sharp.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/websocket-sharp.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexAI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexAI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexSerialization.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexSerialization.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexShared.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexShared.dll into Unity Child Domain
    - Completed reload, in  0.030 seconds
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Core.dll (this message is harmless)
    OnLevelWasLoaded was found on LeanTween
    This message has been deprecated and will be removed in a later version of Unity.
    Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed(Filename:  Line: 376)Shader 'UI/Default Font': fallback shader 'UI/Default' not found
    ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'UI/Default Font' - Setting to default shader.
    Shader 'Nature/Terrain/Diffuse': dependency 'AddPassShader' shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    Shader 'Hidden/TerrainEngine/Splatmap/Specular-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    Shader 'Hidden/TerrainEngine/Splatmap/Standard-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    UnloadTime: 1.048000 ms
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Runtime.Serialization.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Xml.Linq.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Xml.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Data.dll (this message is harmless)
    Bootstart Startup(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)System
        Name: vz38620
        OS:   Linux 2.6 unknown 64bitCPU
        Model:  Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz
        Cores:  1
        Memory: 1024 MBGPU
        Model:  Null Device
        API:    NULL 1.0 [1.0]
        Memory: 128 MB
        SM:     30Memory
        GC.GetTotalMemory:     1 MBProcess
        Priority: 0
        Threads:  0
        Memory:   81 MB
        Peak:     81 MBMono
        Collects: 12
        Memory:   1 MB(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command Line: "./RustDedicated" "-batchmode" "-nographics"(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'batchmode' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'nographics' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'batchmode' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'nographics' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Server Config Loaded(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    Unloading 5 Unused Serialized files (Serialized files now loaded: 60)
    UnloadTime: 8.484000 ms
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Transactions.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Mono.Data.Tds.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Configuration.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Mono.Security.dll (this message is harmless)
    Generating terrain of size 3500 with seed 563213581(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Couldn't open /home/serwerrusta/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so, error: /home/serwerrusta/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so: undefined symbol: glXGetProcAddressARB(Filename:  Line: 193)Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer
    Floating point textures aren't supported on this device (Main Camera (UnityStandardAssets.CinematicEffects.TonemappingColorGrading))(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[AmplifyOcclusion] Null graphics device detected. Skipping effect silently.(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unloading 31793 unused Assets to reduce memory usage. Loaded Objects now: 23835.
    Total: 49.993999 ms (FindLiveObjects: 1.812000 ms CreateObjectMapping: 2.303000 ms MarkObjects: 12.317000 ms  DeleteObjects: 33.562000 ms)[9.2s] Height Map(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    


    Im try to fix it 6 days... Im write all this forum and nothing... I try with:
    export LD_LIBRARY_PATH

    I try with copy plugins from /Plugins/x86_64/ to /Mono/x86_64/
    I try with root and owner, i try 5 times to reinstal validate and pure...

    Nothing cant help me :/ Pls for help!
     
    Last edited by a moderator: Jun 7, 2017
  2. Wulf

    Wulf Community Admin

    Could you provide the full log please? It like you cut a portion off the top.
     
  3. I paste all from the "Facepunch Studios LTD/Rust/Player.log" and all from the putty when i start the serwer...
     
  4. Can You help me? Sorry for repeat but on us country close last vanilia serwer on this weeak, and we have vps but You see we cant start serwer...
     
  5. Wulf

    Wulf Community Admin

    Aside from the previous threads regarding that message, I don't really see any issue with it and it looks like your server is starting up, just loading.
     
  6. But not start... Nothing on htop and some times when i try start serwer i see on putty "... Killed" on the last line. And on logs You can see serwer not full loaded, and stop loading when its show error with librender.so. I see You help on other posts with that same error but that posts dont help me ;((((
     
  7. With this update i have:

    Code:
    Initialize engine version: 5.6.0f3 (497a0f351392)
    Forcing GfxDevice: Null
    NullGfxDevice:
        Version:  NULL 1.0 [1.0]
        Renderer: Null Device
        Vendor:   Unity Technologies
    AudioManager: Using Unknown: NoSound Driver
    Begin MonoManager ReloadAssembly
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ConvexHull.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ConvexHull.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.CJK.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.CJK.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.MidEast.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.MidEast.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Other.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Other.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Rare.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.Rare.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.West.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/I18N.West.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/LZ4.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/LZ4.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Console.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Console.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Input.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Input.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Network.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Network.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.System.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.System.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Data.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Data.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Global.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Global.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.UI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.UI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Workshop.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Rust.Workshop.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/websocket-sharp.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/websocket-sharp.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexAI.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexAI.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexSerialization.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexSerialization.dll into Unity Child Domain
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexShared.dll (this message is harmless)
    Loading /home/serwerrusta/rust/RustDedicated_Data/Managed/ApexShared.dll into Unity Child Domain
    - Completed reload, in  0.031 seconds
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Core.dll (this message is harmless)
    OnLevelWasLoaded was found on LeanTween
    This message has been deprecated and will be removed in a later version of Unity.
    Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed(Filename:  Line: 376)Shader 'Nature/Terrain/Diffuse': dependency 'AddPassShader' shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    Shader 'Hidden/TerrainEngine/Splatmap/Specular-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    Shader 'Hidden/TerrainEngine/Splatmap/Standard-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found
    UnloadTime: 2.732000 ms
    Bootstart Startup(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)System
        Name: vz38620
        OS:   Linux 2.6 unknown 64bitCPU
        Model:  Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz
        Cores:  1
        Memory: 1024 MBGPU
        Model:  Null Device
        API:    NULL 1.0 [1.0]
        Memory: 128 MB
        SM:     30Memory
        Private:     0 MB
        Working Set: 0 MBProcess
        Priority: 0
        Threads:  0
        Memory:   77 MB
        Peak:     78 MBMono
        Collects: 9
        Memory:   0 MB(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)The referenced script on this Behaviour (Game Object 'Camera') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'mp5.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'ak47u.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'crossbow.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'v_semi_pistol') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'semi_auto_rifle.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'rocket_launcher.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'double_shotgun.viewmodel') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour is missing!(Filename:  Line: 1514)The referenced script on this Behaviour (Game Object 'v_smg') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'v_sawnoffshogun') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'v_rocketlauncher') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'v_thompson') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'v_waterpipe_shotgun') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'v_eoka_pistol') is missing!(Filename:  Line: 1743)Command Line: "./RustDedicated" "-batchmode" "-nographics"(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'batchmode' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'nographics' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'batchmode' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Command 'nographics' not found(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Server Config Loaded(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)The referenced script on this Behaviour (Game Object 'collider') is missing!(Filename:  Line: 1743)The referenced script on this Behaviour (Game Object 'collider') is missing!(Filename:  Line: 1743)WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    Unloading 4 Unused Serialized files (Serialized files now loaded: 74)
    UnloadTime: 6.287000 ms
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/Mono.Security.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Configuration.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Xml.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Xml.Linq.dll (this message is harmless)
    Platform assembly: /home/serwerrusta/rust/RustDedicated_Data/Managed/System.Runtime.Serialization.dll (this message is harmless)
    Generating terrain of size 3500 with seed 1613772141(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Couldn't open /home/serwerrusta/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so, error: /home/serwerrusta/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so: undefined symbol: glXGetProcAddressARB(Filename:  Line: 193)Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/serwerrusta/rust/RustDedicated_Data/Mono/x86_64/libRenderer
    Floating point textures aren't supported on this device (Main Camera (UnityStandardAssets.CinematicEffects.TonemappingColorGrading))(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[AmplifyOcclusion] Null graphics device detected. Skipping effect silently.(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unloading 47 unused Assets to reduce memory usage. Loaded Objects now: 23439.
    Total: 12.386000 ms (FindLiveObjects: 0.755000 ms CreateObjectMapping: 1.806000 ms MarkObjects: 9.668000 ms  DeleteObjects: 0.157000 ms)[9.4s] Height Map(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

    And on putty again i have:

    Code:
    root@vz38620:/home/serwerrusta/rust# ./startserver.sh
    Set current directory to /home/serwerrusta/rust
    Found path: /home/serwerrusta/rust/RustDedicated
    Mono path[0] = '/home/serwerrusta/rust/RustDedicated_Data/Managed'
    Mono path[1] = '/home/serwerrusta/rust/RustDedicated_Data/Mono'
    Mono config path = '/home/serwerrusta/rust/RustDedicated_Data/Mono/etc'
    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
    Player data archive not found at `/home/serwerrusta/rust/RustDedicated_Data/data.unity3d`, using local filesystem
    Killed
    root@vz38620:
    You help others with that same problem... Player data archive not found at `/home/rust/RustDedicated_Data/data.unity3d` | Oxide pls help me to :/
     
  8. Wulf

    Wulf Community Admin

    All I can suggest is to follow the suggestions from the other similar threads on libRenderer.so issues around the net for Rust. I wish I could be of more help, but I don't know anything about that issue personally and do not have a solid fix for you other than what has been mentioned for the LD_LIBRARY_PATH.