Advertisement
Guest User

Waystones crash

a guest
Sep 30th, 2016
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.78 KB | None | 0 0
  1. [19:37:02] [Server thread/FATAL]: Error executing task
  2. java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} to up on block waystones:waystone, it is not an allowed value
  3.         at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_101]
  4.         at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_101]
  5.         at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  6.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  7.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  8.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  9.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  10.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  11. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} to up on block waystones:waystone, it is not an allowed value
  12.         at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222) ~[art$a.class:?]
  13.         at net.blay09.mods.waystones.block.BlockWaystone.func_180633_a(BlockWaystone.java:112) ~[BlockWaystone.class:?]
  14.         at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:171) ~[acl.class:?]
  15.         at net.minecraft.item.ItemBlock.func_180614_a(ItemBlock.java:54) ~[acl.class:?]
  16.         at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:755) ~[ForgeHooks.class:?]
  17.         at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:144) ~[adz.class:?]
  18.         at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:493) ~[lv.class:?]
  19.         at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
  20.         at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
  21.         at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
  22.         at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
  23.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_101]
  24.         at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_101]
  25.         at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
  26.         ... 5 more
  27. [19:37:08] [Netty Server IO #1/ERROR] [FML]: NetworkDispatcher exception
  28. java.io.IOException: An existing connection was forcibly closed by the remote host
  29.         at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_101]
  30.         at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_101]
  31.         at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_101]
  32.         at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_101]
  33.         at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_101]
  34.         at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) ~[UnpooledUnsafeDirectByteBuf.class:?]
  35.         at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881) ~[AbstractByteBuf.class:?]
  36.         at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) ~[NioSocketChannel.class:?]
  37.         at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  38.         at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [NioEventLoop.class:?]
  39.         at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [NioEventLoop.class:?]
  40.         at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [NioEventLoop.class:?]
  41.         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [NioEventLoop.class:?]
  42.         at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  43.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  44. [19:37:08] [Server thread/INFO]: TankMissile lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement