CD4017BE / InductiveLogistics

Partial follow up to my Minecraft-mod InductiveAutomation, containing only the item & fluid transport, sorting, storage, etc. features
MIT License
5 stars 3 forks source link

Crash with Universal Transport pipes (1.12.2-1.1.3) #20

Closed BenB196 closed 6 years ago

BenB196 commented 6 years ago

What I did:

I placed two universal transport pipes down in my world, they were below two machines and above a chest. (No picture as world is keeps crashing on load.)

What happened:

After placing the second pipe my server crashed.

Crash Log: https://pastebin.com/rz47Zi5i

Used Versions:

BenB196 commented 6 years ago

I have removed the two pipes through MCedit, below is a picture that shows where the pipes where, but i put mekanism pipes in place of them.

crashpic
CD4017BE commented 6 years ago

It seems that some neighboring block is providing wrong Forge-Capabilities (returning its inventory although it was asked for Universal Pipe Network capability).

What is that green bowl thing next to the second pipe? Try if it works with that block removed or if it immediately crashes when an Advanced Universal Pipe is directly placed next to one of these.

BenB196 commented 6 years ago

Looks like the issue could be related to: https://github.com/thraaawn/BonsaiTrees/issues/37 I will update to the latest version of the mod and retest, thanks.

BenB196 commented 6 years ago

On a side note, is 1.12.2-1.2.0 an official release? I don't see it listed on Curse for download, though I do see you point other people to the version.

CD4017BE commented 6 years ago

I noticed that some bug fixes in that version unfortunately introduced new bugs and I wanted to fix them before putting it as official release on Curse. So consider versions on Github that aren't on Curse yet as beta or still in testing.