BuildCraft|Core

BuildCraft|Core

7M Downloads

Crash when break any pipe

YanFull opened this issue · 9 comments

commented

MC 1.6.2 (Forge 871) BC 4.1.0 (and BC 4.0.2 have some crash)

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 19/10/13 12:24
Description: Initializing game

java.lang.RuntimeException: Invalid FluidContainerData - a parameter was null.
at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData.(FluidContainerRegistry.java:258)
at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData.(FluidContainerRegistry.java:247)
at binnie.core.liquid.LiquidContainer.register(LiquidContainer.java:59)
at binnie.core.liquid.LiquidManager.createLiquids(LiquidManager.java:29)
at binnie.extrabees.liquids.ModuleLiquids.preInit(ModuleLiquids.java:13)
at binnie.core.BinnieCoreMod.preInit(BinnieCoreMod.java:74)
at binnie.core.BinnieCore.preInit(BinnieCore.java:77)
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:491)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:491)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:491)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

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

-- Head --
Stacktrace:
at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData.(FluidContainerRegistry.java:258)
at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData.(FluidContainerRegistry.java:247)
at binnie.core.liquid.LiquidContainer.register(LiquidContainer.java:59)
at binnie.core.liquid.LiquidManager.createLiquids(LiquidManager.java:29)
at binnie.extrabees.liquids.ModuleLiquids.preInit(ModuleLiquids.java:13)
at binnie.core.BinnieCoreMod.preInit(BinnieCoreMod.java:74)
at binnie.core.BinnieCore.preInit(BinnieCore.java:77)
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:491)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:491)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:491)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

commented

Blame binnie.

-------Original Message-------

From: YanFull

Date: 10/19/13 18:03:35

To: BuildCraft/BuildCraft

Subject: [BuildCraft] Crash when break any pipe (#1283)

---- Minecraft Crash Report ----

// You should try our sister game, Minceraft!

Time: 19/10/13 12:24

Description: Initializing game

java.lang.RuntimeException: Invalid FluidContainerData - a parameter was
null.

at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData
(FluidContainerRegistry.java:258)

at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData
(FluidContainerRegistry.java:247)

at binnie.core.liquid.LiquidContainer.register(LiquidContainer.java:59)

at binnie.core.liquid.LiquidManager.createLiquids(LiquidManager.java:29)

at binnie.extrabees.liquids.ModuleLiquids.preInit(ModuleLiquids.java:13)

at binnie.core.BinnieCoreMod.preInit(BinnieCoreMod.java:74)

at binnie.core.BinnieCore.preInit(BinnieCore.java:77)

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:491)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer
java:540)

at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl
invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:491)

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:194)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController
java:174)

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:491)

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:105)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)

at cpw.mods.fml.client.FMLClientHandler
beginMinecraftLoading(FMLClientHandler.java:181)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)

at net.minecraft.client.main.Main.main(SourceFile:101)

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:491)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

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

-- Head --

Stacktrace:

at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData
(FluidContainerRegistry.java:258)

at net.minecraftforge.fluids.FluidContainerRegistry$FluidContainerData
(FluidContainerRegistry.java:247)

at binnie.core.liquid.LiquidContainer.register(LiquidContainer.java:59)

at binnie.core.liquid.LiquidManager.createLiquids(LiquidManager.java:29)

at binnie.extrabees.liquids.ModuleLiquids.preInit(ModuleLiquids.java:13)

at binnie.core.BinnieCoreMod.preInit(BinnieCoreMod.java:74)

at binnie.core.BinnieCore.preInit(BinnieCore.java:77)

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:491)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer
java:540)

at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl
invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:491)

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:194)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController
java:174)

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:491)

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:105)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)

at cpw.mods.fml.client.FMLClientHandler
beginMinecraftLoading(FMLClientHandler.java:181)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)

at net.minecraft.client.main.Main.main(SourceFile:101)

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:491)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

Reply to this email directly or view it on GitHub.

commented

I took the Binnie-mods and i get this crash

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 19/10/13 13:10
Description: Ticking memory connection

java.lang.NullPointerException
at net.minecraft.block.Block.func_71893_a(Block.java:1140)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:338)
at net.minecraft.item.ItemInWorldManager.func_73082_a(ItemInWorldManager.java:238)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:501)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)

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

-- Head --
Stacktrace:
at net.minecraft.block.Block.func_71893_a(Block.java:1140)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:338)
at net.minecraft.item.ItemInWorldManager.func_73082_a(ItemInWorldManager.java:238)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:501)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)

-- Ticking connection --
Details:
Connection: net.smart.moving.playerapi.NetServerHandler@611da878
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)

commented

Do you have LP installed ? If so update to the newest build.

commented

Logistics Pipes yep

commented

What build?

commented

LogisticsPipes-MC1.6.2-0.7.4.dev.63.jar

commented

Try dev build 64.

commented

Yeah works, Thanks

commented

I propose you close this then.