Ray_Hughes
  1. [13:02:10] [main/INFO]: Using standard Java JCE cipher.
  2. [13:02:10] [main/INFO]: Using standard Java compressor.
  3. [13:02:10] [main/INFO]: Enabled Waterfall version git:Waterfall-Bootstrap:1.14-SNAPSHOT:c0c84ca:287
  4. [13:02:11] [main/ERROR]: Exception in thread "main" java.lang.IllegalStateException: failed to create a child event loop
  5. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  6. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  7. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  8. [13:02:11] [main/ERROR]:         at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  9. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  10. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  11. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  12. [13:02:11] [main/ERROR]:         at net.md_5.bungee.netty.PipelineUtils.newEventLoopGroup(PipelineUtils.java:109)
  13. [13:02:11] [main/ERROR]:         at net.md_5.bungee.BungeeCord.start(BungeeCord.java:259)
  14. [13:02:11] [main/ERROR]:         at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  15. [13:02:11] [main/ERROR]:         at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  16. [13:02:11] [main/ERROR]: Caused by: io.netty.channel.ChannelException: failed to open a new selector
  17. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:169)
  18. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:143)
  19. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  20. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  21. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  22. [13:02:11] [main/ERROR]:         ... 10 more
  23. [13:02:11] [main/ERROR]: Caused by: java.io.IOException: Unable to establish loopback connection
  24. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  25. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  26. [13:02:11] [main/ERROR]:         at java.security.AccessController.doPrivileged(Native Method)
  27. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  28. [13:02:11] [main/ERROR]:         at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  29. [13:02:11] [main/ERROR]:         at java.nio.channels.Pipe.open(Unknown Source)
  30. [13:02:11] [main/ERROR]:         at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  31. [13:02:11] [main/ERROR]:         at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  32. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:167)
  33. [13:02:11] [main/ERROR]:         ... 14 more
  34. [13:02:11] [main/ERROR]: Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
  35. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind0(Native Method)
  36. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind(Unknown Source)
  37. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind(Unknown Source)
  38. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
  39. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  40. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  41. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  42. [13:02:11] [main/ERROR]:         ... 23 more
复制代码



xmdhs
尝试更新一下你的 bc 呢,另外,端口没有冲突吧

Ray_Hughes
xmdhs 发表于 2019-7-2 13:17
尝试更新一下你的 bc 呢,另外,端口没有冲突吧

第一次启动 没有设置端口 然后BC是最新版的 是WF不是BC 就是那个优化版本

xmdhs
bliblibli23333 发表于 2019-7-2 13:19
第一次启动 没有设置端口 然后BC是最新版的 是WF不是BC 就是那个优化版本
...

端口还是要设置吧,能给我看看你bc的配置文件吗

Ray_Hughes
xmdhs 发表于 2019-7-2 13:20
端口还是要设置吧,能给我看看你bc的配置文件吗

没生成配置文件

xmdhs

问一些简单的问题吧。

东西下全了吗,也就是除了 bc 的哪个核心,还要下这些东西


a1294790523
网络问题,请关闭防火墙、代理之类的软件看看
如果还是不行的话试试管理员运行netsh winsock reset然后重启看看

Ray_Hughes
xmdhs 发表于 2019-7-2 13:25
问一些简单的问题吧。

东西下全了吗,也就是除了 bc 的哪个核心,还要下这些东西

下了
哦,都是他那边的下的

Ray_Hughes
a1294790523 发表于 2019-7-2 13:29
网络问题,请关闭防火墙、代理之类的软件看看
如果还是不行的话试试管理员运行netsh winsock reset然后重启 ...

还是不行

a1294790523

对不起啊2333,没看清楚
你使用的是vps还是什么呢
如果不是vps,你可以拿着这个崩溃日志去找服务商
如果是vps,请检查你的后台进程是否正常,可能是中毒了
原因解释:
https://blog.csdn.net/itxiaohei323/article/details/8280702
https://blog.csdn.net/yzy199391/article/details/78911329

Ray_Hughes
a1294790523 发表于 2019-7-3 08:18
对不起啊2333,没看清楚
你使用的是vps还是什么呢
如果不是vps,你可以拿着这个崩溃日志去找服务商

感谢 是我的安全管家关闭了进入了全方位防范模式XD