ender io fatal recipe error что делать

Comments

xCARVENx commented Aug 4, 2018 •

Issue Description:

The error itself is simple, but all the changes that I have made to correct this error without result. Put me on the right path.
Added recipes for creative things in the folder scripts. After that, as I understand, there was an error in the recipes of the gradient ingot with wooden gears.

What happens:

Bug Report

== ENDER IO FATAL RECIPE ERROR ==

Cannot register recipes as configured. This means that either your custom recipe files
have an error or another mod does bad things to vanilla items or the Ore Dictionary.

== Bad file ==
recipes/materials.xml

== Error Message ==
Could not find a crafting ingredient for ‘dustCoal in ‘Capacitor 2’

Note: If this is a modpack, report to the modpack author, not to the Ender IO team.

A custom exception was thrown by a mod, the game will display an error screen and halt.
com.enderio.core.client.EnderCoreModConflictException:

What you expected to happen:

Steps to reproduce:

Affected Versions:

Your most recent log file where the issue was present:

The text was updated successfully, but these errors were encountered:

tyler489 commented Aug 4, 2018 •

Your crafttweaker scripts remove all gears from gearWood..
Either leave one gear in gear wood or dont remove any.
Or change enderios Gear wood to use enderio’s gear or buildcraft gear.
Im guessing something like this is hapening

Craft tweaker runs removes oredict
Enderio runs and crashes from an oredict with no output

xCARVENx commented Aug 4, 2018

xCARVENx commented Aug 4, 2018

Here like would find in: minecraft/scripts/oredict/buildcraft.zs
buildcraft.txt

tyler489 commented Aug 4, 2018

Whats the buildcraft id of there gear.

HenryLoenwind commented Aug 4, 2018

If you were using 5.0.30, you could just replace the alias in a user recipe.

But as is, I’d recommend to not mess with oredicts. Those not configurable like recipes for a reason.

xCARVENx commented Aug 4, 2018

Now I’ll try, I noticed that in oredict use the alias gear_wood, and in the enderio / materials GEAR_WOOD. It can somehow influence.

xCARVENx commented Aug 4, 2018

This will take some time, it will take a long time to start

xCARVENx commented Aug 4, 2018

It looks like I’m on the right track, now another mistake. Probably the same in the difference of names.
latest.log

tyler489 commented Aug 4, 2018

xCARVENx commented Aug 4, 2018

Sorry for the misunderstanding now corrected

xCARVENx commented Aug 4, 2018

tyler489 commented Aug 4, 2018

You removed dustCoal oredict too?

xCARVENx commented Aug 4, 2018

No, after fixing the wooden gear, a problem arose. Now I’m trying to figure out where to edit.

xCARVENx commented Aug 4, 2018

I understand the whole point in the scripts of the recipes of creative things, they use wrong names. I did not disconnect all these things.

xCARVENx commented Aug 4, 2018

I managed to start and create the world, but the crafts from the folder scripts are missing.

xCARVENx commented Aug 4, 2018 •

xCARVENx commented Aug 17, 2018

I found a mistake! Maybe it was for someone clear, but not someone who has not laid out detailed instructions for solving this problem, so I will count it on my own account.
For some reason, in JEI configurations а lot of prohibited items!
itemBlacklist.txt
A lot of prohibited items!
I did not change anything, he automatically brought a bunch of items to the black list, I do not know how it happened. I just cleaned the list, that’s all))
This is all strange and the solution lay on the surface.

But anyway, thanks to all at least for not having shut down and ignoring my problem.)

Источник

unkown crash #4068

Comments

artemOP commented Mar 2, 2017

Issue Description:

Note: If this bug occurs in a modpack, please report this to the modpack author. Otherwise, delete this line and add your description here. If you are using an unreleased version of Ender IO (e.g. for 1.8.9), please don’t open an issue for features that have not been announced as «finished» or «working».

What happens:

during loading of the game it crashes before hitting the minecraft world select page

What you expected to happen:

game to initialise

