Skip to content

Instantly share code, notes, and snippets.

@Robijnvogel
Created January 19, 2017 01:58
Show Gist options
  • Save Robijnvogel/f06ae5a4574741512cb2ffddc5f8ebb6 to your computer and use it in GitHub Desktop.
Save Robijnvogel/f06ae5a4574741512cb2ffddc5f8ebb6 to your computer and use it in GitHub Desktop.
[02:56:36] [Client thread/INFO] [FML]: [DimDoors] onItemUse world is Remote (class com.zixiken.dimdoors.items.ItemDimDoor )
[02:56:36] [Client thread/INFO] [FML]: [DimDoors] onItemRightClick world is Remote (class com.zixiken.dimdoors.items.ItemDimDoor )
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: java.lang.Exception: Stack trace
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.dumpStack(Thread.java:1333)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.DDTileEntityBase.<init>(DDTileEntityBase.java:21)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.TileEntityDimDoor.<init>(TileEntityDimDoor.java:8)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockDimDoorBase.createNewTileEntity(BlockDimDoorBase.java:108)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.createTileEntity(Block.java:1421)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:666)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:384)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.item.ItemDoor.placeDoor(ItemDoor.java:89)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.items.ItemDoorBase.onItemUse(ItemDoorBase.java:123)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:780)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:158)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerInteractionManager.processRightClickBlock(PlayerInteractionManager.java:509)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.NetHandlerPlayServer.processTryUseItemOnBlock(NetHandlerPlayServer.java:706)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:68)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:13)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.util.Util.runTask(Util.java:25)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:742)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
[02:56:36] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.run(Thread.java:745)
[02:56:36] [Server thread/INFO] [FML]: [DimDoors] Rift registered as ID: 0 (class com.zixiken.dimdoors.shared.RiftRegistry )
[02:56:36] [Server thread/INFO] [FML]: [DimDoors] New Door rift-ID after placement: 0 (class com.zixiken.dimdoors.items.ItemDimDoor )
[02:56:36] [Server thread/INFO] [FML]: [DimDoors] Hit is not null (class com.zixiken.dimdoors.items.ItemDimDoor )
[02:56:36] [Server thread/INFO] [FML]: [DimDoors] Hit is null (class com.zixiken.dimdoors.items.ItemDimDoor )
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: java.lang.Exception: Stack trace
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.dumpStack(Thread.java:1333)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.DDTileEntityBase.<init>(DDTileEntityBase.java:21)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.TileEntityDimDoor.<init>(TileEntityDimDoor.java:8)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockDimDoorBase.createNewTileEntity(BlockDimDoorBase.java:108)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.createTileEntity(Block.java:1421)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:666)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:384)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.multiplayer.WorldClient.invalidateRegionAndSetBlock(WorldClient.java:317)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.network.NetHandlerPlayClient.handleMultiBlockChange(NetHandlerPlayClient.java:770)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.server.SPacketMultiBlockChange.processPacket(SPacketMultiBlockChange.java:70)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.server.SPacketMultiBlockChange.processPacket(SPacketMultiBlockChange.java:15)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.util.Util.runTask(Util.java:25)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.Minecraft.run(Minecraft.java:406)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.main.Main.main(Main.java:118)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.reflect.Method.invoke(Method.java:498)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.reflect.Method.invoke(Method.java:498)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
[02:56:36] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at GradleStart.main(GradleStart.java:26)
[02:56:46] [Client thread/INFO]: [CHAT] /gamemode, /gamerule
[02:56:50] [Server thread/INFO]: [Player748: Set own game mode to Survival Mode]
[02:56:50] [Client thread/INFO]: [CHAT] Your game mode has been updated to Survival Mode
[02:56:53] [Server thread/ERROR] [FML]: A TileEntity type com.zixiken.dimdoors.tileentities.TileEntityDimDoor has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NullPointerException
at com.zixiken.dimdoors.tileentities.TileEntityDimDoor.writeToNBT(TileEntityDimDoor.java:37) ~[TileEntityDimDoor.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:409) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:182) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunkData(ChunkProviderServer.java:205) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:233) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:1063) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:414) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.saveAllWorlds(IntegratedServer.java:238) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:710) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: java.lang.Exception: Stack trace
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.dumpStack(Thread.java:1333)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.DDTileEntityBase.<init>(DDTileEntityBase.java:21)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.TileEntityRift.<init>(TileEntityRift.java:36)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockRift.createNewTileEntity(BlockRift.java:199)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.createTileEntity(Block.java:1421)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:666)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:384)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:467)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockDimDoorBase.breakBlock(BlockDimDoorBase.java:155)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:610)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:384)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockToAir(World.java:434)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.BlockDoor.onBlockHarvested(BlockDoor.java:292)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.removedByPlayer(Block.java:1323)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerInteractionManager.removeBlock(PlayerInteractionManager.java:298)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerInteractionManager.tryHarvestBlock(PlayerInteractionManager.java:359)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerInteractionManager.blockRemoving(PlayerInteractionManager.java:265)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:669)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.client.CPacketPlayerDigging.processPacket(CPacketPlayerDigging.java:56)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.client.CPacketPlayerDigging.processPacket(CPacketPlayerDigging.java:12)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.util.Util.runTask(Util.java:25)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:742)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.run(Thread.java:745)
[02:56:58] [Server thread/INFO] [FML]: [DimDoors] New Rift rift-ID after breaking door 0 (class com.zixiken.dimdoors.blocks.BlockDimDoor )
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: java.lang.Exception: Stack trace
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.dumpStack(Thread.java:1333)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.DDTileEntityBase.<init>(DDTileEntityBase.java:21)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.TileEntityRift.<init>(TileEntityRift.java:36)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockRift.createNewTileEntity(BlockRift.java:199)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.createTileEntity(Block.java:1421)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.createNewTileEntity(Chunk.java:820)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.getTileEntity(Chunk.java:838)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.getTileEntity(World.java:2588)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerChunkMapEntry.update(PlayerChunkMapEntry.java:282)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.management.PlayerChunkMap.tick(PlayerChunkMap.java:134)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.WorldServer.tick(WorldServer.java:230)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:772)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
[02:56:58] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.run(Thread.java:745)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: java.lang.Exception: Stack trace
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.Thread.dumpStack(Thread.java:1333)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.DDTileEntityBase.<init>(DDTileEntityBase.java:21)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.tileentities.TileEntityRift.<init>(TileEntityRift.java:36)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at com.zixiken.dimdoors.blocks.BlockRift.createNewTileEntity(BlockRift.java:199)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.block.Block.createTileEntity(Block.java:1421)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:666)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.world.World.setBlockState(World.java:384)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.multiplayer.WorldClient.invalidateRegionAndSetBlock(WorldClient.java:317)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.network.NetHandlerPlayClient.handleMultiBlockChange(NetHandlerPlayClient.java:770)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.server.SPacketMultiBlockChange.processPacket(SPacketMultiBlockChange.java:70)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.play.server.SPacketMultiBlockChange.processPacket(SPacketMultiBlockChange.java:15)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.util.Util.runTask(Util.java:25)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1108)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.Minecraft.run(Minecraft.java:406)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.client.main.Main.main(Main.java:118)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.reflect.Method.invoke(Method.java:498)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at java.lang.reflect.Method.invoke(Method.java:498)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
[02:56:58] [Client thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1333]: at GradleStart.main(GradleStart.java:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment