GithubHelp home page GithubHelp logo

Comments (8)

SirSengir avatar SirSengir commented on September 25, 2024

I don't think BC6 and Forestry are compatible.

from forestrymc.

Likton avatar Likton commented on September 25, 2024

yes they are. They are running in entire compatibility on my server cauldron.

When the issues had happened ? Did you put some liquid (biomass or else) in bc pipe ?

from forestrymc.

SirSengir avatar SirSengir commented on September 25, 2024

Running alongside != compatible

from forestrymc.

rokiyo avatar rokiyo commented on September 25, 2024

Saw a similar issue to the above recently, though a slightly different trigger perhaps. This was on the same version as the original poster (Buildcraft 6.0.16, Forestry 2.4.1.27, MC 1.72, Forge 10.12.2.1147).

User reports they had a cobblestone pipe attached to a farm hatch with no issues. Crash occurred when placed a basic gate and and some red pipe wire to the pipe. Replacing everything in that block with air via MC edit allowed the server to start successfully.

[Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:627) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) ~[lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670) [kx.class:?]
Caused by: java.lang.NullPointerException
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214) ~[abp.class:?]
at forestry.core.utils.InventoryAdapter.contains(InventoryAdapter.java:197) ~[InventoryAdapter.class:?]
at forestry.farming.gadgets.TileFarmPlain.hasResources(TileFarmPlain.java:752) ~[TileFarmPlain.class:?]
at forestry.farming.triggers.TriggerLowSoil.isTriggerActive(TriggerLowSoil.java:63) ~[TriggerLowSoil.class:?]
at buildcraft.transport.Gate.isNearbyTriggerActive(Gate.java:326) ~[Gate.class:?]
at buildcraft.transport.Gate.resolveActions(Gate.java:252) ~[Gate.class:?]
at buildcraft.transport.Pipe.updateEntity(Pipe.java:207) ~[Pipe.class:?]
at buildcraft.transport.TileGenericPipe.func_145845_h(TileGenericPipe.java:315) ~[TileGenericPipe.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1888) ~[afn.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500) ~[mj.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:621) ~[MinecraftServer.class:?]
... 4 more

from forestrymc.

Parker8283 avatar Parker8283 commented on September 25, 2024

Please test with the latest forestry, which is now BC 6.0.x compatible.

from forestrymc.

Terpo avatar Terpo commented on September 25, 2024

Problem still exists. Tested with BC 6.0.17 + Forestry 1.7.10-3.0.0.95 and also with BC 6.0.18 + Forestry 1.7.10-3.0.0.113

Time: 9/8/14 5:51 PM
Description: Ticking memory connection

java.lang.NullPointerException: Ticking memory connection
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:215)
at forestry.core.utils.InventoryAdapter.contains(InventoryAdapter.java:200)
at forestry.farming.gadgets.TileFarmPlain.hasResources(TileFarmPlain.java:755)
at forestry.farming.triggers.TriggerLowSoil.isTriggerActive(TriggerLowSoil.java:66)
at buildcraft.transport.Gate.isNearbyTriggerActive(Gate.java:326)
at buildcraft.transport.gui.ContainerGateInterface.isNearbyTriggerActive(ContainerGateInterface.java:399)
at buildcraft.transport.gui.ContainerGateInterface.calculateTriggerState(ContainerGateInterface.java:269)
at buildcraft.transport.gui.ContainerGateInterface.func_75142_b(ContainerGateInterface.java:282)
at net.minecraft.inventory.Container.func_75132_a(SourceFile:54)
at buildcraft.core.gui.BuildCraftContainer.func_75132_a(BuildCraftContainer.java:74)
at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2208)
at buildcraft.transport.Gate.openGui(Gate.java:164)
at buildcraft.transport.BlockGenericPipe.func_149727_a(BlockGenericPipe.java:819)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:376)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:554)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
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)

from forestrymc.

Terpo avatar Terpo commented on September 25, 2024

I think mezz fixed this problem in another issue post.
#71

from forestrymc.

mezz avatar mezz commented on September 25, 2024

Looking at the crash logs, this is definitely the same bug.

from forestrymc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.