Can anyone please help me, my mod loads perfectly in the Eclipse test environment with the block working. I put it my Minecraft mods folder to test it and I got this error file.
---- Minecraft Crash Report ----// Oops.Time: 1/21/14 9:17 PMDescription: There was a severe problem during mod loading that has caused the game to failcpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: circuitsat cpw.mods.fml.common.LoadController.transition(LoadController.java:156)at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)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)Caused by: java.lang.NoSuchFieldError: circuitsat raginruffalo.BankMe.src.BankMe.load(BankMe.java:55)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.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.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.initializeMods(Loader.java:699)... 10 moreA detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- System Details --Details:Minecraft Version: 1.6.4Operating System: Windows 7 (amd64) version 6.1Java Version: 1.7.0_45, Oracle CorporationJava VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle CorporationMemory: 148012552 bytes (141 MB) / 326631424 bytes (311 MB) up to 1908932608 bytes (1820 MB)JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2GAABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) usedSuspicious classes: FML and Forge are installedIntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 4 mods loaded, 4 mods activemcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->InitializedFML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->InitializedForge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->InitializedBankMe{0.0.7} [ยง5BankMe] (BankMe Alpha 0.0.7.jar) Unloaded->Constructed->Pre-initialized->Errored
If anyone could please help that would be great, my code is on GitHub and is up to par, so I have no idea why this happening, thanks in advance!
---- Minecraft Crash Report ----// Oops.Time: 1/21/14 9:17 PMDescription: There was a severe problem during mod loading that has caused the game to failcpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: circuitsat cpw.mods.fml.common.LoadController.transition(LoadController.java:156)at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)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)Caused by: java.lang.NoSuchFieldError: circuitsat raginruffalo.BankMe.src.BankMe.load(BankMe.java:55)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.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.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.initializeMods(Loader.java:699)... 10 moreA detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- System Details --Details:Minecraft Version: 1.6.4Operating System: Windows 7 (amd64) version 6.1Java Version: 1.7.0_45, Oracle CorporationJava VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle CorporationMemory: 148012552 bytes (141 MB) / 326631424 bytes (311 MB) up to 1908932608 bytes (1820 MB)JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2GAABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) usedSuspicious classes: FML and Forge are installedIntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 4 mods loaded, 4 mods activemcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->InitializedFML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->InitializedForge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->InitializedBankMe{0.0.7} [ยง5BankMe] (BankMe Alpha 0.0.7.jar) Unloaded->Constructed->Pre-initialized->ErroredIf anyone could please help that would be great, my code is on GitHub and is up to par, so I have no idea why this happening, thanks in advance!