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)
Solved NullReferenceException: Object reference not set to an instance of an object
Discussion in 'Rust Discussion' started by wollschaf*, Jan 17, 2015.
-
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.
-
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 -
Wulf Community Admin
Make sure you have updated your dependency DLLs from the archive, replacing the old. You should also remove KopiLua.dll.
-
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* -
Wulf Community Admin
[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. -
installing Visual C++ 2013 x64 solved it!
Thx!