We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.20.1
When I join the world, it sometimes crashes immediately with ConcurrentModificationException: null. I think it's because of this line:
ConcurrentModificationException: null
elytraslot/forge/src/main/java/com/illusivesoulworks/elytraslot/platform/ForgePlatform.java
Line 32 in 1f1eb29
Forge
Forge 47.2.30
N/A
elytraslot-forge-6.4.3+1.20.1
https://mclo.gs/5P6axOh
The text was updated successfully, but these errors were encountered:
ad76466
Fix concurrent exception, closes #130
e18f08a
TheIllusiveC4
No branches or pull requests
Minecraft Version
1.20.1
What happened?
When I join the world, it sometimes crashes immediately with
ConcurrentModificationException: null
. I think it's because of this line:elytraslot/forge/src/main/java/com/illusivesoulworks/elytraslot/platform/ForgePlatform.java
Line 32 in 1f1eb29
Forge loads mods in parallel so I think you should use ConcurrentHashMap
How do you trigger this bug?
...
Loader
Forge
Loader Version
Forge 47.2.30
API Version
N/A
Mod Version
elytraslot-forge-6.4.3+1.20.1
Relevant Log Outputs
https://mclo.gs/5P6axOh
The text was updated successfully, but these errors were encountered: