Create

Create

86M Downloads

Crashes when Print book

Orange-Peel-Assassin opened this issue ยท 5 comments

commented

Placed a book in the book printing spot and it crashed with an exit code 0
tested with 10x10x2 of dirt schematic and it worked fine
which makes me think its the schematic that I have that is the issue
The mods that are used in the schematic are as follows:
Iron Furnaces [FORGE]
Refined Pipes
Corail Recycler

2021-08-12_17 00 32

commented

Dug through the debug log and found this...

[12Aug2021 17:03:47.834] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception net.minecraft.crash.ReportedException: Ticking block entity at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:855) ~[?:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] at net.minecraft.server.MinecraftServer$$Lambda$15877/1480070099.run(Unknown Source) [?:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] Caused by: java.lang.ClassCastException: com.simibubi.create.content.schematics.SchematicWorld cannot be cast to net.minecraft.world.server.ServerWorld at com.refinedmods.refinedpipes.network.NetworkManager.get(NetworkManager.java:30) ~[?:0.5] at com.refinedmods.refinedpipes.tile.PipeTileEntity.getAttachmentManager(PipeTileEntity.java:36) ~[?:0.5] at com.refinedmods.refinedpipes.block.ItemPipeBlock.hasConnection(ItemPipeBlock.java:45) ~[?:0.5] at com.refinedmods.refinedpipes.block.PipeBlock.getState(PipeBlock.java:186) ~[?:0.5] at com.refinedmods.refinedpipes.block.PipeBlock.func_196271_a(PipeBlock.java:175) ~[?:0.5] at net.minecraft.block.AbstractBlock$AbstractBlockState.func_196956_a(AbstractBlock.java:657) ~[?:?] at net.minecraft.world.gen.feature.template.Template.func_237141_a_(Template.java:353) ~[?:?] at net.minecraft.world.gen.feature.template.Template$$Lambda$16256/122964117.consume(Unknown Source) ~[?:?] at net.minecraft.util.math.shapes.VoxelShapePart.func_211541_a(SourceFile:305) ~[?:?] at net.minecraft.util.math.shapes.VoxelShapePart.func_211540_a(SourceFile:282) ~[?:?] at net.minecraft.world.gen.feature.template.Template.func_222857_a(Template.java:348) ~[?:?] at net.minecraft.world.gen.feature.template.Template.func_237146_a_(Template.java:312) ~[?:?] at net.minecraft.world.gen.feature.template.Template.func_237152_b_(Template.java:203) ~[?:?] at net.minecraft.world.gen.feature.template.Template.func_237144_a_(Template.java:199) ~[?:?] at com.simibubi.create.content.schematics.SchematicPrinter.loadSchematic(SchematicPrinter.java:93) ~[?:mc1.16.5_v0.3.2d] at com.simibubi.create.content.schematics.block.SchematicannonTileEntity.initializePrinter(SchematicannonTileEntity.java:458) ~[?:mc1.16.5_v0.3.2d] at com.simibubi.create.content.schematics.block.SchematicannonTileEntity.tickPaperPrinter(SchematicannonTileEntity.java:676) ~[?:mc1.16.5_v0.3.2d] at com.simibubi.create.content.schematics.block.SchematicannonTileEntity.func_73660_a(SchematicannonTileEntity.java:288) ~[?:mc1.16.5_v0.3.2d] at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] ... 6 more

commented

I have the same issue.

commented

The issue is being caused by an unchecked cast in Refined Pipes, not sure if it can be fixed on our end so you should probably open an issue with them

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.