[1.10.2] [Latest] Crash with CoFH ItemDucts
CallMeFoxie opened this issue ยท 10 comments
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:
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
It's been almost a year now :P Honestly do not remember, check the stack trace and add the null check there.
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 ๐
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 ;)
@CallMeFoxie I also have this crash with Forever Stranded modpack. Where I have to put the code in order to get this working?
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?
Threw
+ if (block == null) {
+ return null;
+ }
into the code and it no longer crashes :P at least that!