-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Player data desync on server change #292
Comments
This issue happens since the update of attribute synchronization. I have been running earlier version for a long time with no sync issue than the "health" one. |
It looks like it failed to finish processing the disconnect packet on your server due to thread timeout. Try disabling sync modes? Honestly this is kind of unusual; I'm not doing anything massively expensive aside from reading player attribute data, is your server that low spec? |
I find it unusual too since the TPS remain consistently at 20. This is the second time that my player report a desync problem since the update to 3.5. I plan to test a different infrastructure to determine if the issue persists. My current cpu is ryzen 5800x and it's a shared plan so I'm not sure if it's the spike, because if player don't disconnect from the network, the problem is still there each disconnection event. |
Your hardware seems reasonable enough Looking at the trace in more detail - it seems like it's crashing on an I/O write of that player's data to their NBT data file (like, the actual .dat file in the HuskSync doesn't prevent Minecraft from persisting user data to disk, as is by default, for redundancy purposes. Have you done something to remove permissions from writes to the playerdata directory in your world folder / are you doing stuff with that data to, say, delete or move it? |
Closing this as the issue reported seems specific to the user's case - if further help is needed, get in touch on Discord. |
Player data sometimes doesn’t sync between the server until the player rejoins the network (quits the server and rejoins).
I’m not sure if this is a bug or if the server is too weak. However, this issue occurs even when there are only 2-3 players on the server, resulting in the following error. This error has been observed since the attribute sync update.
Edit: My english is too funny, grammar correction.
The text was updated successfully, but these errors were encountered: