System.NullReferenceException: Object reference not set to an instance of an object.
at Facepunch.PlayerPawn.UpdateDead() in Player/PlayerController/PlayerPawn.cs:line 125
at Facepunch.PlayerPawn.OnUpdate() in Player/PlayerController/PlayerPawn.cs:line 99
at Sandbox.Component.ExceptionWrap(String name, Action a)
System.NullReferenceException: Object reference not set to an instance of an object.
at Facepunch.PlayerPawn.OnEnabled() in Player/PlayerController/PlayerPawn.Pawn.cs:line 24
at Sandbox.Component.OnEnabledInternal()
at Sandbox.CallbackBatch.Group.Execute()
System.NullReferenceException: Object reference not set to an instance of an object.
at Chat.<>c__DisplayClass22_0.<AddText>b__0() in UI/HUD/Components/Chat.razor:line 205
at Sandbox.Rpc.Resume(WrappedMethod m)
at Sandbox.Component.__rpc_Broadcast(WrappedMethod m, Object[] argumentList)
at Chat.AddText(String message, ChatModes chatMode, String tags) in UI/HUD/Components/Chat.razor:line 197
at InvokeStub_Chat.AddText(Object, Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Host only error
System.NullReferenceException: Object reference not set to an instance of an object.
at Facepunch.DroppedEquipment.OnUse(PlayerPawn player) in Weapons/DroppedWeapon.cs:line 79
at Facepunch.PlayerPawn.<>c__DisplayClass245_0.<TryUse>b__0() in Player/PlayerController/PlayerPawn.Using.cs:line 49
at Sandbox.Rpc.Resume(WrappedMethod m)
at Sandbox.Component.__rpc_Broadcast(WrappedMethod m, Object[] argumentList)
at Facepunch.PlayerPawn.TryUse(Ray ray) in Player/PlayerController/PlayerPawn.Using.cs:line 37
at InvokeStub_PlayerPawn.TryUse(Object, Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
System.NullReferenceException: Object reference not set to an instance of an object.
at Facepunch.UI.Crosshair.Trigger(DamageInfo damageInfo) in UI/HUD/Crosshair.razor:line 100
at Sandbox.Events.GameEvent.Dispatch[T](GameObject root, T eventArgs)
System.NullReferenceException: Object reference not set to an instance of an object.
at Facepunch.UI.Balance.BuildHash() in UI/HUD/Components/Balance.razor:line 34
at Sandbox.UI.Panel.InternalTreeBinds() in C:\git\sbox\engine\Sandbox.Game\UI2\Panel\Panel.Razor.cs:line 62
System.NullReferenceException: Object reference not set to an instance of an object.
at Sandbox.Component.JsonWrite(Object value, Utf8JsonWriter writer)
at Sandbox.JsonSerializedConvert`1.Write(Utf8JsonWriter writer, T val, JsonSerializerOptions options)
at System.Text.Json.Serialization.JsonConverter`1.TryWrite(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonConverter`1.WriteCore(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonConverter`1.WriteCoreAsObject(Utf8JsonWriter writer, Object value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.JsonSerializer.WriteCoreAsObject(Utf8JsonWriter writer, Object value, JsonTypeInfo jsonTypeInfo)
at System.Text.Json.JsonSerializer.WriteNodeAsObject(Object value, JsonTypeInfo jsonTypeInfo)
at Sandbox.Json.ToNode(Object obj, Type type)
at Sandbox.Component.Serialize(SerializeOptions options)
Should be fixed by 6ae8ba499c8a216ec811e9fed30ba13877bd0e3c:
The type 'Facepunch.PlayerState' is not a supported dictionary key using converter of type 'Sandbox.JsonSerializedConvert`1[Facepunch.PlayerState]'. The unsupported member type is located on type 'System.Collections.Generic.List`1[Facepunch.DamageInfo]'. Path: $. System.NotSupportedException: The type 'Facepunch.PlayerState' is not a supported dictionary key using converter of type 'Sandbox.JsonSerializedConvert`1[Facepunch.PlayerState]'. The unsupported member type is located on type 'System.Collections.Generic.List`1[Facepunch.DamageInfo]'. Path: $.
---> System.NotSupportedException: The type 'Facepunch.PlayerState' is not a supported dictionary key using converter of type 'Sandbox.JsonSerializedConvert`1[Facepunch.PlayerState]'.
at System.Text.Json.ThrowHelper.ThrowNotSupportedException_DictionaryKeyTypeNotSupported(Type keyType, JsonConverter converter)
at System.Text.Json.Serialization.JsonConverter`1.WriteAsPropertyName(Utf8JsonWriter writer, T value, JsonSerializerOptions options)
at System.Text.Json.Serialization.JsonConverter`1.WriteAsPropertyNameCore(Utf8JsonWriter writer, T value, JsonSerializerOptions options, Boolean isWritingExtensionDataProperty)
at System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter`3.OnWriteResume(Utf8JsonWriter writer, TCollection value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonDictionaryConverter`3.OnTryWrite(Utf8JsonWriter writer, TDictionary dictionary, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonConverter`1.TryWrite(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonConverter`1.WriteCore(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state)
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ThrowNotSupportedException(WriteStack& state, NotSupportedException ex)
at System.Text.Json.Serialization.JsonConverter`1.WriteCore(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.Serialization.JsonConverter`1.WriteCoreAsObject(Utf8JsonWriter writer, Object value, JsonSerializerOptions options, WriteStack& state)
at System.Text.Json.JsonSerializer.WriteCoreAsObject(Utf8JsonWriter writer, Object value, JsonTypeInfo jsonTypeInfo)
at System.Text.Json.JsonSerializer.WriteNodeAsObject(Object value, JsonTypeInfo jsonTypeInfo)
at Sandbox.Json.ToNode(Object obj, Type type)
at Sandbox.Component.Serialize(SerializeOptions options)
Host only error
Should be fixed by 6ae8ba499c8a216ec811e9fed30ba13877bd0e3c: