卫斯李

如题

  1. [19:05:39 WARN]: Failed to initialize a channel. Closing: [id: 0x2531e6fa, L:/127.0.0.1:29002 - R:/127.0.0.1:49381]
  2. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  3.         at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  4.         at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_211]
  5.         at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_211]
  6.         at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  7.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  8.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  9.         at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  10.         at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  11.         at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  12.         at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  13.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  14.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  15.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  16.         at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  17.         at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  18.         at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  19.         at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  20.         at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  21.         at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  22.         at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  23.         at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  24.         at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  25.         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  26.         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:401) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  27.         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:388) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  28.         at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [%5B前置%5DProtocolLib+4.2.0+for+1.11.jar:4.2.0]
  29.         at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  30.         at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  31.         at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:606) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  32.         at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  33.         at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1412) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  34.         at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1131) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  35.         at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:656) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  36.         at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  37.         at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  38.         at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  39.         at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  40.         at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  41.         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  42.         at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  43.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  44. [19:05:39 WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  45. java.lang.NullPointerException: null
  46.         at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  47.         at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  48.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  49.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  50.         at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  51.         at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  52.         at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  53.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  54.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  55.         at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  56.         at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  57.         at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  58.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  59.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  60.         at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  61.         at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  62.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  63.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  64.         at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  65.         at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  66.         at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  67.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  68.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  69.         at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  70.         at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  71.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  72.         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  73.         at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  74.         at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:763) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  75.         at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  76.         at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  77.         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  78.         at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot-1.12.2-R0.1-SNAPSHOT-b1409.jar:git-Spigot-7754231-94b0980]
  79.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
复制代码





shuhun230
插件冲突吗?

第一页 上一页 下一页 最后一页