-
Notifications
You must be signed in to change notification settings - Fork 9
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
Race Condition: ArrayIndexOutOfBoundsException for ForgeZetaEventBus#unsubscribeMethod #52
Comments
This happens to me too.
|
I'm sorry, is there any plan to fix this? |
its a though issue. we havent indentified why it happens exactly |
this is kind of a forge issue. Can you confirm forge is the very latest version? they might have fixed it |
migh want to check soon, coculd be fixed on next release |
I have upgraded to Forge 1.20.1-47.4.0, but the issue still persists. Details
|
Is zeta updated with yesterday release? |
After upgrading Zeta to version 1.20-27, I got this crash. Details
So is there a version for 1.20.1? |
This SHOULD be fixed in Zeta 1.0-28 and Quark 4.0-461.
Sry about that, we needed to update Quark to account for the latest changes in Zeta, try the latest Quark. |
Environment: Forge 1.20.1
Zeta: 1.0-24
Quark: Quark-4.0-460
This happens inconsistently whenever my modpack is loaded. It seems like something isn't synchronized in the event bus, causing a race check to be possible under the right circumstances. I haven't used it much, but you might be able to just wrap the call in a
synchronized
block to fix it.Full Stacktrace
The text was updated successfully, but these errors were encountered: