GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.72k stars 676 forks source link

Packets only sending to bedrock players when actioning something (moving, etc) #4613

Closed MiguVT closed 2 months ago

MiguVT commented 5 months ago

Describe the bug

All packets only sending when actioning something (moving, etc) Video from one of my players: https://cdn.discordapp.com/attachments/1233898202319818882/1233944272118485083/Screenrecorder-2024-04-27-18-43-44-987.mp4?ex=662eefa8&is=662d9e28&hm=5ca469ac9ef9e312eb6100c69c3aef48cd92c19e1148fa746b5e249f6f150dbb&

To Reproduce

  1. Play a little like 2h or 3h with server on
  2. Dont move or do some action, just stay afk (You will not see anything new, just stay the same image, mobs in their position freezed,

Expected behaviour

I wanted to play normal, no with this bug

Screenshots / Videos

I am like this: image I move in java and this happens: image And when i move the camera or punch: image

Server Version and Plugins

Paper: image Proxy: image

Geyser Dump

https://dump.geysermc.org/BOGrhN2MHhE0BXMuMIohHbcV4Fac5shX

Geyser Version

2.2.3-SNAPSHOT (git-master-42a9ba6)

Minecraft: Bedrock Edition Device/Version

1.20.62 (All versions, android and windows tested)

Additional Context

No response

MiguVT commented 5 months ago

tried with forward-player-ping true and false and nothing changes

Kas-tle commented 5 months ago

Try without protocolize and simple voice chat

Kas-tle commented 5 months ago

Well, ideally try with no plugins to confirm it's not a conflict.

md5nake commented 2 months ago

I've identified the cause of this. Starting the Spark profiler on Velocity causes this bug to occur. You can trigger it during runtime by running sparkv profiler start.

MiguVT commented 2 months ago

I've identified the cause of this. Starting the Spark profiler on Velocity causes this bug to occur. You can trigger it during runtime by running sparkv profiler start.

Tested and, yes, its the problem, tysm <3