Tinkers' Mechworks

Tinkers' Mechworks

18M Downloads

Signal Bus throws an error in the console when it's redstone signal source gets sucked up by Applied Energistics Spatial Storage

Robbyo4 opened this issue ยท 3 comments

commented

Here's the error it creates, straight from the server log. The only affects I've seen so far of this bug are that any outputs attached stay on and will stay on until the signal bus (NOT signal terminal) sending the signal is broken and replaced.

at tmechworks.lib.multiblock.MultiblockBaseLogic.destroySelf(MultiblockBaseLogic.java:396)
at tmechworks.blocks.logic.SignalBusLogic.notifyBreak(SignalBusLogic.java:666)
at tmechworks.blocks.SignalBus.func_71852_a(SignalBus.java:548)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:711)
at net.minecraft.world.World.func_72832_d(World.java:559)
at net.minecraft.world.World.func_94571_i(World.java:688)
at net.minecraft.block.Block.removeBlockByPlayer(Block.java:1662)
at net.minecraft.item.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:277)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:311)
at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:172)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:493)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
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.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

This is my first time reporting an error through GithHub so please let me know what I screwed up on.

commented

Well, you should post full log first. Use pastebin.com

commented

Strangely the machine I discovered this on has stopped working completely. I tried rebuilding the signal bus and terminal setup, but it isn't working any more. I'll try making a different setup later to test it.

commented

From the tests I have done with Applied Energetics RV1 stable and RV2 Alpha, the signal blocks (Terminal and Bus) don't get sucked in spatial storage, and the crash doesn't happen.

There for I'm going to close this issue.