muCkk / Bukkit

5 stars 2 forks source link

1.4.2 config change issue IC2 #9

Closed Farrser closed 12 years ago

Farrser commented 12 years ago

When changing the config for industrialcraft2-1.108.71-lf-r1 the server will fail to start with the following error: ---- Minecraft Crash Report ---- // I just don't know what went wrong :(

Time: 11/6/12 3:26 PM Description: Exception in server tick loop

java.lang.NullPointerException at net.minecraft.server.ItemStack.setData(ItemStack.java:157) at net.minecraft.server.ItemStack.(ItemStack.java:41) at ic2.common.TileEntityRecycler.setRecyclerBlacklistFromString(TileEntityRecycler.java:192) at ic2.common.TileEntityRecycler.init(TileEntityRecycler.java:31) at ic2.common.IC2.load(IC2.java:711) 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:601) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:422) 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:601) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:149) 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:601) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82) at cpw.mods.fml.common.Loader.loadMods(Loader.java:420) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:316) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:56) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:366) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

Relevant Details:

muCkk commented 12 years ago

That error appeared because the first version did not include all fixes from the previous ports. The new release (r2) should work.