MemoryLeakFix

MemoryLeakFix

13M Downloads

3-way incompatibility between Earth2Java, Harvest Scythes, and Memory Leak Fix

floral-qua-floral opened this issue ยท 1 comments

commented

Version information:
Minecraft 1.19
Fabric loader 0.14.9
Earth2Java 1.9.0
Harvest Scythes 2.5.3
Memory Leak Fix 0.7.0
Fabric API 0.58.0
Architectury 5.12.44 (dependency for Earth2Java)
Cloth Config 8.0.75 (unmarked dependency for Earth2Java; see Issue #89)

The game will fail to launch when all three mods mentioned in the issue title are present. Removing any individual mod resolves the issue. No crash report is generated, however the log file says it's a java.lang.ExceptionInInitializerError crash. The full log file is available here. Earth2Java's two dependencies do not have to be removed, so the issue does not lie with Architectury or Cloth Config.

I have reported the issue on all three repos. The three issue reports are at Slexom/earth2java#90, LordDeatHunter/HarvestScythes#41 and fxmorin/MemoryLeakFix#43.

commented

Honestly im blaming the other mods on this one. It's a registry issue, so not related to memory leak fix.
My mod loads all mixins at the start of the game instead of when that class is loaded. Which means all issues that would happen normally happen at the start.