View Issue Details

IDProjectCategoryView StatusLast Update
0000634Industrial-Craft²machinespublic2014-06-26 15:23
ReporterDeolin Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionopen 
PlatformIntel Xeon E3-1245 V2OSLinux (amd64) version 3.10.9OS VersionUbuntu 13.04
Summary0000634: Exception in server tick loop
Descriptioncpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.ICannerEnrichRecipeManager$Input.<init>(Lnet/minecraftforge/fluids/FluidStack;Lic2/api/recipe/IRecipeInput;)V
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.ICannerEnrichRecipeManager$Input.<init>(Lnet/minecraftforge/fluids/FluidStack;Lic2/api/recipe/IRecipeInput;)V
    at ic2.core.block.machine.CannerEnrichRecipeManager.addRecipe(CannerEnrichRecipeManager.java:32)
    at ic2.core.block.machine.tileentity.TileEntityCanner.addEnrichRecipe(TileEntityCanner.java:76)
    at ic2.core.block.machine.tileentity.TileEntityCanner.addEnrichRecipe(TileEntityCanner.java:72)
    at ic2.core.block.machine.tileentity.TileEntityCanner.init(TileEntityCanner.java:60)
    at ic2.core.IC2.load(IC2.java:1024)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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)
Steps To ReproduceLaunch server mcpc-plus-1.6.2-R0.2-forge845-B62.jar
Crash at the start.
But don't crash on windows7 ...?
Additional InformationNeed a fix for the method
ic2.api.recipe.ICannerEnrichRecipeManager$Input.<init>(Lnet/minecraftforge/fluids/FluidStack;Lic2/api/recipe/IRecipeInput;)V
TagsNo tags attached.
Minecraft Version

Activities

Deolin

2013-09-22 14:36

reporter  

crash-2013-09-21_11.50.52-server.txt (10,246 bytes)   
http://ci.md-5.net/job/MCPC-Plus/56/artifact/eclipse/Forge/target/mcpc-plus-1.6.2-R0.2-forge836-B56.jar


---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 21/09/13 11:50
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.ICannerEnrichRecipeManager$Input.<init>(Lnet/minecraftforge/fluids/FluidStack;Lic2/api/recipe/IRecipeInput;)V
	at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
	at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
	at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
	at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
	at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.ICannerEnrichRecipeManager$Input.<init>(Lnet/minecraftforge/fluids/FluidStack;Lic2/api/recipe/IRecipeInput;)V
	at ic2.core.block.machine.CannerEnrichRecipeManager.addRecipe(CannerEnrichRecipeManager.java:32)
	at ic2.core.block.machine.tileentity.TileEntityCanner.addEnrichRecipe(TileEntityCanner.java:76)
	at ic2.core.block.machine.tileentity.TileEntityCanner.addEnrichRecipe(TileEntityCanner.java:72)
	at ic2.core.block.machine.tileentity.TileEntityCanner.init(TileEntityCanner.java:60)
	at ic2.core.IC2.load(IC2.java:1024)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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)
	... 5 more


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

-- System Details --
Details:
	Minecraft Version: 1.6.2
	Operating System: Linux (amd64) version 3.10.9-xxxx-grs-ipv6-64
	Java Version: 1.7.0_25, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2139343064 bytes (2040 MB) / 2937782272 bytes (2801 MB) up to 7635533824 bytes (7281 MB)
	JVM Flags: 2 total; -Xmx8192M -Xms1024M
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	Suspicious classes: FML and Forge are installed
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	CraftBukkit Information: 
   Running: 
   Failed to handle CraftCrashReport:
