You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0x67 in pre-library branch is failing deserialization:
This mostly is here for reference as the project migrated to GladNet4 and 4.x of the FreecraftCore.Serializer
Exception:Failedto set member LobbyCharacterData on Type:Booma.Proxy.BlockLobbyJoinEventPayloadfor Type:BlockLobbyJoinEventPayloadException:Failedto set member PlayerHeader on Type:Booma.Proxy.CharacterJoinDatafor Type:CharacterJoinDataException:Failedto set member unk4 on Type:Booma.Proxy.PlayerInformationHeaderfor Type:PlayerInformationHeaderException:Failedto read a desired bytes from the stream.Count:1314Position:1312Requested:4...Stack: at FreecraftCore.Serializer.DefaultMemberSerializationMediator`2.SetMember(TContainingTypeobj,IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.ComplexTypeSerializer`1.SetMembersFromReaderData(TTypeobj,IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.ComplexTypeSerializerDecorator`1.Read(TComplexTypeobj,IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.ComplexTypeSerializerDecorator`1.Read(IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.SimpleTypeSerializerStrategy`1.FreecraftCore.Serializer.ITypeSerializerStrategy.Read(IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.KnownTypes.SubComplexTypeSerializerDecorator`1.Read(IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.SimpleTypeSerializerStrategy`1.FreecraftCore.Serializer.ITypeSerializerStrategy.Read(IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.SerializerService.Deserialize[TTypeToDeserializeTo](IWireStreamReaderStrategysource)
at FreecraftCore.Serializer.SerializerService.Deserialize[TTypeToDeserializeTo](Byte[]data)
at Booma.Proxy.CapturedPacketsTests.Generic_CanDeserialize_CaptureTest[TBasePayloadType](PacketCaptureTestEntryentry)in C:\Users\Glader\Documents\Github\Booma.Proxy\tests\Booma.Proxy.Packets.Tests\UnitTests\CapturedPacketsTests.cs:line 115```
The text was updated successfully, but these errors were encountered:
0x67 in pre-library branch is failing deserialization:
This mostly is here for reference as the project migrated to GladNet4 and 4.x of the FreecraftCore.Serializer
The text was updated successfully, but these errors were encountered: