That error is from an outdated extension, it that also is not the full error and also won’t prevent the server from starting.
Outdated build is tre only cause, where one version of Rust is mixed with another.
Solved Server not starting after update (old build)
Discussion in 'Rust Discussion' started by RESiSTANCE 2, Dec 14, 2017.
-
Wulf Community Admin
-
-
cant get oxide to work, same issue everyone else is having... used every link to download latest Oxide for Rust I see, anyone figure this out yet?? My servers are all online but no Oxide. Thanks
-
@Wulf Would removing these .dlls and then reinstalling oxide do the trick?
Code:Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\Oxide.References.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\System.Runtime.Serialization.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\System.Xml.Linq.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\System.Xml.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\System.Data.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\System.Configuration.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\Oxide.Core.JavaScript.dll (this message is harmless) Platform assembly: C:\TCAFiles\Users\X\23796\RustDedicated_Data\Managed\Jint.dll (this message is harmless) MissingMethodException: Method not found: 'Oxide.Core.VersionNumber..ctor'. at Oxide.Core.RemoteLogger+Report..ctor (System.String level, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.EnqueueReport (System.String level, System.Reflection.Assembly assembly, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.Exception (System.String message, System.Exception exception) [0x00000] in <filename unknown>:0 at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [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.Initialize () [0x00000] in <filename unknown>:0 at Bootstrap.Init_Tier0 () [0x00000] in <filename unknown>:0 at Bootstrap+<Start>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0(Filename: Line: -1)
Last edited by a moderator: Dec 15, 2017 -
This is the full error to me, and my server will absolutely positively not start unless I take oxide out.........
-
Wulf Community Admin
-
I'm telling you, my servers will not start and cannot be found. This error occurs, and the server will not load after. No navmesh, no spawning map, no plugins, nothing. Not even the navmesh.
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
So the fix is to wait for the hosting service to link to the right oxide.zip and then reinstall it?
-
For me, when unzipping either one of the following in "serverfiles", I still get the same error:
https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip?1513319161 (official build from link)
https://github.com/OxideMod/Oxide.Rust/releases/download/2.0.3787/Oxide.Rust.zip
Is build 3787 the correct one to get?
Here's my error (then nothing happens after this):
Code:MissingMethodException: Method not found: 'Oxide.Core.VersionNumber..ctor'. at Oxide.Core.RemoteLogger+Report..ctor (System.String level, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.EnqueueReport (System.String level, System.Reflection.Assembly assembly, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.Exception (System.String message, System.Exception exception) [0x00000] in <filename unknown>:0 at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [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.Initialize () [0x00000] in <filename unknown>:0 at Bootstrap.Init_Tier0 () [0x00000] in <filename unknown>:0 at Bootstrap+<Start>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0(Filename: Line: -1)
-
-
Although, I have an automated updater (zip-updater/Linux), even when manually downloading/updating, I get the same thing:
@Wulf, is this the correct zip? https://github.com/OxideMod/Oxide.Rust/releases/download/2.0.3787/Oxide.Rust.zip
I've tried with both "latest" link as provided by the "official releases" link on github, and I am also trying the specific version link above.
Code:MissingMethodException: Method not found: 'Oxide.Core.VersionNumber..ctor'. at Oxide.Core.RemoteLogger+Report..ctor (System.String level, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.EnqueueReport (System.String level, System.Reflection.Assembly assembly, System.String culprit, System.String message, System.String exception) [0x00000] in <filename unknown>:0 at Oxide.Core.RemoteLogger.Exception (System.String message, System.Exception exception) [0x00000] in <filename unknown>:0 at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [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.Initialize () [0x00000] in <filename unknown>:0 at Bootstrap.Init_Tier0 () [0x00000] in <filename unknown>:0 at Bootstrap+<Start>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0
Last edited by a moderator: Dec 15, 2017 -
LOL I'm screwed.. from Host Havoc: Hello, our control panel automatically pulls from the latest version available on GitHub.
-
-
and then they added: The control panel automatically pulls from a GitHub repository, updated by Oxide. We don't cache anything on our end here.