java.lang.NullPointerException
	at org.bukkit.Bukkit.getName(Bukkit.java:72)
	at org.bukkit.craftbukkit.v1_6_R2.CraftCrashReport.call(CraftCrashReport.java:19)
	at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
	at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
	at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:655)
	at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

	FML: MCP v8.04 FML v6.2.57.845 Minecraft Forge 9.10.0.845 45 mods loaded, 45 mods active
	mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
	FML{6.2.57.845} [Forge Mod Loader] (mcpc-plus-1.6.2-R0.2-forge845-B62.jar) Unloaded->Constructed->Pre-initialized
	Forge{9.10.0.845} [Minecraft Forge] (mcpc-plus-1.6.2-R0.2-forge845-B62.jar) Unloaded->Constructed->Pre-initialized
	CodeChickenCore{0.9.0.5} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
	Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
	KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
	Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
	BiblioCraft{1.4.1} [BiblioCraft] (BiblioCraft[v1.4.1].zip) Unloaded->Constructed->Pre-initialized
	BrewingAPI{1.6.2} [Brewing API] (BrewingAPI 1.6.2-5.zip) Unloaded->Constructed->Pre-initialized
	CarpentersBlocks{v1.82} [Carpenter's Blocks] (Carpenter's Blocks v1.82 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
	ComputerCraft{1.56} [ComputerCraft] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized
	CCTurtle{1.56} [ComputerCraft Turtles] (ComputerCraft1.56.zip) Unloaded->Constructed->Pre-initialized
	CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized
	MoCreatures{6.0.0.dev6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.0 DEV-R6.zip) Unloaded->Constructed->Pre-initialized
	ExtrabiomesXL{3.14.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.2-3.14.1.jar) Unloaded->Constructed->Pre-initialized
	flowercraftmod{1.6a} [Flowercraft] (Flowercraftmod 1.6a - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
	GalacticraftCore{0.1.40} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.40.699.jar) Unloaded->Constructed->Pre-initialized
	GalacticraftMars{0.1.40} [Galacticraft Mars] (Galacticraft-Planets-1.6.2-a0.1.40.699.jar) Unloaded->Constructed->Pre-initialized
	Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
	Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
	Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
	Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
	MorePotionsMod{1.6.2} [More Potions Mod] (More Potions Mod 1.6.2-6.1.zip) Unloaded->Constructed->Pre-initialized
	bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
	ForgeMultipart{1.0.0.163} [Forge Multipart] (ForgeMultipart-universal-1.6.2-1.0.0.163.jar) Unloaded->Constructed->Pre-initialized
	ProjRed|Core{4.0.0.2} [Project: Red-Core] (ProjectRedBase-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Pre-initialized
	ProjRed|Integration{4.0.0.2} [ProjectRed-Integration] (ProjectRedIntegration-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Pre-initialized
	ProjRed|Transmission{4.0.0.2} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Pre-initialized
	ProjRed|Exploration{4.0.0.2} [ProjectRed-Exploration] (ProjectRedWorld-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Pre-initialized
	ProjRed|Illumination{4.0.0.2} [ProjectRed-Illumination] (ProjectRedWorld-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Pre-initialized
	BuildCraft|Core{4.0.2} [BuildCraft] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	BuildCraft|Builders{4.0.2} [BC Builders] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	BuildCraft|Energy{4.0.2} [BC Energy] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	BuildCraft|Factory{4.0.2} [BC Factory] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	IC2{2.0.215-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.215-experimental.jar) Unloaded->Constructed->Errored
	Forestry{2.3.0.1} [Forestry for Minecraft] (forestry-A-2.3.0.1.jar) Unloaded->Constructed->Pre-initialized
	Railcraft{8.0.2.0} [Railcraft] (Railcraft_1.6.2-8.0.2.0.jar) Unloaded->Constructed->Pre-initialized
	weaponmod{1.6.2 v1.13.5} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
	cfm{2.9.2} [§bMrCrayfish's Furniture Mod] ([Forge]FurnitureModv2.9.2(FULL).zip) Unloaded->Constructed->Pre-initialized
	BuildCraft|Transport{4.0.2} [BC Transport] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	BuildCraft|Silicon{4.0.2} [BC Silicon] (buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
	TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
	McMultipart{1.0.0.163} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.2-1.0.0.163.jar) Unloaded->Constructed->Pre-initialized
	BasicComponents{1.0.0} [Basic Components] (Basic_Components_v1.0.0.12.jar) Unloaded->Constructed->Pre-initialized
	ForgeMicroblock{1.0.0.163} [Forge Microblocks] (ForgeMultipart-universal-1.6.2-1.0.0.163.jar) Unloaded->Constructed->Pre-initialized
	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
	Type: Dedicated Server (map_server.txt)

Deolin

2013-09-22 15:39

reporter   ~0001555

this bug occur only on linux when galacticraft mod is loaded

robot256

2013-09-22 15:59

reporter   ~0001556

Your Forge is way old, try updating it to build 871. But I have also had some weird crashes that only happen on linux so not sure that will fix it.

Thunderdark

2014-06-26 15:23

viewer   ~0002525

cleanup campaign close all reports > 6 months

Issue History

Date Modified Username Field Change
2013-09-22 14:36 Deolin New Issue
2013-09-22 14:36 Deolin File Added: crash-2013-09-21_11.50.52-server.txt
2013-09-22 15:39 Deolin Note Added: 0001555
2013-09-22 15:59 robot256 Note Added: 0001556
2014-06-26 15:23 Thunderdark Note Added: 0002525
2014-06-26 15:23 Thunderdark Status new => closed