Enderio: Ender IO - 1.12.2 - 5.0.28 Fatal Recipe Error

Created on 3 Jul 2018  路  18Comments  路  Source: SleepyTrousers/EnderIO

Issue Description:

Game crashes on load with latest Ender IO / Ender Core due to an Ender IO Fatal Recipe Error.

What happens:

When the game is loading an ender io fatal recipe error occurs, attachted is a screenshot of what is displayed.

https://imgur.com/a/SrCorpr

Bad File - recipes/machines.xml

Error Message - Could not find a crafting ingredient for 'enderio:block_omni_reservoir in 'Omni Reservoi'

What you expected to happen:

The game not to crash while loading and to load up fully to the main menu.

Steps to reproduce:

  1. Install Forge 14.23.4.2727 / Ender IO - 1.12.2-5.0.28 / Ender Core - 1.12.2 -0.5.35
  2. Load up the game
  3. Crash while loading
    ...

Affected Versions (Do not use "latest"):

  • EnderIO: 1.12.2 - 0.5.28
  • EnderCore: 1.12.2 - 0.5.35
  • Minecraft: 1.12.2
  • Forge: 14.23.4.2727

Your most recent log file where the issue was present:

Log File attatched:

https://pastebin.com/VUygsgKx

Most helpful comment

All 18 comments

I'm experiencing the same issue with the latest version as well. Somebody on the EnderIO Discord server said to delete "machines.xml" in the EnderIO config recipes folder, but that didn't resolve the problem.

I saw that as well and tried deleting "machines.xml" so it regens the file and still causes the same crash.

Yeah, I'm guessing it's an error with the default recipe inside the file or something. I also tried to regenerate the entire recipes folder, which didn't change anything.

this problem seems to also appear in the modular version

Same there on Forge 2705

same here, Forge 2727

changed blockGlass to blockGlassHardened as per b52src and that didnt work

Try adding this to the user recipe

  <recipe name="Omni Reservoir" required="false" disabled="true">
    <crafting>
      <grid size="3x3">
        <item name="blockGlass" /><item name="FUSED_QUARTZ" /><item name="blockGlass" />
        <item name="blockGlass" /><item name="item:minecraft:cauldron" /><item name="blockGlass" />
        <item name="blockGlass" /><item name="FUSED_QUARTZ" /><item name="blockGlass" />
      </grid>
      <output name="enderio:block_omni_reservoir" amount="4" />
    </crafting>
  </recipe>

If the game launches fine then try adding this recipe
```









@tyler489 adding either of these recipes to user_recipes.xml doesn't help

Adding the first one should have stoped it from crashing..

Nope, it still crash. (I hope I added it correct)
grafik

yeah the file keeps resetting to default

Does the error have something to do with the latest commit (https://github.com/SleepyTrousers/EnderIO/commit/97e9c05aaafeb675e7b72e7fb91af138949dfd39)?

same error

I have fixed this in the latest commit. It's uploading to curse now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

princessbinas picture princessbinas  路  4Comments

FC-Creations picture FC-Creations  路  4Comments

calloatti picture calloatti  路  5Comments

Thunderheadz picture Thunderheadz  路  3Comments

Sinhika picture Sinhika  路  3Comments