Natura

Natura

55M Downloads

Harvesting cotton plants crash

smarkwell opened this issue ยท 1 comments

commented

Steps to reproduce

Start single player local game
Place two unharvested cotton plants side by side
Harvest one of them (with a wooden pickaxe)
Harvest the second, crash occurs in the server

Version info
Natura 2.1.4

This is from the current FTB Unleashed pack

2013-08-17 20:06:23 [INFO] [STDOUT] got translate table
2013-08-17 20:06:30 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking memory connection
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:60)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-17 20:06:30 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemTool.func_77660_a(ItemTool.java:65)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemStack.func_77941_a(ItemStack.java:394)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:323)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:206)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:491)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-08-17 20:06:30 [INFO] [STDERR]     ... 6 more
2013-08-17 20:06:30 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking memory connection
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:60)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NullPointerException
    at net.minecraft.item.ItemTool.func_77660_a(ItemTool.java:65)
    at net.minecraft.item.ItemStack.func_77941_a(ItemStack.java:394)
    at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:323)
    at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:206)
    at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:491)
    at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
    ... 6 more
2013-08-17 20:06:30 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Scott\Programs\FTB\Unleashed\minecraft\crash-reports\crash-2013-08-17_20.06.30-server.txt
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Stopping server
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving players
2013-08-17 20:06:30 [INFO] [STDOUT] Unloading Player: Orby
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving worlds
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Overworld
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Nether
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/The End
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Twilight Forest
2013-08-17 20:06:30 [INFO] [ForgeModLoader] [Thaumcraft] Removed 20 aura nodes when world 0 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world -1 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world 1 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world 7 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 0
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension -1
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 1
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 7
2013-08-17 20:06:32 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
2013-08-17 20:06:40 [INFO] [Minecraft-Client] Stopping!
2013-08-17 20:06:40 [INFO] [STDOUT] 
2013-08-17 20:06:40 [INFO] [STDOUT] SoundSystem shutting down...
2013-08-17 20:06:41 [INFO] [STDOUT]     Author: Paul Lamb, www.paulscode.com
2013-08-17 20:06:41 [INFO] [STDOUT]
commented

This is a symptom of a bad version of Forge.