Thut Bling

Thut Bling

160k Downloads

Crash Report when installed alongside Astral Sourcery

GreyMamoN opened this issue ยท 11 comments

commented

## Versions above 5.11.10 give an error
Forge 1.12.2 - 14.23.1.2556
The server is crashing
I apologize for the bad English ...

Caused by: java.lang.ClassCastException: thut.api.terrain.CapabilityTerrain$DefaultProvider cannot be cast to hellfirepvp.astralsorcery.common.base.FluidRarityRegistry$ChunkFluidEntry at hellfirepvp.astralsorcery.common.base.FluidRarityRegistry.onChLoad(FluidRarityRegistry.java:122) ~[FluidRarityRegistry.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_620_FluidRarityRegistry_onChLoad_Load.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652) ~[EventBus.class:?] ... 15 more

commented

I am having same issue if i revert back to previous thut core 5.11.10 issue does not happen. It only started with the last couple thut core updates. Happens with 5.12.0 and 5.12.1

commented

ya, the latest thutcores (5.12.+) swapped over to using capabilities for some internal stuff, and somehow Astral Sourcery is trying to cast the thutcore chunk capabilities to its own type.

commented

Hello

I have the same problem when I want to load my SSP world, so should I report it to astral sourcery ?

Thank you

commented

That crash is caused by astralsourcery

commented

Hmm, though looking at how they do their checks, it shouldn't be occurring

commented

yes, also report it there, then link this issue to the one you post there, hopefully this evening I will have time to try to look into what is going on, at first glance I don't see anything that either of the two mods are doing wrongly

commented

ok ok, the interesting thing is that If I use the older version from astral sorcery then is working ok so the problem is maybe on his side.

commented

ya, I didn't have time for a full check, but when I glanced at his code, and looked over mine, both seem to be done properly, so not entirely sure why the crash is occuring, but it is definitely an interaction of some kind going badly between the two mods

commented

This has now been fixed in thutcore 5.12.3, thanks to @HellFirePvP for finding the error on my end :D