ive not got skins plugin and i get the same problem
Assertion failure. Values are not equal. Exeption: 0 == 1Not An Issue
- 1
- 2
Can anyone help me with this error, players are getting kicked with below error and can no longer connect to my server until it is wiped,
this is a very intermittent issue, the server can run from a day to a whole week before the issue starts its very random, then once wiped its ok for a period.
any help appreciated.
warrior disconnecting: Assertion failure. Values are not equal. Expected: 0 == 1 at UnityEngine.Assertions.Assert.Fail
(System.String message, System.String userMessage) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Assertions.Assert.AreEqual[T]
(T expected, T actual, System.String message, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Assertions.Assert.AreEqual (System.Int32 expected, System.Int32 actual) [0x00000] in <00000000000000000000000000000000>:0
at MaterialReplacement.ReplaceRecursive (UnityEngine.GameObject obj, UnityEngine.Material[] find, UnityEngine.Material[] replace) [0x00000] in
<00000000000000000000000000000000>:0
at Rust.Workshop.Skin.Apply (UnityEngine.GameObject obj, Skinnable skinnable, UnityEngine.Material[] Materials)
[0x00000] in <00000000000000000000000000000000>:0
at ItemSkin.ApplySkin (UnityEngine.GameObject obj) [0x00000] in <00000000000000000000000000000000>:0
at BaseEntity.OnSkinChanged (System.UInt64 oldSkinID, System.UInt64 newSkinID) [0x00000] in <00000000000000000000000000000000>:0
at BaseEntity.Load
(BaseNetworkable+LoadInfo info) [0x00000] in <00000000000000000000000000000000>:0
at BaseCombatEntity.Load (BaseNetworkable+LoadInfo info) [0x00000] in
<00000000000000000000000000000000>:0
at DecayEntity.Load (BaseNetworkable+LoadInfo info) [0x00000] in <00000000000000000000000000000000>:0
at StabilityEntity.Load (BaseNetworkable+LoadInfo info) [0x00000] in <00000000000000000000000000000000>:0
at BaseNetworkable.ClientInit (ProtoBuf.Entity info)
[0x00000] in <00000000000000000000000000000000>:0
at BaseCombatEntity.ClientInit (ProtoBuf.Entity info) [0x00000] in <00000000000000000000000000000000>:0
at DecayEntity.ClientInit (ProtoBuf.Entity inFailed to call hook 'OnPlayerDisconnected' on plugin 'EnhancedHammer v2.0.6' (NullReferenceException: Object reference
not set to an instance of an object) These are my plugins
i consistantly keep getting this error and i dont know how to fix it. i've tried a number of things and i cant get it to work someone said its beacuse of skins Locked automatically
- 1
- 2