View Issue Details

IDProjectCategoryView StatusLast Update
0000408Industrial-Craft²crossmod-compatibility / submodules / APIpublic2013-05-23 22:18
ReporterHawkmoon Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionnot fixable 
OSWindows 7 (amd64)OS Version6.1 
Summary0000408: IC2 + Forestry crashes on startup
DescriptionMinecraft 1.5.2
Forge v7.8.0.710
Forestry A-2.2.4.2
IC2 1.115.327-lf
Just forestry or IC2 working fine, but together crashes on startup.
TagsNo tags attached.
Minecraft Version

Activities

Hawkmoon

2013-05-23 08:23

reporter  

crash-2013-05-23_11.01.30-client.txt (4,189 bytes)   
---- Minecraft Crash Report ----
// I blame Dinnerbone.

Time: 23.05.13 11:01
Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: manager
	at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
	at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
	at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
	at net.minecraft.client.Minecraft.run(Minecraft.java:733)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchFieldError: manager
	at ic2.core.IC2.load(IC2.java:814)
	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:494)
	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:314)
	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.propogateStateMessage(LoadController.java:165)
	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:314)
	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:98)
	at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
	... 5 more


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

-- System Details --
Details:
	Minecraft Version: 1.5.2
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.7.0_21, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 336895736 bytes (321 MB) / 592773120 bytes (565 MB) up to 5726666752 bytes (5461 MB)
	JVM Flags: 1 total; -Xmx6G
	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
	FML: MCP v7.51 FML v5.2.12.710 Minecraft Forge 7.8.0.710 5 mods loaded, 5 mods active
	mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
	FML{5.2.12.710} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
	Forge{7.8.0.710} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
	Forestry{2.2.4.2} [Forestry for Minecraft] (forestry-A-2.2.4.2.jar) Unloaded->Constructed->Pre-initialized
	IC2{1.115.327-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.327-lf.jar) Unloaded->Constructed->Errored
	LWJGL: 2.4.2
	OpenGL: GeForce GTX 560M/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Texture Pack: Default
	Profiler Position: N/A (disabled)
	Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Hawkmoon

2013-05-23 08:32

reporter  

Hawkmoon

2013-05-23 08:38

reporter  

Player

2013-05-23 22:18

administrator   ~0001009

Load order/API incompatibility issue, forestry is shipping an older IC2 API and gets loaded first. The API is only backwards compatible, but not forward compatible.

Issue History

Date Modified Username Field Change
2013-05-23 08:23 Hawkmoon New Issue
2013-05-23 08:23 Hawkmoon File Added: crash-2013-05-23_11.01.30-client.txt
2013-05-23 08:32 Hawkmoon File Added: ForgeModLoader-client-2.log
2013-05-23 08:38 Hawkmoon File Added: ForgeModLoader-client-1.log
2013-05-23 22:18 Player Note Added: 0001009
2013-05-23 22:18 Player Status new => closed
2013-05-23 22:18 Player Assigned To => Player
2013-05-23 22:18 Player Resolution open => not fixable