Skip to content
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

[1.20]Fix ArrayOutOfBoundsException Caused By Parallel Mod Loading #6158

Closed
wants to merge 1 commit into from

Conversation

khjxiaogu
Copy link

Because of the parallel mod construct and loading, extension using api have a chance to load IE api classes at the same time as IE does, and there's a rare chance that the make method is called multithreaded, causing an ArrayOutOfBoundsException.

@BluSunrize
Copy link
Owner

I'm not releasing for 1.20.1 anymore, but I've included this in 1.20.4.

Thank you! =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants