Mod
Quark Zeta Fixin
No reviews yet
Fixes a race condition in Zeta, the library for Quark, that occurs when too many addons are installed
Addresses and fixes known bugs and issues.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This mod fixes concurrency issues with Zeta (the library for Quark)'s event system, where having any number of addons that try use it (although more commonly with lots of addons) will cause the game to crash sometimes.
Error messages that this fix look like this:
Exception message: java.lang.ArrayIndexOutOfBoundsException: Index 512 out of bounds for length 257
Stacktrace:
at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.rehash(Object2ObjectOpenHashMap.java:1275)
at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.insert(Object2ObjectOpenHashMap.java:245)
at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.put(Object2ObjectOpenHashMap.java:253)
at org.violetmoon.zetaimplforge.event.ForgeZetaEventBus.subscribeMethod(ForgeZetaEventBus.java:87)
The important parts here are the Exception message: java.lang.ArrayIndexOutOfBoundsException: AND the org.violetmoon.zetaimplforge.event.ForgeZetaEventBus.subscribeMethod. If both of these do not appear in your error message then this will not solve your issue.
It fixes this by replacing the non thread safe map with a thread safe version, and does so in a way that means the game will not crash no matter what changes Zeta makes (even if they fix this issue). You should still remove this mod when Zeta fixes the issue though.
And yes, this mod is so small that the same jar works across 1.20.1 Forge and 1.21.1 NeoForge.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers