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

Multiple log entries where the client gets multiple corrections for the same reset count mismatch #344

Open
mcphedar opened this issue Apr 12, 2023 · 0 comments
Labels
kind/bug Something isn't working priority/major Major priority. Work that should be handled after all blocking and critical work is done.

Comments

@mcphedar
Copy link
Contributor

Describe the bug
Seen in a playtest on 3/10/23

14:42:36> [Warning] (System) - * Autonomous Desync - Correcting clientInputId=4306 from host frame=26810
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SecondsSinceJumpRequest.Element Server=28.085344 Client=28.184347
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SecondsSinceOnGround.Element Server=27.159317 Client=27.258320
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SelfGeneratedVelocity.Element.zValue Server=-533.951538 Client=-535.893921
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.resetCount Server=4 Client=3
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.xValue Server=4.620983 Client=2604.268311
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.yValue Server=-44.661552 Client=-0.776629
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.zValue Server=-5.458743 Client=-4721.283203
<14:42:36> [Warning] (System) - * Autonomous Desync - Correcting clientInputId=4309 from host frame=26813
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SecondsSinceJumpRequest.Element Server=28.085344 Client=28.283350
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SecondsSinceOnGround.Element Server=27.159317 Client=27.357323
<14:42:36> [Error] (System) - Player.NetworkPlayerMovementComponent.SelfGeneratedVelocity.Element.zValue Server=-533.951538 Client=-537.836304
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.resetCount Server=4 Client=3
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.xValue Server=4.620983 Client=2604.268311
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.yValue Server=-44.661552 Client=-0.776629
<14:42:36> [Error] (System) - Player.NetworkTransformComponentBase.translation.Element.zValue Server=-5.458743 Client=-4774.464844

Steps to reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '...'
  3. Select attached asset '...'
  4. Scroll down to '...'
  5. See error

Expected behavior
A clear and concise description of what you expected to happen.

Found in Branch
Stabilization/2305

@mcphedar mcphedar added kind/bug Something isn't working needs-triage Issue requires review labels Apr 12, 2023
@lmbr-pip lmbr-pip added priority/major Major priority. Work that should be handled after all blocking and critical work is done. and removed needs-triage Issue requires review labels Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working priority/major Major priority. Work that should be handled after all blocking and critical work is done.
Projects
None yet
Development

No branches or pull requests

2 participants