1. Updated Server to the newest version and used oxide-2.0.120-20150117.
    But Server doesnt like to start. Any ideas?

    Code:
    NullReferenceException: Object reference not set to an instance of an object
      at Oxide.Lua.LuaExtension.LoadLibrary (Oxide.Core.Libraries.Library library, System.String path) [0x00000] in <filename unknown>:0
    at Oxide.Lua.LuaExtension.OnModLoad () [0x00000] in <filename unknown>:0
    at Oxide.Core.Extensions.ExtensionManager.LoadAllExtensions (System.String directory) [0x00000] in <filename unknown>:0
    at Oxide.Core.OxideMod.Load () [0x00000] in <filename unknown>:0
    at Oxide.Core.Interface.Initialise () [0x00000] in <filename unknown>:0
    at Bootstrap.Initialization () [0x00000] in <filename unknown>:0
    at Bootstrap+<Start>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0
    (Filename:  Line: -1)
     
    Last edited by a moderator: Jan 17, 2015
  2. Wulf

    Wulf Community Admin

    Check your logs for errors. Make sure your Rust server is fully updated as well and you are using a version compatible with it.
     
  3. Somethig as so as well:
    Code:
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/lua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/.\liblua52
    Fallback handler could not load library C:/steamcmd/steamapps/common/rust_dedicated_oxide/RustDedicated_Data/Mono/liblua52
     
    Last edited by a moderator: Jan 17, 2015
  4. Wulf

    Wulf Community Admin

    Make sure you have updated your dependency DLLs from the archive, replacing the old. You should also remove KopiLua.dll.
     
  5. Thank for your fast replay. I'm sure, i did evrything in the right way... but without success.
    Anyhow... i will wait for ne thxt update. hopefully it will fx it for me.

    Thanks,
    Wollschaf*
     
  6. Wulf

    Wulf Community Admin

    Can't fix what I can't reproduce. Could you upload screenshots of your root and Managed directories please? Also, could you try removing lua51.dll and seeing then if it runs?
    [DOUBLEPOST=1421509775][/DOUBLEPOST]Edit: Try installing Visual C++ 2013 x64 as well. I believe the DLLs from the changes by @@Nogrod were compiled in 2013. Reportedly fixes the issue.