Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0x67 Deserialization Errors #26

Closed
HelloKitty opened this issue Dec 22, 2020 · 2 comments
Closed

0x67 Deserialization Errors #26

HelloKitty opened this issue Dec 22, 2020 · 2 comments

Comments

@HelloKitty
Copy link
Owner

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: Failed to set member LobbyCharacterData on Type: Booma.Proxy.BlockLobbyJoinEventPayload for Type: BlockLobbyJoinEventPayload Exception: Failed to set member PlayerHeader on Type: Booma.Proxy.CharacterJoinData for Type: CharacterJoinData Exception: Failed to set member unk4 on Type: Booma.Proxy.PlayerInformationHeader for Type: PlayerInformationHeader Exception: Failed to read a desired bytes from the stream. Count: 1314 Position: 1312 Requested: 4... Stack:    at FreecraftCore.Serializer.DefaultMemberSerializationMediator`2.SetMember(TContainingType obj, IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.ComplexTypeSerializer`1.SetMembersFromReaderData(TType obj, IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.ComplexTypeSerializerDecorator`1.Read(TComplexType obj, IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.ComplexTypeSerializerDecorator`1.Read(IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.SimpleTypeSerializerStrategy`1.FreecraftCore.Serializer.ITypeSerializerStrategy.Read(IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.KnownTypes.SubComplexTypeSerializerDecorator`1.Read(IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.SimpleTypeSerializerStrategy`1.FreecraftCore.Serializer.ITypeSerializerStrategy.Read(IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.SerializerService.Deserialize[TTypeToDeserializeTo](IWireStreamReaderStrategy source)
       at FreecraftCore.Serializer.SerializerService.Deserialize[TTypeToDeserializeTo](Byte[] data)
       at Booma.Proxy.CapturedPacketsTests.Generic_CanDeserialize_CaptureTest[TBasePayloadType](PacketCaptureTestEntry entry) in C:\Users\Glader\Documents\Github\Booma.Proxy\tests\Booma.Proxy.Packets.Tests\UnitTests\CapturedPacketsTests.cs:line 115```
@HelloKitty
Copy link
Owner Author

See: 0x67_8f3ad515-222a-4859-98bf-4737815e2fc3.packet

@HelloKitty
Copy link
Owner Author

Duplicate of #23 closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant