The Meaning of Life, the Universe, and Everything.
Join Date:
7/1/2013
Posts:
50
Member Details
Hey! So, I've recently run into a problem that I've never had before: Minecraft crashing due to a Minefactory Reloaded-Pam's Harvestcraft interaction. With Buildcraft thrown in. Every time I place a harvester down, connected with BC pipes to an iron chest, also connected to a stirling engine, the game crashes. It says that it's dropping the stacks in air (which I've had issues with before) but once I've restarted it's fine. Each time I restart, it crashes the game before I even get into the world. I had to take out mfr for the world to even load. But: the game only crashes with PHC added items. It does not crash when it is harvesting a rubber tree. It does not crash harvesting any type of Vanilla tree. It only crashes with PHC. I've recently moved from a desktop to a laptop for schooling purposes, and I never had this issue on my desktop at home.
Report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
java.lang.NullPointerException: Ticking block entity
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:388)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:326)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:322)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:277)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:219)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryInventory.doDrop(TileEntityFactoryInventory.java:255)
at powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester.activateMachine(TileEntityHarvester.java:199)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_145845_h(TileEntityFactoryPowered.java:109)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:388)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:326)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:322)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:277)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:219)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryInventory.doDrop(TileEntityFactoryInventory.java:255)
at powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester.activateMachine(TileEntityHarvester.java:199)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_145845_h(TileEntityFactoryPowered.java:109)
-- Block entity being ticked --
Details:
Name: factoryHarvester // powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester
Block type: ID #758 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (292,71,-304), Chunk: (at 4,4,0 in 18,-19; contains blocks 288,0,-304 to 303,255,-289), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Actual block type: ID #758 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Sad 1.7.10
All players: 1 total; [EntityPlayerMP['genthug'/336, l='Sad 1.7.10', x=289.55, y=71.00, z=-302.42]]
Chunk stats: ServerChunkCache: 390 Drop: 0
Level seed: 6520389668827565700
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (252,64,-228), Chunk: (at 12,4,12 in 15,-15; contains blocks 240,0,-240 to 255,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 216089 game time, 239305 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 9743 (now: true), thunder time: 84202 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Seems that it has been fixed in a dev build but that version has not yet been released. Until then make sure you do not have any Buildcraft pipes (possibly pipes from other mods as well) connected to any MFR machine sides other than the designated output side.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Hey! So, I've recently run into a problem that I've never had before: Minecraft crashing due to a Minefactory Reloaded-Pam's Harvestcraft interaction. With Buildcraft thrown in. Every time I place a harvester down, connected with BC pipes to an iron chest, also connected to a stirling engine, the game crashes. It says that it's dropping the stacks in air (which I've had issues with before) but once I've restarted it's fine. Each time I restart, it crashes the game before I even get into the world. I had to take out mfr for the world to even load. But: the game only crashes with PHC added items. It does not crash when it is harvesting a rubber tree. It does not crash harvesting any type of Vanilla tree. It only crashes with PHC. I've recently moved from a desktop to a laptop for schooling purposes, and I never had this issue on my desktop at home.
Report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 10/8/15 4:50 PM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:388)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:326)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:322)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:277)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:219)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryInventory.doDrop(TileEntityFactoryInventory.java:255)
at powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester.activateMachine(TileEntityHarvester.java:199)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_145845_h(TileEntityFactoryPowered.java:109)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:388)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:326)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStackInAir(UtilInventory.java:322)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:277)
at powercrystals.minefactoryreloaded.core.UtilInventory.dropStack(UtilInventory.java:219)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryInventory.doDrop(TileEntityFactoryInventory.java:255)
at powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester.activateMachine(TileEntityHarvester.java:199)
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_145845_h(TileEntityFactoryPowered.java:109)
-- Block entity being ticked --
Details:
Name: factoryHarvester // powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester
Block type: ID #758 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (292,71,-304), Chunk: (at 4,4,0 in 18,-19; contains blocks 288,0,-304 to 303,255,-289), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Actual block type: ID #758 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Sad 1.7.10
All players: 1 total; [EntityPlayerMP['genthug'/336, l='Sad 1.7.10', x=289.55, y=71.00, z=-302.42]]
Chunk stats: ServerChunkCache: 390 Drop: 0
Level seed: 6520389668827565700
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (252,64,-228), Chunk: (at 12,4,12 in 15,-15; contains blocks 240,0,-240 to 255,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 216089 game time, 239305 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 9743 (now: true), thunder time: 84202 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 90101080 bytes (85 MB) / 809644032 bytes (772 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 58 mods loaded, 58 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA VeinMiner_coremod{0.21.2_build-43} [Core mod] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA BuildCraft|Core{7.0.21} [BuildCraft] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Silicon{7.0.21} [BC Silicon] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Factory{7.0.21} [BC Factory] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Builders{7.0.21} [BC Builders] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Energy{7.0.21} [BC Energy] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Robotics{7.0.21} [BC Robotics] (buildcraft-7.0.21.jar)
UCHIJAAAA BuildCraft|Transport{7.0.21} [BC Transport] (buildcraft-7.0.21.jar)
UCHIJAAAA Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
UCHIJAAAA F2L{1.7.10b} [Flesh2Leather] (Flesh2Lether [1.7.10b].jar)
UCHIJAAAA FortuneOres{2.0.5} [FortuneOres] (FortuneOres-MC1.7.10-2.0.5.jar)
UCHIJAAAA gembuffs{1.1} [Gem Buffs] (gembuffs-ver1.2.jar)
UCHIJAAAA ImmersiveEngineering{0.5.4} [Immersive Engineering] (ImmersiveEngineering-0.5.4.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA LogisticsPipes{0.9.2.50} [Logistics Pipes] (logisticspipes-0.9.2.50.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10j.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA everythingarmor{1.0.2} [TooMuchArmor] (TooMuchArmor-Mod-1.7.10.jar)
UCHIJAAAA VeinMiner{0.21.2} [Vein Miner] (VeinMiner-1.7.10_0.21.2.43.jar)
UCHIJAAAA VeinMinerModSupport{0.21.2} [Mod Support] (VeinMiner-1.7.10_0.21.2.43.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['genthug'/336, l='Sad 1.7.10', x=289.55, y=71.00, z=-302.42]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Any and all help will be welcome. It would be nice to be able to automate my farm instead of handpicking every single plant.
Apologize for the bump, but does anyone have any idea why this is occurring? Anyone at all?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttps://github.com/CoFH/Feedback/issues/716
Seems that it has been fixed in a dev build but that version has not yet been released. Until then make sure you do not have any Buildcraft pipes (possibly pipes from other mods as well) connected to any MFR machine sides other than the designated output side.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
hmmm. okay thank you very much
just tested it, that did fix it. Odd. Thank you!