-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Map Desynchronization After 1.21.1 Update - Locked Maps Lose Pixels #406
Comments
This comment was marked as spam.
This comment was marked as spam.
Thanks for the detailed report & for bringing this to my attention. On inspection of the wiki, it seems an undocumented change to the Map format was made in the 1.20.6 update cycle. This will require an investigation. https://minecraft.wiki/w/Map#History |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
We are experiencing this issue as well. Let me know if we can help in any way. Running Paper 1.21.1#131 |
This issue should now be fixed. Download the latest alpha from William278.net and test. |
(cherry picked from commit f803af0)
(cherry picked from commit 0445ba6)
(cherry picked from commit f803af0)
(cherry picked from commit 0445ba6)
I compile this plugin from your sources. And I get an error when loading the server. I understand that this is caused by the fact that the plugin is compiled for version 1.21.3. How to fix it? |
We don't provide compile support here unfortunately, please open a ticket on discord with proof of purchase :) |
Description: After updating my Minecraft servers to version 1.21.1, I've encountered an issue with HuskSync where locked maps do not sync properly between servers. Prior to the update, everything worked flawlessly, but now maps lose pixels after traveling between servers.
Steps to Reproduce:
Expected Behavior: The locked map should appear identical across servers without any visual issues.
Actual Behavior: The map loses pixels or shows visual corruption after syncing between servers, as if some pixel data is not being transferred correctly. Attached are screenshots comparing the same map before and after synchronization:
Screenshot 1: Normal map after creation.
Screenshot 2: The same map after traveling between servers.
Server Details:
No errors in the logs.
Redis and MySQL are configured and working fine
Additional Information: I have tried replicating the issue on a fresh server setup, and the problem persists. This issue did not occur on version 1.20.x, and no other plugin changes have been made. Could this be related to how map data is serialized or synced after the update?
Potential Cause/Idea: The issue seems to be related to how HuskSync handles the new map format or locked map data in 1.21.1. Perhaps some data fields are missing or incorrectly handled during the synchronization process.(Assumption.)
The text was updated successfully, but these errors were encountered: