Ex Nihilo Omnia

Ex Nihilo Omnia

2M Downloads

[1.10.2] [Latest] Crash with CoFH ItemDucts

CallMeFoxie opened this issue ยท 10 comments

commented

Hi,
I am triggering a crash with Crucible & CoFH ItemDucts. It was working for about an hour fine, now it crashes whenever I open the world +- immediatily (no way to check what's happening at the crucible), stack trace:

https://pastebin.com/iuBbSegj

CoFH pipes are (trying) to feed cobblestone into crucible. Or were the last time I managed to go past that place.

It's Forever Stranded modpack :)

Cheers, Ashley

commented

It's been almost a year now :P Honestly do not remember, check the stack trace and add the null check there.

commented

What file/folder is it?

commented

Looking at the stack trace I'd guess probably CrucibleRegistry.java

commented

But I have to put the code in the file inside the world folder or in the mod one?
Sorry but I'm new at modding ๐Ÿ˜„

commented

It seems odd, the code is already there. Make sure you're running the latest version, I honestly do not remember, try the main developer ;)

commented

Ok thanks

commented

@CallMeFoxie I also have this crash with Forever Stranded modpack. Where I have to put the code in order to get this working?

commented

There's a high chance it is CoFH issue sending wrong item info (Item without assigned Block?) so I can try reporting it there as well if it comes to that?

commented

Threw

+           if (block == null) {
+               return null;
+           }

into the code and it no longer crashes :P at least that!

commented

Uf it was actually trying to put into a crucible item "Placeable Sand Layer" from mod Localized Weather &Storms which may not have a block form :) so there's that!