Heat And Climate

Heat And Climate

409k Downloads

Crash upon creating world

Rongmario opened this issue ยท 7 comments

commented

Crash: https://paste.dimdev.org/poviwizowo.mccrash

I'm using OpenJ9 u242.

commented

Confirmed the normal operation on Oracle Java (1.8.0_231 latest) and Forge2847. I can't see a similar crash. Sorry.
This mod is developed in Oracle Java and is not supported for OJ9. Please use at your own risk.

commented

Same with Oracle.

commented

Happens in Oracle Java too:
crash-2019-12-25_00.51.11-server.txt

commented

Looks like a crash because multiple coremods change the same method. However, this log does not reveal any conflicts.
This mod is (in principle) supported to work with the recommended Forge and plugin targets (specified in the readme). In the case of coremod conflicts, conflicts cannot be avoided and we will take action, but we do not promise to fix them.

commented

In defeatedcrow/HeatAndClimateLib@c03aa11 , added config for core mod. This can stop the crashing MethodTransformer. This is a temporary measure.

commented

I'll try build it if there's no releases out, what would disabling the coremod do?

commented

Oh, sorry to wrong update in curseforge.
New file is here now. This version creates a new file "dcs_asm.cfg". This is the config file for controlling coremod.
They stop only the coremod override of the specified part, and limit the functions that require it.
For example, in the crash you presented, HaC failed to override World#canBlockFreezeBody. If this is stopped, the function for freezing the water block will be limited. And you may be able to play the mod without affecting the rest.