Steps to reproduce:

1.instal EnderIO-1.10.2-3.1.170 and EnderCore-1.10.2-0.4.1.65-beta from curse
2.open minecraft
3.run game
.

Affected Versions (Do not use «latest»):

Your most recent log file where the issue was present:

WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 02/03/17 18:20
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Ender IO (EnderIO)
Caused by: com.enderio.core.client.EnderCoreModConflictException: =======================================================================
at crazypants.enderio.ClientProxy.stopWithErrorScreen(ClientProxy.java:237)
at crazypants.enderio.config.recipes.RecipeLoader.recipeError(RecipeLoader.java:38)
at crazypants.enderio.config.recipes.RecipeLoader.addRecipes(RecipeLoader.java:32)
at crazypants.enderio.CommonProxy.init(CommonProxy.java:80)
at crazypants.enderio.ClientProxy.init(ClientProxy.java:162)
at crazypants.enderio.EnderIO.load(EnderIO.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException
at com.enderio.core.client.EnderCoreModConflictException.(EnderCoreModConflictException.java:17)
. 43 more

A detailed walkthrough of the error, its code path and all known details is as follows:

== ENDER IO FATAL ERROR ==

Cannot register recipes as configured. This means that either
your custom config file has an error or another mod does bad
things to vanilla items or the Ore Dictionary.

== Bad file ==
recipe_aliases_core.xml or recipe_aliases_user.xml

== Error Message ==
File has malformed XML:ParseError at [row,col]:[1,1]
Message: Content is not allowed in prolog.

=======================================================================
Note: To start the game anyway, you can disable recipe loading in the
Ender IO config file. However, then all of Ender IO’s crafting recipes
will be missing.

Источник

Крашится Minecraft из-за ender io.

WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.62-beta.jar)
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
Brandon’s Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.1.185-universal.jar)
IC2core (industrialcraft-2-2.6.128-ex110.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 12/31/16 9:53 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Ender IO (EnderIO)
Caused by: com.enderio.core.client.EnderCoreModConflictException: =======================================================================
at crazypants.enderio.ClientProxy.stopWithErrorScreen(ClientProxy.java:227)
at crazypants.enderio.config.recipes.RecipeLoader.recipeError(RecipeLoader.java:38)
at crazypants.enderio.config.recipes.RecipeLoader.addRecipes(RecipeLoader.java:28)
at crazypants.enderio.CommonProxy.init(CommonProxy.java:78)
at crazypants.enderio.ClientProxy.init(ClientProxy.java:158)
at crazypants.enderio.EnderIO.load(EnderIO.java:164)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:795)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324)
at net.minecraft.client.Minecraft.fun

агрошколота, что с них взять

по теме:
проверь, подходит ли версия форджа

Источник

[1.12.2]Rejecting connection SERVER: Ender IO: Failed mod’s custom NetworkCheckHandler #5177

Comments

TTVInfernalKontrol commented Jul 16, 2019

Issue Description:

[18:18:58] [Netty Client IO #10/INFO] [FML]: Rejecting connection SERVER: Ender IO: Failed mod’s custom NetworkCheckHandler FMLMod:enderio<5.0.46>
Ender IO Applied Energistics Conduits: Failed mod’s custom NetworkCheckHandler FMLMod:enderioconduitsappliedenergistics<5.0.46>
Ender IO Conduits: Failed mod’s custom NetworkCheckHandler FMLMod:enderioconduits<5.0.46>
Ender IO Integration with Forestry: Failed mod’s custom NetworkCheckHandler FMLMod:enderiointegrationforestry<5.0.46>
Ender IO Integration with Tinkers’ Construct: Failed mod’s custom NetworkCheckHandler FMLMod:enderiointegrationticlate<5.0.46>
Ender IO Integration with Tinkers’ Construct: Failed mod’s custom NetworkCheckHandler FMLMod:enderiointegrationtic<5.0.46>
Ender IO Machines: Failed mod’s custom NetworkCheckHandler FMLMod:enderiomachines<5.0.46>
Ender IO Open Computers Conduits: Failed mod’s custom NetworkCheckHandler FMLMod:enderioconduitsopencomputers<5.0.46>
Ender IO Powertools: Failed mod’s custom NetworkCheckHandler FMLMod:enderiopowertools<5.0.46>
Ender IO Refined Storage Conduits: Failed mod’s custom NetworkCheckHandler FMLMod:enderioconduitsrefinedstorage<5.0.46)

