-
-
Notifications
You must be signed in to change notification settings - Fork 466
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 Art display corruption during run time #177
Comments
[20:46:21 ERROR]: Not a string | |
Problem still exist: The picture shown below should form a 4x4 continuous map art, but the right side 4 pictures are corrupted. Players report that it was found after server restart one day, but cannot tell which day. It happens occasionally, cannot reproduce 100%. |
Is there any update to this? On a community server we are playing this now happened Twice that Mulitple map art got corrupted by being replaced with other maps or are just gone by not showing anything at all. the first time it happened the server crashed but the second time it was a normal restart. |
First suggestion would be to reproduce this on the 1.21.1 branch. Lots of commits since 1.20.4 and we don't backport those updates. |
i dont have proof rn but this has happened on 1.21.1, its been pretty frustrating |
Haven't figured out what is happening yet, but this has happened on my 1.21.1 server. Don't know what to do about it. |
Stuff like this is often due to things like map IDs being reused, used to be fairly common when the limit was muuuuch lower; wonder if there is a race or something here edit: logic looks fine, make sure that you've not overrun IDs |
i very much doubt that anyone is hitting the map limit. since AFAIK the limit is 4,294,967,296 maps |
from some testing on 1.21.4 it seems 1 way to corrupt a locked map is to teleport before interacting with it in your inventory. We tested by creating a locked map, not touching it after its creation and then teleporting, which corrupts it. If you click the map before teleporting the map remains ok. This was tested on 1.21.1 and 1.21.4 |
Expected behavior
When player build Map art on Minecraft world and use map item to take a picture of the chunk, the map should keep the same at any time.
Observed/Actual behavior
During running of folia server without restart, the art get corrupted and showing some random and wired chunk map images.
Steps/models to reproduce
build map art on folia server, wait.
Plugin and Datapack List
[21:56:12 INFO]: Server Plugins (43):
[21:56:12 INFO]: Bukkit Plugins:
[21:56:12 INFO]: - AnnouncerPlus, AntiPopup, Attollo, AxInventoryRestore, AxShulkers, BetterRTP, BlockLocker, BlueMap, Chunky, ChunkyBorder
[21:56:12 INFO]: CMILib, CodFrame, CoreProtect, DecentHolograms, DeluxeMenus, DiscordSRV, DragonDropElytra, Essentials, EssentialsChat, EssentialsGeoIP
[21:56:12 INFO]: EssentialsProtect, EssentialsSpawn, FancyNpcs, floodgate, FoliaFlow, GreenChunk, GSit, HeadDrop, Kaiivoid, LuckPerms
[21:56:12 INFO]: Matrix, PlaceholderAPI, PlayerWarps, ProtocolLib, Residence, ShulkerRespawner, spark, TAB-Bridge, Vault, ViaBackwards
[21:56:12 INFO]: ViaVersion, VillagerOptimizer, zAuctionHouseV3
Folia version
This server is running Folia version git-Folia-"3843340" (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: 3843340 on dev/1.20.2)
Other
The new two commit of mojangapi and gradle and also rcon seems does not affect the result.
The text was updated successfully, but these errors were encountered: