KnightMiner / Ceramics

Adds various early game items made of clay, or fill a void where the later version requires harder resources
MIT License
16 stars 15 forks source link

[1.12.2] Null Pointer Crash #36

Closed artdude543 closed 5 years ago

artdude543 commented 6 years ago

In Regards to https://github.com/Darkosto/SevTech-Ages/issues/1815

Hello, just had this report about a crash with the modpack and the usage of a distillation tower from IE Tech but looking the report given it's just a Null Pointer being thrown from Ceramics.

Crash Report: https://pastebin.com/SqFmHVvf Version Used: 1.12-1.3.3b

If you need more info the user on how the setup is done/usage then you can chatter on the linked issue 🙂

Thanks!

KnightMiner commented 6 years ago

Seen this issue before, but it's impossible for me to fix. It is caused by an area of Forge code which creates a fluid stack then somehow that fluid stack is null a couple lines later. My best guess is some mod is doing something wrong in the fluid fill event, but there is nothing I can do to catch that, you will have to find which mod causes it.

KnightMiner commented 5 years ago

Closing for lack of update as the linked issue is closed. If I could get minimal steps to reproduce I may be able to address this, but as it stands I have never see this happen and it happens in code I do not control