Flow86 / Additional-Buildcraft-Objects-Mod

This mod adds additional Pipes and Items to Buildcraft
http://www.minecraftforum.net/index.php?app=forums&module=forums&section=findpost&pid=8920844
44 stars 21 forks source link

Severe error on server start #61

Closed GibbousWaximus closed 10 years ago

GibbousWaximus commented 10 years ago

Buildcraft-A-1.6.2-4.1.2 Buildcraft-Z-additional-buildcraft-object-1.0.6.180

2013-11-15 07:52:09 [SEVERE] java.lang.reflect.InvocationTargetException 2013-11-15 07:52:09 [SEVERE] at un.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 2013-11-15 07:52:09 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525) 2013-11-15 07:52:09 [SEVERE] at abo.ABO.createItem(ABO.java:289) 2013-11-15 07:52:09 [SEVERE] at abo.ABO.preInitialize(ABO.java:169) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-11-15 07:52:09 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-11-15 07:52:09 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-11-15 07:52:09 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-11-15 07:52:09 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-11-15 07:52:09 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2013-11-15 07:52:09 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2013-11-15 07:52:09 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) 2013-11-15 07:52:09 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633) 2013-11-15 07:52:09 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2013-11-15 07:52:09 [SEVERE] Caused by: java.lang.NoSuchFieldError: tabBuildCraft 2013-11-15 07:52:09 [SEVERE] at abo.items.ABOItem.(ABOItem.java:35) 2013-11-15 07:52:09 [SEVERE] at abo.items.ItemGateSettingsDuplicator.(ItemGateSettingsDuplicator.java:109) 2013-11-15 07:52:09 [SEVERE] ... 37 more