TypeLoadException: Could not resolve type with token 0100011eNot An Issue
Hi,

my rust servers are not starting any more after last update of Rust and Oxide. All of them stuck at this point in rust's server.log:

Initializing 11312 entity save caches
TypeLoadException: Could not resolve type with token 0100011e (from typeref, class/assembly LineVec, )
  at ElectricGenerator.Save (BaseNetworkable+SaveInfo info) [0x00000] in <163a73e6656f475ba4abd6edb1629935>:0
  at BaseNetworkable.ToStream (System.IO.Stream stream, BaseNetworkable+SaveInfo saveInfo) [0x00010] in <163a73e6656f475ba4abd6edb1629935>:0
  at BaseNetworkable.GetSaveCache () [0x0004e] in <163a73e6656f475ba4abd6edb1629935>:0
  at SaveRestore.GetSaveCache () [0x00052] in <163a73e6656f475ba4abd6edb1629935>:0
  at Bootstrap+<StartServer>c__Iterator2.MoveNext () [0x00347] in <163a73e6656f475ba4abd6edb1629935>:0
  at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00027] in <3d3ce0a05f164357836ebcee3caff781>:0

(Filename: <163a73e6656f475ba4abd6edb1629935> Line: 0)

​


Versions from log:
Loaded plugin Rust v2.0.4094 by Oxide and Contributors
Loaded plugin Unity v2.0.3756 by Oxide and Contributors

Without Oxide Mod the server starts well. This happens on fresh servers as well as consisting servers.

Oxide doesn't modify anything related to that error you see, so I suspect you are installing an older Oxide build and therefore mixing Rust versions.
But these are the current stable build right?

Rust v2.0.4094 by Oxide and Contributors
Unity v2.0.3756 by Oxide and Contributors
In response to Kjell ():
But these are the current stable build right?

Rust v2.0.4094 by Oxide and Contributors
Yes, those are.
15:01 [Info] Loading Oxide Core v2.0.3867...
15:01 [Info] Loading extensions...
15:01 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
15:01 [Info] Local compiler MD5: 8ce6d27e7718e3d164766bba8833537a
15:01 [Info] Loaded extension CSharp v2.0.3913 by Oxide and Contributors
15:01 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
15:01 [Info] Loaded extension Rust v2.0.4094 by Oxide and Contributors
15:01 [Info] Loaded extension SQLite v2.0.3754 by Oxide and Contributors
15:01 [Info] Loaded extension Unity v2.0.3756 by Oxide and Contributors
15:01 [Info] Using Covalence provider for game 'Rust' 15:01 [Info] Loading plugins... 15:01 [Info] Loaded plugin Rust v2.0.4094 by Oxide and Contributors 15:01 [Info] Loaded plugin Unity v2.0.3756 by Oxide and Contributors


Merged post

Do you see anything thats not right in here?
Everything looks good there, I would suggest updating again.  If you continue to have issues, then backup your data and reinstall the Rust server.
Locked automatically