Affected Versions (Do not use «latest»):

Your most recent log file where the issue was present:

The text was updated successfully, but these errors were encountered:

HenryLoenwind commented Jul 16, 2019

We have no control over that message. Complain at https://github.com/MinecraftForge/MinecraftForge/issues if you want to get an error message that actually is useful.

HenryLoenwind commented Jul 16, 2019

[18:22:56] [Netty Client IO #3/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, ivtoolkit, littletilescore, micdoodlecore, smoothfontcore, openmodscore, foamfixcore, srm-hooks, WarpDriveCore, randompatches, securitycraft, additionalstructures, advanced-fishing, aether, animania, appleskin, appliedenergistics2, asmodeuscore, backpack, backtools, bno, battletowers, baubles, bibliocraft, bloodmoon, bookshelf, botania, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, carryon, cctweaked, computercraft, chesttransporter, chisel, chococraft, codechickenlib, cofhcore, cofhworld, extendedrenderer, coroutil, configmod, cosmeticarmorreworked, cosmeticarmorreworked|tombmanygraves, cosmiclib, craftstudioapi, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, labyrinth, defaultoptions, dimdoors, ding, dungeontactics, durabilityshow, dynamiclights, dynamiclights_onfire, dynamiclights_creepers, dynamiclights_dropitems, dynamiclights_entityclasses, dynamiclights_mobequipment, dynamiclights_flamearrows, dynamiclights_floodlights, dynamiclights_otherplayers, dynamiclights_theplayer, eplus, enchdesc, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, energyconverters, extrautils2, farseek, featuredservers, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, fossil, cfm, galacticraftplanets, galacticraftcore, hardcoredarkness, helpfixer, hexxitgear, waila, hydrophobia, ic2, ic2-classic-spmod, ichunutil, industrialforegoing, infernalmobs, ironchest, jei, jrftl, rope-ladder, lightningtweaks, littletiles, mantle, mcmultipart, mobends, natura, ngtlib, recipehandler, openblocks, openmods, harvestcraft, placebo, pneumaticcraft, quacklib, quickhomes, quickteleports, railcraft, realtimeclock, dragonmounts, redstonearsenal, redstoneflux, redwoods, reforged, xreliquary, rswires, secretroomsmod, sereneseasons, simplyjetpacks, sleepingoverhaul, slideemall, smoothfont, soulshardsrespawn, stellarapi, tconstruct, teslacorelib, teslacorelib_registries, lostcities, thermaldynamics, thermalexpansion, thermalfoundation, tickratechanger, torohealthmod, traverse, bspkrscore, treecapitator, twilightforest, unidict, vanillafix, wanionlib, warpdrive, wearablebackpacks, xaerominimap, xaeroworldmap, orbis-lib, phosphor-lighting, llibrary, reauth] at SERVER

Looks like you’re trying to connect to a vanilla server with a boatload of mods installed. I’m quite sure 90+% of them do not work with vanilla servers.

TTVInfernalKontrol commented Jul 16, 2019

[18:22:56] [Netty Client IO #3/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, ivtoolkit, littletilescore, micdoodlecore, smoothfontcore, openmodscore, foamfixcore, srm-hooks, WarpDriveCore, randompatches, securitycraft, additionalstructures, advanced-fishing, aether, animania, appleskin, appliedenergistics2, asmodeuscore, backpack, backtools, bno, battletowers, baubles, bibliocraft, bloodmoon, bookshelf, botania, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, carryon, cctweaked, computercraft, chesttransporter, chisel, chococraft, codechickenlib, cofhcore, cofhworld, extendedrenderer, coroutil, configmod, cosmeticarmorreworked, cosmeticarmorreworked|tombmanygraves, cosmiclib, craftstudioapi, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, labyrinth, defaultoptions, dimdoors, ding, dungeontactics, durabilityshow, dynamiclights, dynamiclights_onfire, dynamiclights_creepers, dynamiclights_dropitems, dynamiclights_entityclasses, dynamiclights_mobequipment, dynamiclights_flamearrows, dynamiclights_floodlights, dynamiclights_otherplayers, dynamiclights_theplayer, eplus, enchdesc, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, energyconverters, extrautils2, farseek, featuredservers, foamfix, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, fossil, cfm, galacticraftplanets, galacticraftcore, hardcoredarkness, helpfixer, hexxitgear, waila, hydrophobia, ic2, ic2-classic-spmod, ichunutil, industrialforegoing, infernalmobs, ironchest, jei, jrftl, rope-ladder, lightningtweaks, littletiles, mantle, mcmultipart, mobends, natura, ngtlib, recipehandler, openblocks, openmods, harvestcraft, placebo, pneumaticcraft, quacklib, quickhomes, quickteleports, railcraft, realtimeclock, dragonmounts, redstonearsenal, redstoneflux, redwoods, reforged, xreliquary, rswires, secretroomsmod, sereneseasons, simplyjetpacks, sleepingoverhaul, slideemall, smoothfont, soulshardsrespawn, stellarapi, tconstruct, teslacorelib, teslacorelib_registries, lostcities, thermaldynamics, thermalexpansion, thermalfoundation, tickratechanger, torohealthmod, traverse, bspkrscore, treecapitator, twilightforest, unidict, vanillafix, wanionlib, warpdrive, wearablebackpacks, xaerominimap, xaeroworldmap, orbis-lib, phosphor-lighting, llibrary, reauth] at SERVER

Looks like you’re trying to connect to a vanilla server with a boatload of mods installed. I’m quite sure 90+% of them do not work with vanilla servers.

Thats weird cuz the server isnt vanilla

tyler489 commented Jul 16, 2019

Are you trying to connect to a hub like server?

TTVInfernalKontrol commented Jul 16, 2019

Are you trying to connect to a hub like server?

well my friend cant connect to my server
no one can

MikeHollisJr commented Jul 29, 2019 •

Are you trying to connect to a hub like server?

I have the same issue, and this is exactly what I’m trying to do, the hub is running bungeecord with the hub server running forge with nothing on it except worldedit, the modpack on the client is Omnifactory, and the client is throwing the same fit.

Additionally true vanilla clients can connect to the server, so I don’t think it’s a server configuration issue.

In my case anyway, all I want to happen is for the client and server to allow the connection so that I can then use other mechanics to get the person to the right server that does have the mod installed.

mindforger commented Jul 29, 2019

MikeHollisJr commented Jul 29, 2019 •

That’s unfortunate since it appears that only EnderIO is doing it this way, I really don’t want to drop EnderIO,

EnderIO is a fantastic mod and brings a lot to the table. Plus even if I drop it from the client so that I can connect I need to dish out special instructions for everyone to remove it from the modpack to play, which is so far from ideal it’s not funny.

Any other mod, if you have the client mod, but not the server, it just ignores the client mod.

Okay so assuming for a moment that this falls in the catagory of won’t fix, does anyone know of a community server mod that simply allows the client to bypass, or satisfy this check, then does nothing else beyond what is required to maintain the connection? (which I imagine is nothing but I don’t know the code and am not a coder anyway).

I’m just looking for something I can throw on a vanilla forge server (1.12.2) that bypasses this check, so enderio clients can connect to the otherwise vanilla server, to be handed off to an enderio enabled server after connecting.

mindforger commented Jul 30, 2019

you could pick up the ball and call out md5 and lex manos to dig this up and start working on it again, but i won’t touch that topic again even with a pair of pincer

having the ability to redo the handshake (and «reboot» the mods on the fly client side when changing dimension) would be awesome to have a multi modded server but this is in the ballpark of forge to implement and the mod writers, as theya need to support this reboot feature in some way

but i got an idea for you, that might hit the spot, i am not yet up to date on how the mods are going but there was this staging mod, where you could setup what mods a player is able to use and see blockwise, it behaved like a killswitch until you reach a certain stage

you can probably use this mod to control the available content per server instance and still have all server running the same modpack!

Also please correct me if i am wrong on this one but my last information on this kind of setup i have from testing is

Источник

Minecraft Forums

Ender IO crash

ender io fatal recipe error что делать. Смотреть фото ender io fatal recipe error что делать. Смотреть картинку ender io fatal recipe error что делать. Картинка про ender io fatal recipe error что делать. Фото ender io fatal recipe error что делать

I am having a problem with Ender IO. It crashes every time it try to launch with it. I tried to figure it out, but couldn’t find it.

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
IC2core (industrialcraft-2-2.6.188-ex110.jar)
Contact their authors BEFORE contacting forge

Time: 16.04.2017 13:33
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Ender IO (EnderIO)
Caused by: com.enderio.core.client.EnderCoreModConflictException: =======================================================================
at crazypants.enderio.ClientProxy.stopWithErrorScreen(ClientProxy.java:237)
at crazypants.enderio.config.recipes.RecipeLoader.recipeError(RecipeLoader.java:43)
at crazypants.enderio.config.recipes.RecipeLoader.addRecipes(RecipeLoader.java:29)
at crazypants.enderio.CommonProxy.init(CommonProxy.java:80)
at crazypants.enderio.ClientProxy.init(ClientProxy.java:162)
at crazypants.enderio.EnderIO.load(EnderIO.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:795)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException
at com.enderio.core.client.EnderCoreModConflictException. (EnderCoreModConflictException.java:17)
. 42 more

CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
ChickenChunks Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO’s issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* The RF API that is being used (1.6.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from ImmersiveEngineering-0.10-57.jar).
It is a supported version, but that difference may lead to problems.
This may (look up the meaning of ‘may’ in the dictionary if you’re not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class ‘EnergyStorage’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class ‘IEnergyConnection’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class ‘IEnergyContainerItem’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class ‘IEnergyHandler’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class ‘IEnergyProvider’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class ‘IEnergyReceiver’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class ‘IEnergyStorage’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class ‘ItemEnergyContainer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class ‘TileEnergyHandler’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class ‘Tesla’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
* Tesla API class ‘TeslaCapabilities’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
* Tesla API class ‘ITeslaConsumer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
* Tesla API class ‘ITeslaHolder’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
* Tesla API class ‘ITeslaProducer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
* Tesla API class ‘BaseTeslaContainer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
* Tesla API class ‘BaseTeslaContainerProvider’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
* Tesla API class ‘InfiniteTeslaConsumer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
* Tesla API class ‘InfiniteTeslaConsumerProvider’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
* Tesla API class ‘InfiniteTeslaProducer’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
* Tesla API class ‘InfiniteTeslaProducerProvider’ is loaded from: jar:file:/C:/Users/LAPTOP-PC/Documents/Minecraft%201.10.2/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
=======================================================================
== ENDER IO FATAL ERROR ==
=======================================================================
Cannot register recipes as configured. This means that either
your custom config file has an error or another mod does bad
things to vanilla items or the Ore Dictionary.
=======================================================================
== Bad file ==
recipe_materials_core.xml or recipe_materials_user.xml
=======================================================================
== Error Message ==
Rejecting crafting recipe without any items, only empty spaces in
=======================================================================

=======================================================================
Note: To start the game anyway, you can disable recipe loading in the
Ender IO config file. However, then all of Ender IO’s crafting recipes
will be missing.
=======================================================================

.
. You are looking at the diagnostics information, not at the crash. Scroll up.
.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *