-
Notifications
You must be signed in to change notification settings - Fork 413
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
Occasional ConcurrentModificationException when loading datapacks #3969
Comments
Been seeing exactly the same problem on a small community server I admin. We don't even have "Dungeons and Taverns", just a couple of basic mods, plus a bunch of the Vanilla Tweaks datapacks. Log file from last night... |
For now you can build Fabric API from apple502j's fork and use it for your server. I did this and tested with 50 launches, not a single crash. Here's my build for 1.21 if you don't want to do it yourself (remove |
Seems like a few people are having this crash suddenly, ill merge and release the fix shortly. I was going to wait until the next feature release, but it seems more important. Please do make sure to report issues as you as you see them, they cannot be fixed if we dont know about them. |
I don't think that's the case, more probable is that this issue is now searchable (at least on Fabric discord), so people don't have to go through all of their mods just to find out that the last suspect, Fabric API, is guilty. |
To be honest, I was still investigating it is a datapack issue, not a Fabric/mod issue. It was only when looking for something else that I came across this report and had the a-ha moment. |
Description:
Only happens when Fabric API is present. 50 launches without Fabric API mod were all successful.
This doesn't occur on every load. That's why I've written a node.js script that helped me debug this behavior: https://hst.sh/siloravisa.js
Relevant info:
Dungeons and Taverns: https://modrinth.com/datapack/dungeons-and-taverns
Log: https://hst.sh/aluripatij.log
Using:
Java Temurin 21.0.2.13
Loader 0.15.11
Minecraft 1.21
Fabric API 0.100.7+1.21
Dungeons and Taverns 4.3
Reproduction:
mods
, add Dungeons and Taverns as either mod or datapackThe text was updated successfully, but these errors were encountered: