Pinkstink-Rust / Rust-Server-Metrics

A metrics gathering HarmonyMod for Rust game servers
MIT License
60 stars 23 forks source link

Possible issue with Aug 1 force wipe. #29

Closed Mike6FO closed 1 month ago

Mike6FO commented 1 month ago

On staging:

NullReferenceException: Object reference not set to an instance of an object at BaseEntity.GetRpcTargetNetworkGroup (RpcTarget& target) [0x00008] in <8f5d78bd69e74fbaaba2aff5a675f2c4>:0 at BaseEntity.ClientRPC[T1] (RpcTarget target, T1 arg1) [0x00016] in <8f5d78bd69e74fbaaba2aff5a675f2c4>:0 at WorldItem.SendItemUpdate () [0x00034] in <8f5d78bd69e74fbaaba2aff5a675f2c4>:0 at RustServerMetrics.HarmonyPatches.Delayed.InvokeHandlerBase_DoTick_Patch.InvokeWrapper (InvokeAction invokeAction) [0x00024] in <54b4bcbc0aba47b495345bfe7621bc6f>:0 at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.InvokeHandlerBase1[[InvokeHandler, Facepunch.UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]].DoTick_Patch0(InvokeHandlerBase1) at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <8cca0fd70bec4f479b84cb349b3db89b>:0

Mike6FO commented 1 month ago

Looks like most data is still flowing though.

Mike6FO commented 1 month ago

Error doesn't seem to exist in final server release, so disregard. :)