jackel3812

Untitled

Jun 30th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.19 KB | None | 0 0
  1.  
  2. Time: 6/30/20 2:08 AM
  3. Description: Exception in server tick loop
  4.  
  5. java.lang.IllegalStateException: failed to create a child event loop
  6.     at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  7.     at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  8.     at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  9.     at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  10.     at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  11.     at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  12.     at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  13.     at zu.f(SourceFile:54)
  14.     at ady.a(SourceFile:16)
  15.     at zu.a(SourceFile:110)
  16.     at yd.d(SourceFile:143)
  17.     at net.minecraft.server.MinecraftServer.v(SourceFile:647)
  18.     at net.minecraft.server.MinecraftServer.a(SourceFile:256)
  19.     at java.lang.Thread.run(Unknown Source)
  20. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  21.     at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
  22.     at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151)
  23.     at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  24.     at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  25.     at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  26.     ... 13 more
  27. Caused by: java.io.IOException: Unable to establish loopback connection
  28.     at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  29.     at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  30.     at java.security.AccessController.doPrivileged(Native Method)
  31.     at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  32.     at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  33.     at java.nio.channels.Pipe.open(Unknown Source)
  34.     at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  35.     at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  36.     at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
  37.     ... 17 more
  38. Caused by: java.net.BindException: Cannot assign requested address: connect
  39.     at sun.nio.ch.Net.connect0(Native Method)
  40.     at sun.nio.ch.Net.connect(Unknown Source)
  41.     at sun.nio.ch.Net.connect(Unknown Source)
  42.     at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
  43.     at java.nio.channels.SocketChannel.open(Unknown Source)
  44.     at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  45.     ... 26 more
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- System Details --
  52. Details:
  53.     Minecraft Version: 1.16.1
  54.     Minecraft Version ID: 1.16.1
  55.     Operating System: Windows 10 (x86) version 10.0
  56.     Java Version: 1.8.0_251, Oracle Corporation
  57.     Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  58.     Memory: 89350984 bytes (85 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
  59.     CPUs: 12
  60.     JVM Flags: 0 total;
  61.     Data Packs: vanilla
  62.     Is Modded: Unknown (can't tell)
  63.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment