Railcraft

Railcraft

34M Downloads

Crash at Startup

anubisrwml opened this issue ยท 2 comments

commented

Unable to load into Minecraft - the error seems to point to Railcraft. We were using 6.10 without issues but when we upgraded to 6.11 we received this error - repeatable every time. I tried several different forge versions from .439 to .442 with the same results in all cases.

2012-12-19 04:55:28 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: effectManager
2012-12-19 04:55:28 [INFO] [STDERR] at railcraft.client.util.effects.ClientProxy.(ClientProxy.java:42)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:417)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2012-12-19 04:55:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:430)
2012-12-19 04:55:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:762)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

commented

From MC Crash Report:

2012-12-19 04:55:28 [FINEST] [ForgeModLoader] Testing mod Railcraft to verify it accepts its own version in a remote connection
2012-12-19 04:55:28 [FINEST] [ForgeModLoader] The mod Railcraft accepts its own version (6.11.1.0)
2012-12-19 04:55:28 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Railcraft
2012-12-19 04:55:28 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: effectManager
2012-12-19 04:55:28 [INFO] [STDERR] at railcraft.client.util.effects.ClientProxy.(ClientProxy.java:42)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:417)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-19 04:55:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2012-12-19 04:55:28 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2012-12-19 04:55:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:430)
2012-12-19 04:55:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:762)
2012-12-19 04:55:28 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

commented

Ok after testing I've narrowed it down to what was causing the problem. The newest Railcraft doesn't play nice with extrabees 1.4.1.29-dev build

Once I remove that mod, everything works great.