Refined Storage

Refined Storage

77M Downloads

Server console spammed when autocrafting with TC Smeltery

mohflo opened this issue ยท 1 comments

commented

Issue description:

The server console gets spammed when using a fluid processing pattern with Tinker's Construct Smeltery.

What happens:

I'm using a Tinker's Smeltery to turn three fluids into an alloy. The crafter inputs the fluids via a Smeltery Drain into the Smeltery. Now whenever the fluids are inserted, the server console gets spammed with this message:

[00:36:17] [Server thread/WARN] [com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask]: null unexpectedly didn't accept items, the remainder has been voided!
[00:36:18] [Server thread/WARN][com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask]: null unexpectedly didn't accept items, the remainder has been voided!
[00:36:18] [Server thread/WARN][com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask]: null unexpectedly didn't accept items, the remainder has been voided!

However, the task will successfully complete with all the items being crafted.

What you expected to happen:

Completion of the task without spamming the server console.

Steps to reproduce:

  1. Set up a Crafter at a Smeltery Drain of a Tinker's Construct Smeltery.
  2. Attempt to execute a processing pattern using multiple fluids as input.
  3. Observe the server console being spammed.

Version (make sure you are on the latest version before reporting):

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2836
  • Refined Storage: 1.6.15
  • Tinker's Construct: 2.12.0.157

Does this issue occur on a server? [yes/no]
Yes. But it occurs in singleplayer as well.

If a (crash)log is relevant for this issue, link it here:

No crash. See above for the server console message.

commented

I'm having this same issue doing the same thing: Crafter -> smeltery drain. It happens if there is not enough space in the smeltery to accept all of the fluids. I get the same error as the OP in addition to the following error:

[17:37:49] [Server thread/WARN] [com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask]: slimeknights.tconstruct.library.smeltery.SmelteryTank@7b37f2b5 unexpectedly didn't accept fluids, the remainder has been voided!

Minecraft: 1.12.2
Forge: 14.23.5.2836
Refined Storage: 1.6.15
Tinker's Construct: 2.12.0.157

Edit: Fluids are indeed getting voided. Messes up my alloying ratios. =(