BuildCraft|Core

BuildCraft|Core

7M Downloads

Buildcraft crashes my minecraft.

L3GTxN3rD opened this issue · 6 comments

commented

I have a ton of mods, here's the list: VoxelMap, ArmorStatusHUD, DirectionHUD, DamageIndicators, ComputerCraft, Mo' Creatures, DynamicLights, Forge Multipart, IndustrialCraft2, InventoryTweaks, NEI, Project Red (it's a RedPower replacement, look it up), Scala-Library (it's a fix for Project Red), and WirelessRedstone - ChickenBonesEdition. They all work until I put Buildcraft into it. What's my problem?

It might be Forge Multipart, that causes some serious issues with some mods.

---- Minecraft Crash Report ----
// Oops.

Time: 8/27/13 5:37 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: buildcraft/transport/ItemPipe, method: func_77648_a signature: (Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/world/World;IIIIFFF)Z) Incompatible argument to function
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.VerifyError: (class: buildcraft/transport/ItemPipe, method: func_77648_a signature: (Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/world/World;IIIIFFF)Z) Incompatible argument to function
at buildcraft.transport.BlockGenericPipe.registerPipe(BlockGenericPipe.java:832)
at buildcraft.BuildCraftTransport.buildPipe(BuildCraftTransport.java:452)
at buildcraft.BuildCraftTransport.preInitialize(BuildCraftTransport.java:272)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
... 10 more

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

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 236198592 bytes (225 MB) / 871563264 bytes (831 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 43 mods loaded, 43 mods active
mcp{8.04} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{6.2.35.804} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{9.10.0.804} Minecraft Forge Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.3} CodeChicken Core Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.2} [Not Enough Items](NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v3.03(1.6.2)} bspkrsCore Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators](1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized
mod_ArmorStatusHUD{v1.12(1.6.2)} ArmorStatusHUD Unloaded->Constructed->Pre-initialized
mod_DirectionHUD{v1.14(1.6.2)} DirectionHUD Unloaded->Constructed->Pre-initialized
BuildCraft|Core{3.7.1} BuildCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{3.7.1} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{3.7.1} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{3.7.1} BC Factory Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{3.7.1} BC Transport Unloaded->Constructed->Errored
BuildCraft|Silicon{3.7.1} BC Silicon Unloaded->Constructed->Errored
ComputerCraft{1.56} ComputerCraft Unloaded->Constructed->Pre-initialized
CCTurtle{1.56} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized
CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner](CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.0.0.dev6} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.0.0 DEV-R6.zip) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.4} Dynamic Lights Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.2} Dynamic Lights on burning Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.2} Dynamic Lights on Creepers Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.4} Dynamic Lights on ItemEntities Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.0} Dynamic Lights on Mob Equipment Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} Dynamic Lights on Flame enchanted Arrows Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.4} Dynamic Lights Other Player Light Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.8} Dynamic Lights Player Light Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.0.148} Forge Multipart Unloaded->Constructed->Pre-initialized
McMultipart{1.0.0.148} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.7} GuiAPI Unloaded->Constructed->Pre-initialized
IC2{1.118.401-lf} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.0.0pre.37} Project: Red-Core Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.0.0pre.37} Project: Red-Expansion Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.0.0pre.37} Project: Red-Exploration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.0.0pre.37} Project: Red-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.0.0pre.37} Project: Red-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.0.0pre.37} Project: Red-Transmission Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.0.4} [WR-CBE Core](WR-CBE 1.4.0.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.0.4} [WR-CBE Addons](WR-CBE 1.4.0.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.0.4} [WR-CBE Logic](WR-CBE 1.4.0.4.jar) Unloaded->Constructed->Pre-initialized
mod_ZanMinimap{0.9.4} Zan's Minimap Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.0.0.148} Forge Microblocks Unloaded->Constructed->Pre-initialized

commented

oh alright. Could it be a problem with Forge Multipart? I know that broke
something with Railcraft so I took that out, also I broke the Timber mod
entirely.

On Tue, Aug 27, 2013 at 6:26 PM, AThreeK [email protected] wrote:

Try update Forge first


Reply to this email directly or view it on GitHubhttps://github.com//issues/1173#issuecomment-23383932
.

  • Collin Giles
commented

If you think you know what it is you should definitely try those options.

commented

Installation Error of some kind. Nothing we can do, you'll have to track down the cause (which you should have done before posting).

commented

Try update Forge first

commented

BuildCraft|Core{3.7.1} BuildCraft Unloaded->Constructed->Pre-initialized

Buildcraft 3.7.1 was for minecraft 1.5.2.

commented

oh that'd be the problem... that's weird. I got it from the forums..

On Wed, Aug 28, 2013 at 12:15 AM, psxlover [email protected] wrote:

BuildCraft|Core{3.7.1} BuildCraft Unloaded->Constructed->Pre-initialized

Buildcraft 3.7.1 was for minecraft 1.5.2.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1173#issuecomment-23395538
.

  • Collin Giles