polyvalord / extcaves

extcaves minecraft mod
Other
0 stars 3 forks source link

Not compatible with AdoptOpenJDK\jdk-8.0.282.8-openj9 #26

Open popposoft opened 3 years ago

popposoft commented 3 years ago

Hello

I downloaded the mod through FTB client Direwolf20 modpack for 1.16

When I load the pack with your mod and openjdk-8.0.282.8-openj9 I have the game not loading with this crash log attached

crash-2021-01-29_18.08.51-fml.txt

Are you able to solve this?

Best regards

brisingraerowing commented 3 years ago

Forge itself does not support OpenJ9 as the underlying runtime. They require the hotspot runtime.

Gamertech commented 3 years ago

Getting the same crash from this mod.

While Forge still refuses to officially support the OpenJ9 JVM, it has run just fine on it since at least 1.7.10 with far better performance and stability than Hotspot. As an example, Project Ozone 3 drops from around 7-8GB of RAM to below 4GB with higher fps just by swapping to OpenJ9.

Out of hundreds, the only mods I know of that have problems with OpenJ9 are Extended Caves and Simple Farming. The crashes are specific to these mods, so it would be great if this could be fixed.

Thanks

popposoft commented 3 years ago

Out of hundreds, the only mods I know of that have problems with OpenJ9 are Extended Caves and Simple Farming. The crashes are specific to these mods, so it would be great if this could be fixed.

Latest Direwolf modpack, for instance, runs great without Extended Caves (150+ mods running)

That's why I asked in the first place. OpenJDK has improved greatly performance on my pc

gglobensky commented 3 years ago

I tried with OpenJ9 v11 (in a 300+ mods custom modpack) and it worked, contrary to v8. That might fix your issue.