1. Wulf

    Wulf Community Admin

    The only thing the build was for was to fix this:
    The other "compiler disconnected" error and errors with "LD_TRACE_LOADED_OBJECTS=1" and such are permission and dependency related. Make sure the compiler has the same user:group as the user running the RustDedicated server, that the RustDedicated_Data/Managed and oxide/plugins folders are accessible to it, and that glibc is installed (Linux tends to want this).
     
  2. :/ the permissions are all 777, Im using 777 on the whole server folder, Im certain all the folders you wrote have full accessible, the glibc is 2.19 which should be enough (according to lgsm details check it requires 2.15 atleast)

    everything worked fine before the patch and I keep giving myself ownership and permissions to the whole folder everytime Im doing some changes in any file, if I dont it tells me its lacking the permissions or ownership.. now its not telling me anything like that, server starts up real fine but not the plugins
     
  3. linux-vdso.so.1 => (0x00007ffc6c75b000)
    libmonosgen-2.0.so.1 => not found
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9d63481000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f9d63857000)

    (00:36:43) | ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/rustserver/serverfiles/CSharpCompiler.x86_x64', CurrentDirectory=''

    (00:36:43) | User running server may not have access to all service files

    (00:36:43) | ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/rustserver/serverfiles/CSharpCompiler.x86_x64', CurrentDirectory=''

    (00:36:43) | Error while compiling: compiler v0.0.0.0 disconnected


    Does this help any?
     
  4. Problem not fixed and there is place to be. I try to update system to Ubuntu 16.04 and look at result.
    [DOUBLEPOST=1503046365][/DOUBLEPOST]Did not help. We have a really non-working compiler CSharpCompiler.x86_x64
     
  5. Reinstalled the server, tested on other server as well.
    Updated all debian libraries.
    Reinstalled every service and rust. This is all set up as it was before for me, and previously running without problems.
    Now - no matter what I try - it's always:
    Code:
    ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/ogp_agent/rust/CSharpCompiler.x86_x64', CurrentDirectory=''
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)User running server may not have access to all service files
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)ApplicationName='LD_TRACE_LOADED_OBJECTS=1', CommandLine='/home/ogp_agent/rust/CSharpCompiler.x86_x64', CurrentDirectory=''
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Error while compiling: compiler v0.0.0.0 disconnected
     
    Last edited by a moderator: Aug 18, 2017
  6. hey @Wulf not sure if this could help anything or if it actually shows anything but when I tried running the csharpcompiler file I got an error saying it couldnt find a file.

    battlefield@ns3060983:/home/desktop/battlefield/serverfiles$ sudo ./CSharpCompiler.x86_x64
    ./CSharpCompiler.x86_x64: error while loading shared libraries: libmonosgen-2.0.so.1: cannot open shared object file: No such file or directory

    I looked in any of the directories and yeah I cant find it, is that something that should be somewhere perhaps?
     
  7. Install libmonosgen-2.0-1, but not resolve problem.
     
  8. yeah I tried with updating the libc since apparentely there was a newer update then mine even tho it already was higher updated then required, but it still aint working
     
  9. @Wulf
    Native stacktrace:

    /usr/lib/libmonosgen-2.0.so.1(+0xceea2) [0x7fa45c39bea2]
    /usr/lib/libmonosgen-2.0.so.1(+0x38adf) [0x7fa45c305adf]
    /lib/x86_64-linux-gnu/libc.so.6(+0x36cb0) [0x7fa45bf3acb0]
    /usr/lib/libmonosgen-2.0.so.1(+0x20ba00) [0x7fa45c4d8a00]
    /usr/lib/libmonosgen-2.0.so.1(+0x20c087) [0x7fa45c4d9087]
    /usr/lib/libmonosgen-2.0.so.1(+0x20097f) [0x7fa45c4cd97f]
    /usr/lib/libmonosgen-2.0.so.1(+0x200b87) [0x7fa45c4cdb87]
    /usr/lib/libmonosgen-2.0.so.1(+0x2027d0) [0x7fa45c4cf7d0]
    /usr/lib/libmonosgen-2.0.so.1(+0x20348b) [0x7fa45c4d048b]
    /usr/lib/libmonosgen-2.0.so.1(+0x206c20) [0x7fa45c4d3c20]
    /usr/lib/libmonosgen-2.0.so.1(+0x21d1d2) [0x7fa45c4ea1d2]
    /usr/lib/libmonosgen-2.0.so.1(+0x21da54) [0x7fa45c4eaa54]
    /usr/lib/libmonosgen-2.0.so.1(+0x1b122e) [0x7fa45c47e22e]
    /usr/lib/libmonosgen-2.0.so.1(mono_runtime_init+0x125) [0x7fa45c497bb5]
    /usr/lib/libmonosgen-2.0.so.1(+0x3990e) [0x7fa45c30690e]
    /usr/lib/libmonosgen-2.0.so.1(mono_main+0x35e) [0x7fa45c37064e]
    ./CSharpCompiler.x86_x64() [0x400c3d]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fa45bf25f45]
    ./CSharpCompiler.x86_x64() [0x400819]

    Debug info from gdb:

    0x00007fa45bfc895c in ?? ()
    Id Target Id Frame
    * 1 process 31936 "CSharpCompiler." 0x00007fa45bfc895c in ?? ()

    Thread 1 (process 31936):
    #0 0x00007fa45bfc895c in ?? ()
    #1 0x00007fa45c39bf2c in ?? ()
    #2 0x0000000000000000 in ?? ()

    =================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================

    Im not very well read when it comes to linux but Im trying to learn, is this something you might know about?

    Im running ubuntu and I downloaded the libmonosgen from the ubuntu software centre, Ive tried all the different ones there is but I keep getting that information from both the 2.0-1:i386 and the one only called 2.0-1
     
  10. I made a clean install and reinstalled it from zero and still having issues


    after install libmonosgen its not working. i try to run CSharpcompiler and show this (i trid in Superuser and the same error)


    Code:
     ./CSharpCompiler.x86_x64Native stacktrace:        /usr/lib/libmonosgen-2.0.so.1(+0xd3d9a) [0x7fcc68f68d9a]
            /usr/lib/libmonosgen-2.0.so.1(+0x3fa2f) [0x7fcc68ed4a2f]
            /lib/x86_64-linux-gnu/libc.so.6(+0x350e0) [0x7fcc68b1f0e0]
            /usr/lib/libmonosgen-2.0.so.1(+0x2180b4) [0x7fcc690ad0b4]
            /usr/lib/libmonosgen-2.0.so.1(+0x2187a8) [0x7fcc690ad7a8]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cc99) [0x7fcc690a1c99]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cea3) [0x7fcc690a1ea3]
            /usr/lib/libmonosgen-2.0.so.1(+0x20ea3c) [0x7fcc690a3a3c]
            /usr/lib/libmonosgen-2.0.so.1(+0x20f74b) [0x7fcc690a474b]
            /usr/lib/libmonosgen-2.0.so.1(+0x2130f8) [0x7fcc690a80f8]
            /usr/lib/libmonosgen-2.0.so.1(+0x229ea2) [0x7fcc690beea2]
            /usr/lib/libmonosgen-2.0.so.1(+0x22ab64) [0x7fcc690bfb64]
            /usr/lib/libmonosgen-2.0.so.1(+0x1bb773) [0x7fcc69050773]
            /usr/lib/libmonosgen-2.0.so.1(mono_runtime_init+0x121) [0x7fcc6906ac61]
            /usr/lib/libmonosgen-2.0.so.1(+0x4085e) [0x7fcc68ed585e]
            /usr/lib/libmonosgen-2.0.so.1(mono_main+0x293) [0x7fcc68f3db63]
            ./CSharpCompiler.x86_x64() [0x400c3d]
            /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fcc68b0bb45]
            ./CSharpCompiler.x86_x64() [0x400819]Debug info from gdb:0x00007fcc68ba3b3c in ?? ()
      Id   Target Id         Frame
    * 1    process 1469 "CSharpCompiler." 0x00007fcc68ba3b3c in ?? ()Thread 1 (process 1469):
    #0  0x00007fcc68ba3b3c in ?? ()
    #1  0x00007fcc68f68e36 in ?? ()
    #2  0x0000000000000000 in ?? ()=================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================
     
  11. So @Wulf , I tried everything you wrote before. I even downloaded files manually but at first point... My server is running on Ubuntu (External host) and server automatically deletes compiler for windows (exe)... I tried to download and overwrite even CSharpCompiler.x86_x64 but now I´am getting this kind of error every time (server is running normally but only as vanilla) [Error] Error while compiling: compiler v0.0.0.0 disconnected. Any ideas how to fix this?
     
  12. try to run ./CSharpCompiler and paste the error that shows


    in root console the Csharp show this error

    Code:
    root@server:/home/rustserver/serverfiles# ./CSharpCompiler.x86_x64Native stacktrace:        /usr/lib/libmonosgen-2.0.so.1(+0xd3d9a) [0x7f204084ad9a]
            /usr/lib/libmonosgen-2.0.so.1(+0x3fa2f) [0x7f20407b6a2f]
            /lib/x86_64-linux-gnu/libc.so.6(+0x350e0) [0x7f20404010e0]
            /usr/lib/libmonosgen-2.0.so.1(+0x2180b4) [0x7f204098f0b4]
            /usr/lib/libmonosgen-2.0.so.1(+0x2187a8) [0x7f204098f7a8]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cc99) [0x7f2040983c99]
            /usr/lib/libmonosgen-2.0.so.1(+0x20cea3) [0x7f2040983ea3]
            /usr/lib/libmonosgen-2.0.so.1(+0x20ea3c) [0x7f2040985a3c]
            /usr/lib/libmonosgen-2.0.so.1(+0x20f74b) [0x7f204098674b]
            /usr/lib/libmonosgen-2.0.so.1(+0x2130f8) [0x7f204098a0f8]
            /usr/lib/libmonosgen-2.0.so.1(+0x229ea2) [0x7f20409a0ea2]
            /usr/lib/libmonosgen-2.0.so.1(+0x22ab64) [0x7f20409a1b64]
            /usr/lib/libmonosgen-2.0.so.1(+0x1bb773) [0x7f2040932773]
            /usr/lib/libmonosgen-2.0.so.1(mono_runtime_init+0x121) [0x7f204094cc61]
            /usr/lib/libmonosgen-2.0.so.1(+0x4085e) [0x7f20407b785e]
            /usr/lib/libmonosgen-2.0.so.1(mono_main+0x293) [0x7f204081fb63]
            ./CSharpCompiler.x86_x64() [0x400c3d]
            /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f20403edb45]
            ./CSharpCompiler.x86_x64() [0x400819]Debug info from gdb:0x00007f2040485b3c in ?? ()
      Id   Target Id         Frame
    * 1    process 1599 "CSharpCompiler." 0x00007f2040485b3c in ?? ()Thread 1 (process 1599):
    #0  0x00007f2040485b3c in ?? ()
    #1  0x00007f204084ae36 in ?? ()
    #2  0x0000007700000000 in ?? ()
    #3  0x8b0bab3e3a43c200 in ?? ()
    #4  0x00007f204084ad9a in ?? ()
    #5  0x00007f20407b6a2f in ?? ()
    #6  <signal handler called>
    #7  0x0000000000000004 in ?? ()
    Cannot access memory at address 0x1=================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================Abortado
     
  13. I have the exact same error running CSharpCompiler.x86_x64 in Ubuntu 14.04 x64.
     
  14. Wulf

    Wulf Community Admin

    The path to that file and others is set when the compiler is ran through Oxide, so running it directly will throw that error. The file exists, just not where you are trying to run it from.
     
  15. Temporary fix for server owners: put old version of CSharpCompiler.x86_x64 in server directory.
    New version has been broken.
     
  16. No jobs plugin, help.

    Logs
    Code:
    12:57 [Info] Loading Oxide Core v2.0.3411...
    12:57 [Info] Loading extensions...
    12:57 [Info] Downloading CSharpCompiler.x86_x64 for .cs (C#) plugin compilation
    12:57 [Info] Download of CSharpCompiler.x86_x64 for completed successfully
    12:57 [Info] Loaded extension CSharp v2.0.3411 by Oxide Team
    12:57 [Info] Loaded extension MySql v2.0.3411 by Oxide Team
    12:57 [Info] Loaded extension SQLite v2.0.3411 by Oxide Team
    12:57 [Info] Loaded extension Unity v2.0.3411 by Oxide Team
    12:57 [Info] Loaded extension Rust v2.0.3411 by Oxide Team
    12:57 [Info] Using Covalence provider for game 'Rust'
    12:57 [Info] Loading plugins...
    12:57 [Info] Loaded plugin Unity v2.0.3411 by Oxide Team
    12:57 [Info] Loaded plugin Rust v2.0.3411 by Oxide Team
    13:01 [Info] No plugins are currently available
    13:02 [Info] No plugins are currently available
    13:03 [Info] No plugins are currently available
    13:06 [Info] No plugins are currently available
    13:07 [Info] No plugins are currently available
    13:10 [Info] No plugins are currently available
    13:11 [Info] No plugins are currently available
    13:12 [Info] No plugins are currently available
    13:12 [Info] Protocol: 2009.149.1
    Build Date: 08/17/2017 16:12:36
    Unity Version: 5.6.0f3
    Changeset: 22312
    Branch: main
    Oxide Version: 2.0.3411
    13:20 [Info] Protocol: 2009.149.1
    Build Date: 08/17/2017 16:12:36
    Unity Version: 5.6.0f3
    Changeset: 22312
    Branch: main
    Oxide Version: 2.0.3411
    13:20 [Info] No plugins are currently available
     
  17. Wulf

    Wulf Community Admin

    The message is from the "plugins" command I believe, but no plugins being available would generally mean there are no plugins available. Check to make sure you're installing plugins in the right location, which is "oxide/plugins" in your server's main directory by default.
     
  18. Can you share the old version here?
     
  19. Code:
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 252490
    cated_Data/Managed'
    Mono path[1] = '/home/ghost/server/RustDedicated_Data/Mono'
    Mono config path = '/home/ghost/server/RustDedicated_Data/Mono/etc'
    Preloaded 'libRakNet.so'
    Preloaded 'libRustNative.so'
    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/ghost/server/RustDedicated_Data/data.unity3d`, using local filesystemInitialize 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/ghost/server/RustDedicated_Data/Managed/UnityEngine.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Assembly-CSharp.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Assembly-CSharp.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.UI.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.UI.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.Networking.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.Networking.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.Analytics.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/UnityEngine.Analytics.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/ConvexHull.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/ConvexHull.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.CJK.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.CJK.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.MidEast.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.MidEast.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.Other.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.Other.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.Rare.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.Rare.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/I18N.West.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/I18N.West.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/LZ4.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/LZ4.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Console.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Console.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Input.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Input.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Network.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Network.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Raknet.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Raknet.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Rcon.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Rcon.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.System.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.System.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Rust.Data.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Rust.Data.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Rust.Global.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Rust.Global.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Rust.UI.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Rust.UI.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Rust.Workshop.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Rust.Workshop.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/websocket-sharp.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/websocket-sharp.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Steamworks.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Steamworks.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Unity.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Facepunch.Unity.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Newtonsoft.Json.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/Newtonsoft.Json.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/ApexAI.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/ApexAI.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/ApexSerialization.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/ApexSerialization.dll into Unity Child Domain
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/ApexShared.dll (this message is harmless)
    Loading /home/ghost/server/RustDedicated_Data/Managed/ApexShared.dll into Unity Child Domain
    - Completed reload, in  0.024 seconds
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Core.dll (this message is harmless)
    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
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Hidden/Rust/Standard Decal (Specular setup)' - Setting to default shader.
    UnloadTime: 1.014000 ms
    Bootstrap Startup
    System
        Name: ghost
        OS:   Linux 3.16 Debian 8.8 64bitCPU
        Model:  Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz
        Cores:  8
        Memory: 32203 MBGPU
        Model:  Null Device
        API:    NULL 1.0 [1.0]
        Memory: 128 MB
        SM:     30Memory
        GC.GetTotalMemory:     0 MBProcess
        Priority: 0
        Threads:  0
        Memory:   101 MB
        Peak:     110 MBMono
        Collects: 10
        Memory:   0 MB
    Manifest Metadata Loaded
        9103 pooled strings
        13 mesh colliders
        4305 prefab properties
        377 effect categories
        408 entity names
        82 skinnable names
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Core.dll (this message is harmless)
    Command Line: "/home/ghost/server/RustDedicated" "-batchmode" "-nographics" "-norestart" "+server.ip" "207.244.79.124" "+server.port" "28045" "+rcon.ip" "207.244.79.124" "+rcon.port" "28046" "+rcon.password" "******" "+server.maxplayers" "25" "+server.worldsize" "3000" "+server.seed" "1" "+server.identity" "ghost" "+rcon.web" "0" "+fps.limit" "128" "-logfile" "SRVGame.log"
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/kernel32
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libkernel32.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./kernel32
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libkernel32.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/kernel32
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libkernel32
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libkernel32.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libkernel32
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libkernel32.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libkernel32
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Runtime.Serialization.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Xml.Linq.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Xml.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/protobuf-net.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Configuration.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Core.CSharp.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Mono.Cecil.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Mono.Posix.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Mono.Security.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Core.MySql.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/MySql.Data.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Data.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Core.SQLite.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Data.SQLite.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Core.Unity.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Oxide.Game.Rust.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Transactions.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/Mono.Data.Tds.dll (this message is harmless)
    Platform assembly: /home/ghost/server/RustDedicated_Data/Managed/System.Configuration.Install.dll (this message is harmless)
    Server Config Loaded
    Manifest Assets Loaded
        82 skinnable objects
    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 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
    WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed
    Unloading 5 Unused Serialized files (Serialized files now loaded: 64)
    UnloadTime: 9.123000 ms
    Generating terrain of size 4000 with seed 1
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Couldn't open /home/ghost/server/RustDedicated_Data/Plugins/x86_64/libRenderer.so, error: /home/ghost/server/RustDedicated_Data/Plugins/x86_64/libRenderer.so: undefined symbol: glXGetProcAddressARB
    (Filename:  Line: 193)Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/ghost/server/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 36128 unused Assets to reduce memory usage. Loaded Objects now: 24087.
    Total: 82.125999 ms (FindLiveObjects: 2.793000 ms CreateObjectMapping: 7.136000 ms MarkObjects: 15.622000 ms  DeleteObjects: 56.575001 ms)Couldn't open /home/ghost/server/RustDedicated_Data/Plugins/x86_64/libRenderer.so, error: /home/ghost/server/RustDedicated_Data/Plugins/x86_64/libRenderer.so: undefined symbol: glXGetProcAddressARB
    (Filename:  Line: 193)Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/Renderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/./libRenderer.so
    Fallback handler could not load library /home/ghost/server/RustDedicated_Data/Mono/x86_64/libRenderer
    Loading Oxide Core v2.0.3411...
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loading extensions...
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Downloading CSharpCompiler.x86_x64 for .cs (C#) plugin compilation
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Download of CSharpCompiler.x86_x64 for completed successfully
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension CSharp v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension MySql v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension SQLite v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension Unity v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension Rust v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Using Covalence provider for game 'Rust'
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loading plugins...
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded plugin Unity v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded plugin Rust v2.0.3411 by Oxide Team
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)RCon Started on 28046
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Source style TCP Rcon is deprecated. Please switch to Websocket Rcon before it goes away.
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[1.7s] Loading World
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)WARNING: Shader Unsupported: 'Rust/Standard Blend 4-Way' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Blend 4-Way' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Terrain Blend (Specular setup)' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Blend 4-Way' - All passes removed
    WARNING: Shader Unsupported: 'Rust/Standard Blend 4-Way' - All passes removed
    [17.0s] Spawning World
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[0.7s] Terrain Mesh
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[1.1s] Wire Meshes
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[2.0s] Procedural Generation
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Starting Navmesh Build with 45243 sources
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Calling UpdateNavMesh took 0.1676826
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)2%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)3%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)4%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)5%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)6%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)7%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)8%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)9%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)10%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)11%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)12%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)13%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)14%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)15%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)16%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)17%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)18%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)19%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)20%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)21%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)22%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)23%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)24%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)25%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)26%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)27%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)28%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)29%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)30%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)31%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)32%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)33%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)34%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)35%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)36%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)37%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)38%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)39%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)40%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)41%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)42%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)43%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)44%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)45%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)46%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)47%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)48%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)49%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)50%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)51%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)52%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)53%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)54%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)55%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)56%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)57%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)58%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)59%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)60%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)61%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)62%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)63%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)64%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)65%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)66%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)67%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)68%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)69%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)70%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)71%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)72%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)73%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)74%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)75%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)76%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)77%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)78%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)79%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)80%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)81%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)82%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)83%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)84%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)85%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)86%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)87%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)88%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)89%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)90%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)91%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)92%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)93%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)94%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)95%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)96%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)97%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)99%
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Navmesh Build took 106.16 seconds
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Map Spawned 304 entities
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Destroyed 322 old entities
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Spawning 26347 entities
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loading Complete
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Enforcing SpawnPopulation Limits
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Initializing 27852 entity links
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Initializing 220 stability supports
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Facepunch.Steamworks Unity: LinuxPlayer
    Facepunch.Steamworks Os: Linux
    Facepunch.Steamworks Arch: x64
    Connected to Steam
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Server startup complete
    
     
  20. Wulf

    Wulf Community Admin

    You may want to double-check that +oxide.directory isn't set to somewhere else.