Packets only sending to bedrock players when actioning something (moving, etc)
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
- Play a little like 2h or 3h with server on
- 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:
I move in java and this happens:
And when i move the camera or punch:
Server Version and Plugins
Paper:
Proxy:
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
tried with forward-player-ping true and false and nothing changes
Try without protocolize and simple voice chat
Well, ideally try with no plugins to confirm it's not a conflict.
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.
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