Create

Create

86M Downloads

mechanical harvester crash

ItsRonen opened this issue ยท 5 comments

commented

Describe the Bug

when i placed a mechanical harvester it crashed my game and when i tried to load up the world again it just crashed

Reproduction Steps

1.make a new world with create
2.place a mechanical harvester
3.
...

Expected Result

the game to crash and if it doesnt maybe its cuese i used also bioms o plenty and jei

Screenshots and Videos

cant

Crash Report or Log

No response

Operating System

windows10

Mod Version

0.4.0c

Minecraft Version

1.18.1

Forge Version

39.0.59

Other Mods

biom blender bioms o plenty fly wheel just enough items

Additional Context

maybe its becuese my computer is not good eough

commented

Thanks for reporting. Fixed in Patch D

commented

I have the same issue, same version but on mac. When I log back on one world the chunk with the harvesters doesn't show up but the data still seems to be there as my furnace generator was still running through the missing chunk. On the second world it crashes every time I try to start it with the error:

Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag net.minecraft.world.level.block.entity.BlockEntity.save(net.minecraft.nbt.CompoundTag)'

I also don't have starlight installed.

commented

do you have Starlight installed too?

commented

I have just experienced the same issue. I am unable to restart the game (presumably because there is a mechanical harvester in the world).
I Do NOT have Starlight installed.
I am using Forge 39.0.48
crash-2022-01-24_20.44.28-server.txt

commented

Salvation,
Currently I have a modded survival server with my friends.
Yesterday I also placed the harvester and the server crashed,
When I start the server everything is fine but when I connect it crashes.

I always managed to repair the survival by locating my harvester and making a setblock to replace it with air with the cord via the console

Currently I'm using Create 1.18.1 V0.4c, Forge 39.0.59, on an Ubuntu 18.04 server

Other mod installed :

  • BiomesOPlenty 15.0.0.100
  • Corpse 1.0.2
  • FarmersDelight 1.0.3
  • Feature NBT Deadlock be gone Forge 1.0.0
  • Flywheel 0.5.1
  • Furniture 7.0.0-pre27
  • IronChest 13.0.7
  • JEI 9.2.3.78
  • No Null Processors 2.0.2
  • Optifine H4
  • Repurposed Structures 4.2.5
  • Selene 1.12.0
  • Supplementaries 1.1.9
  • TerraBlender 1.1.0.70
  • U Team Core 4.0.0.201
  • useful backpacks 1.12.1.92
  • Xaeros Minimap 22.1.0

I also extracted lines of code concerning the problem for those who are interested.

For those who want to recover their parts corrupted by the mechanical harvester, I advise you to play on the regions and to suspend the region on which the harvester is located.

[14:30:01] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag net.minecraft.world.level.block.entity.BlockEntity.save(net.minecraft.nbt.CompoundTag)'
	at com.simibubi.create.foundation.tileEntity.SyncedTileEntity.save(SyncedTileEntity.java:26) ~[create-mc1.18.1_v0.4c.jar%2340!/:mc1.18.1_v0.4c]
	at com.simibubi.create.foundation.tileEntity.SyncedTileEntity.writeClient(SyncedTileEntity.java:59) ~[create-mc1.18.1_v0.4c.jar%2340!/:mc1.18.1_v0.4c]
	at com.simibubi.create.foundation.tileEntity.SyncedTileEntity.m_5995_(SyncedTileEntity.java:33) ~[create-mc1.18.1_v0.4c.jar%2340!/:mc1.18.1_v0.4c]
	at net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData$BlockEntityInfo.m_195691_(ClientboundLevelChunkPacketData.java:153) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData.<init>(ClientboundLevelChunkPacketData.java:44) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.<init>(ClientboundLevelChunkWithLightPacket.java:24) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ChunkMap.m_183760_(ChunkMap.java:1125) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ChunkMap.m_183754_(ChunkMap.java:785) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ChunkMap.m_140192_(ChunkMap.java:923) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ChunkMap.m_140199_(ChunkMap.java:1045) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ServerChunkCache.m_8463_(ServerChunkCache.java:458) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ServerLevel$EntityCallbacks.m_141985_(ServerLevel.java:1551) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ServerLevel$EntityCallbacks.m_141985_(ServerLevel.java:1534) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157575_(PersistentEntitySectionManager.java:135) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.addEntityWithoutEvent(PersistentEntitySectionManager.java:98) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.addNewEntityWithoutEvent(PersistentEntitySectionManager.java:76) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ServerLevel.m_8853_(ServerLevel.java:827) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.level.ServerLevel.m_8834_(ServerLevel.java:771) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:190) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:138) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:125) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10050_(ServerLoginPacketListenerImpl.java:69) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.network.Connection.m_129483_(Connection.java:229) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:882) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:328) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%2356!/:?]
	at java.lang.Thread.run(Thread.java:833) [?:?]