Create

Create

86M Downloads

Crash with Saw

Darkere opened this issue ยท 5 comments

commented

Full log: https://gist.githubusercontent.com/GarethCarew/ad69ae09016bdabc3468972dba76735b/raw/8414f016a2cf49a9fed6510aabd800f2aab1ee9a/gistfile1.txt

Crash report with version data (game continued running without Server Thread and got killed by watchdog): https://pastebin.com/Nx8xvexQ

No clue how to recreate.

Most likely culprit this: https://streamable.com/9jo0vj

Relevant log entry:

Caused by: java.lang.IllegalArgumentException: Cannot get property DirectionProperty{name=facing, clazz=class net.minecraft.util.Direction, values=[north, east, south, west, up, down]} as it does not exist in Block{minecraft:air}
	at net.minecraft.state.StateHolder.func_177229_b(SourceFile:95) ~[?:?]
	at com.simibubi.create.content.contraptions.components.saw.SawTileEntity.canProcess(SawTileEntity.java:328) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.saw.SawTileEntity.start(SawTileEntity.java:292) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.processing.ProcessingInventory.insertItem(ProcessingInventory.java:39) ~[create:mc1.16.3_v0.3e]
	at net.minecraftforge.items.wrapper.CombinedInvWrapper.insertItem(CombinedInvWrapper.java:114) ~[forge:?]
	at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:44) ~[forge:?]
	at com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour.dropItem(MovementBehaviour.java:31) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.lambda$tickBreaker$0(BlockBreakingMovementBehaviour.java:181) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.foundation.utility.BlockHelper.destroyBlock(BlockHelper.java:185) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.tickBreaker(BlockBreakingMovementBehaviour.java:181) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.tick(BlockBreakingMovementBehaviour.java:109) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity.tickActors(AbstractContraptionEntity.java:267) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.structureMovement.ControlledContraptionEntity.tickContraption(ControlledContraptionEntity.java:136) ~[create:mc1.16.3_v0.3e]
	at com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity.func_70071_h_(AbstractContraptionEntity.java:228) ~[create:mc1.16.3_v0.3e]
	at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?]
	at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?]
	at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?]
	... 5 more```
commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

Encountered the same bug when trying to cut a 4*5 block of trees using saws being pushed by a mechanical piston, powered by a handcrank.

[28Feb2021 17:12:55.558] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:854) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?]
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
Caused by: java.lang.IllegalArgumentException: Cannot get property DirectionProperty{name=facing, clazz=class net.minecraft.util.Direction, values=[north, east, south, west, up, down]} as it does not exist in Block{minecraft:air}
at net.minecraft.state.StateHolder.func_177229_b(SourceFile:95) ~[?:?]
at com.simibubi.create.content.contraptions.components.saw.SawTileEntity.canProcess(SawTileEntity.java:328) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.saw.SawTileEntity.start(SawTileEntity.java:292) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.processing.ProcessingInventory.insertItem(ProcessingInventory.java:39) ~[create:mc1.16.3_v0.3e]
at net.minecraftforge.items.wrapper.CombinedInvWrapper.insertItem(CombinedInvWrapper.java:114) ~[forge:?]
at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:44) ~[forge:?]
at com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour.dropItem(MovementBehaviour.java:31) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.lambda$tickBreaker$0(BlockBreakingMovementBehaviour.java:181) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.foundation.utility.BlockHelper.destroyBlock(BlockHelper.java:185) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.tickBreaker(BlockBreakingMovementBehaviour.java:181) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.actors.BlockBreakingMovementBehaviour.tick(BlockBreakingMovementBehaviour.java:109) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity.tickActors(AbstractContraptionEntity.java:267) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.structureMovement.ControlledContraptionEntity.tickContraption(ControlledContraptionEntity.java:136) ~[create:mc1.16.3_v0.3e]
at com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity.func_70071_h_(AbstractContraptionEntity.java:228) ~[create:mc1.16.3_v0.3e]
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?]
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?]
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?]
... 5 more

commented

I don't think I have optifine installed.

commented

crash-2021-04-06_10.10.09-server.txt

Same error.

Optifine installed.

Perhaps it helps.

Also have a saw cutting spruce.