View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000916 | Industrial-Craft² | machines | public | 2014-02-05 15:12 | 2014-03-13 14:54 |
| Reporter | Martititi | Assigned To | Player | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| OS | Windows | OS Version | Vista | ||
| Summary | 0000916: Crash with machines | ||||
| Description | java.lang.RuntimeException: ambiguous recipe: [1xtile.oreIron@0 -> [2xic2.itemCrushedOre@0]], conflicts with [[1xtile.oreIron@0] -> [2xic2.itemCrushedOre@0]] at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:31) at ic2.core.block.machine.tileentity.TileEntityMacerator.addRecipe(TileEntityMacerator.java:123) at ic2.core.block.machine.tileentity.TileEntityMacerator.addRecipe(TileEntityMacerator.java:119) at ic2.core.block.machine.tileentity.TileEntityMacerator.init(TileEntityMacerator.java:104) at ic2.core.IC2.load(IC2.java:1080) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) | ||||
| Tags | Can be closed | ||||
| Minecraft Version | |||||
|
|
Sorry, I did not post the version: It's IC2 experimental v2.0.382 |
|
|
i have a similar crash report the difference begins with this - ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 2/7/14 3:09 PM Description: Initializing game java.lang.RuntimeException: ambiguous recipe: [1xitem.ingotIron@0 -> [1xic2.itemDust@5]], conflicts with [[1xitem.ingotIron@0] -> [1xic2.itemDust@5]] at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:31) at ic2.core.block.machine.tileentity.TileEntityMacerator.addRecipe(TileEntityMacerator.java:123) at ic2.core.block.machine.tileentity.TileEntityMacerator.addRecipe(TileEntityMacerator.java:119) at ic2.core.block.machine.tileentity.TileEntityMacerator.init(TileEntityMacerator.java:87) at ic2.core.IC2.load(IC2.java:1080) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 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.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) |
|
|
Yup! Is it solved in the 383 version ? Cause mine us solved now. |
|
|
well ... seems like cross-mod-problems please post COMPLETE bug-reports in order to check if this is caused by other mods re-try with ONLY IC2 installed ! |
|
|
Anyway, this is solved (but I don't know if I can mark this issue as solved). Just an ambiguous recipe problem. And yes, it was an IC2 experimental problem. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-02-05 15:12 | Martititi | New Issue | |
| 2014-02-05 15:14 | Martititi | Note Added: 0002118 | |
| 2014-02-07 23:33 | dantheman | Note Added: 0002125 | |
| 2014-02-08 01:36 | dantheman | Note Edited: 0002125 | |
| 2014-02-08 08:11 | Martititi | Note Added: 0002126 | |
| 2014-02-17 11:21 | sen-mithrarin | Note Added: 0002150 | |
| 2014-02-17 17:31 | Martititi | Note Added: 0002157 | |
| 2014-03-06 17:19 | kaede | Tag Attached: Can be closed | |
| 2014-03-13 14:54 | Player | Status | new => closed |
| 2014-03-13 14:54 | Player | Assigned To | => Player |
| 2014-03-13 14:54 | Player | Resolution | open => no change required |