View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000676 | Industrial-Craft² | general / other | public | 2013-10-06 08:29 | 2013-10-07 07:37 |
| Reporter | Nuclear | Assigned To | Thunderdark | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Summary | 0000676: Deof version does not run in eclipse. | ||||
| Description | 2013-10-06 12:27:43 [SEVERE] [ForgeModLoader] Caught exception from IC2 java.lang.NoSuchMethodError: ic2.api.recipe.ISemiFluidFuelManager.addFluid(Ljava/lang/String;ID)V at ic2.core.block.generator.tileentity.TileEntitySemifluidGenerator.addFuel(TileEntitySemifluidGenerator.java:69) at ic2.core.block.generator.tileentity.TileEntitySemifluidGenerator.init(TileEntitySemifluidGenerator.java:56) at ic2.core.IC2.load(IC2.java:1066) 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:540) 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:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) 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:105) at cpw.mods.fml.common.Loader.loadMods(Loader.java:520) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181) at net.minecraft.client.Minecraft.startGame(Minecraft.java:471) at net.minecraft.client.Minecraft.run(Minecraft.java:806) at net.minecraft.client.main.Main.main(Main.java:93) 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:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-10-06 12:27:43 [INFO] [STDOUT] ---- Minecraft Crash Report ---- 2013-10-06 12:27:43 [INFO] [STDOUT] // Don't do that. 2013-10-06 12:27:43 [INFO] [STDOUT] 2013-10-06 12:27:43 [INFO] [STDOUT] Time: 06.10.13 12:27 2013-10-06 12:27:43 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail 2013-10-06 12:27:43 [INFO] [STDOUT] 2013-10-06 12:27:43 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.ISemiFluidFuelManager.addFluid(Ljava/lang/String;ID)V 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:521) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181) 2013-10-06 12:27:43 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:471) 2013-10-06 12:27:43 [INFO] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:806) 2013-10-06 12:27:43 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-10-06 12:27:43 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-10-06 12:27:43 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.ISemiFluidFuelManager.addFluid(Ljava/lang/String;ID)V 2013-10-06 12:27:43 [INFO] [STDOUT] at ic2.core.block.generator.tileentity.TileEntitySemifluidGenerator.addFuel(TileEntitySemifluidGenerator.java:69) 2013-10-06 12:27:43 [INFO] [STDOUT] at ic2.core.block.generator.tileentity.TileEntitySemifluidGenerator.init(TileEntitySemifluidGenerator.java:56) 2013-10-06 12:27:43 [INFO] [STDOUT] at ic2.core.IC2.load(IC2.java:1066) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-10-06 12:27:43 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) 2013-10-06 12:27:43 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:520) 2013-10-06 12:27:43 [INFO] [STDOUT] ... 10 more 2013-10-06 12:27:43 [INFO] [STDOUT] 2013-10-06 12:27:43 [INFO] [STDOUT] 2013-10-06 12:27:43 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows: 2013-10-06 12:27:43 [INFO] [STDOUT] --------------------------------------------------------------------------------------- 2013-10-06 12:27:43 [INFO] [STDOUT] 2013-10-06 12:27:43 [INFO] [STDOUT] -- System Details -- 2013-10-06 12:27:43 [INFO] [STDOUT] Details: 2013-10-06 12:27:43 [INFO] [STDOUT] Minecraft Version: 1.6.2 2013-10-06 12:27:43 [INFO] [STDOUT] Operating System: Windows 8 (x86) version 6.2 2013-10-06 12:27:43 [INFO] [STDOUT] Java Version: 1.7.0_25, Oracle Corporation 2013-10-06 12:27:43 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation 2013-10-06 12:27:43 [INFO] [STDOUT] Memory: 873135488 bytes (832 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB) 2013-10-06 12:27:43 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M 2013-10-06 12:27:43 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used 2013-10-06 12:27:43 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed 2013-10-06 12:27:43 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 2013-10-06 12:27:43 [INFO] [STDOUT] FML: MCP v8.04 FML v6.2.60.859 Minecraft Forge 9.10.1.859 13 mods loaded, 13 mods active 2013-10-06 12:27:43 [INFO] [STDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] FML{6.2.60.859} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] Forge{9.10.1.859} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.4.jar) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] AtisotCore{0.0.1} [AtisotCore] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] GalacticraftCore{0.2.0} [Galacticraft Core] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] GalacticraftMars{0.2.0} [Galacticraft Mars] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] GalacticraftPrometheus{0.2.0} [Galacticraft Prometheus] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] IC2{2.0.244-experimental} [IndustrialCraft 2] (industrialcraft-2-dev-deobf_2.0.244-experimental.jar) Unloaded->Constructed->Errored 2013-10-06 12:27:43 [INFO] [STDOUT] AtomicScience{0.7.1} [Atomic Science] (Atomic_Science_v0.7.1.140.jar) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] BasicComponents{@MAJOR@.@MINOR@.@REVIS@} [Basic Components] (bin) Unloaded->Constructed->Pre-initialized 2013-10-06 12:27:43 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# E:\Compiler\minecraftforge-src-1.6.2-9.10.1.859\mcp\jars\.\crash-reports\crash-2013-10-06_12.27.43-client.txt AL lib: (EE) alc_cleanup: 1 device not closed | ||||
| Tags | No tags attached. | ||||
| Minecraft Version | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-10-06 08:29 | Nuclear | New Issue | |
| 2013-10-07 07:37 | Thunderdark | Note Added: 0001690 | |
| 2013-10-07 07:37 | Thunderdark | Status | new => closed |
| 2013-10-07 07:37 | Thunderdark | Assigned To | => Thunderdark |
| 2013-10-07 07:37 | Thunderdark | Resolution | open => no change required |