-
Notifications
You must be signed in to change notification settings - Fork 131
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
Error: RenderManager(0): WorkerThread(0): Exception while doing some work! java.util.NoSuchElementException: There is no TagType for id: 102 #588
Comments
The problem is that you probably have some corrupted map-state files, probably caused by a crash or error while bluemap was writing them. The bug is that bluemap should be able to recover from this and fix the file, instead of erroring over and over again :) (Purging the entire map should fix the erroring on your end as well.) |
If I understood everything correctly, then I have to delete the data that is responsible for chunks on the map. Is everything right? |
|
Thanks a lot, I'll try to use the command now. I'll see if the error has been corrected or not |
The team helped solve the problem. Thank you very much! |
What i did / Steps to reproduce
Nothing, the error came from nowhere.
Expected result
The whole console is full of errors.
Actual result
The card itself works stably, but it is not pleasant to look at the console, which is all red. The error appears almost every ~10 seconds, which is why the entire console is in this error.
Error:
Context
I searched for an error on GitHub, found a similar error #234, did as it was written there, deleting
minecraft-client-1.20.6.jar
,it didn't help.
In folder:
./config
, there is no folder:./bluemap
.BlueMap Version:
5.3 Spigot
.Minecraft:
1.20.6
Server Core: Paper
OS: Windows 10
P.S. I used a translator, so the text may be strange in some places
The text was updated successfully, but these errors were encountered: