CyclopsMC / IntegratedCrafting

Craft stuff in Integrated Dynamics networks
MIT License
7 stars 6 forks source link

Autocrafter stuck in: Calculating Crafting Plan #5

Closed Degani007 closed 5 years ago

Degani007 commented 5 years ago

Issue type:


Short description:

When having a multi-step crafting pattern with many crafting requirements. (for example the basic capacitor bank from Ender IO or solar gen from Mekanism etc.) the autocrafter will not do anything other than show "Calculating Crafting Plan." You can press escape and click it away but no crafting job will ever start.

Steps to reproduce the problem:

  1. Setting up patterns: Ore -> Pulverize Ore -> Ingot
  2. Setting up patterns to craft the item
  3. Click on craft pattern and get the GUI with the "Calculating Crafting Plan"

Expected behaviour:

It should craft the pattern. If I make the sub-components (for example the basic capacitors, redstone block, 4 iron ingots) and make the requirement list shorter it will make the generator instantly.


Versions:

IntegratedCrafting-1.12.2-1.0.0 Minecraft 1.12 Forge1.12.2-14.23.5.2796

darkshadow543 commented 5 years ago

I had this with my automation for AA crates

rubensworks commented 5 years ago

Does anything appear in your server console logs? It is possible that the plan calculation simply has failed.

Degani007 commented 5 years ago

It is on a test single-player at this moment. Not certain how to provide these logs for you?

rubensworks commented 5 years ago

@Degani007 The fml-client-latest.log and latest.log should contain the information I need.

Degani007 commented 5 years ago

Checked the log and found the error it gives when starting a crafting process that is too big. See log for more info. latest.log

rubensworks commented 5 years ago

Thanks! That's exactly what I needed.

rubensworks commented 5 years ago

@darkshadow543 was right, this is the same problem as #2. Closing this in favor of that one.