Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 27/01/15 16:22
  5. Description: Starting integrated server
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at net.minecraft.server.MinecraftServer.<init>(SourceFile:114)
  9. at bsk.<init>(SourceFile:38)
  10. at azd.a(SourceFile:1591)
  11. at bbi.a(SourceFile:202)
  12. at bcd.a(SourceFile:172)
  13. at bbi.a(SourceFile:301)
  14. at bcd.d(SourceFile:236)
  15. at bcd.k(SourceFile:211)
  16. at azd.o(SourceFile:1303)
  17. at azd.ad(SourceFile:753)
  18. at azd.e(SourceFile:704)
  19. at net.minecraft.client.main.Main.main(SourceFile:103)
  20. Caused by: java.lang.IllegalStateException: failed to create a child event loop
  21. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61)
  22. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
  23. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
  24. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
  25. at ms.<clinit>(SourceFile:31)
  26. ... 12 more
  27. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  28. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
  29. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
  30. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
  31. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57)
  32. ... 16 more
  33. Caused by: java.io.IOException: Unable to establish loopback connection
  34. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  35. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  36. at java.security.AccessController.doPrivileged(Native Method)
  37. at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  38. at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  39. at java.nio.channels.Pipe.open(Unknown Source)
  40. at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  41. at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  42. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
  43. ... 19 more
  44. Caused by: java.net.ConnectException: Connection refused: connect
  45. at sun.nio.ch.Net.connect0(Native Method)
  46. at sun.nio.ch.Net.connect(Unknown Source)
  47. at sun.nio.ch.Net.connect(Unknown Source)
  48. at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
  49. at java.nio.channels.SocketChannel.open(Unknown Source)
  50. at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  51. ... 28 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at net.minecraft.server.MinecraftServer.<init>(SourceFile:114)
  60. at bsk.<init>(SourceFile:38)
  61.  
  62. -- Starting integrated server --
  63. Details:
  64. Level ID: New World
  65. Level Name: New World
  66. Stacktrace:
  67. at azd.a(SourceFile:1591)
  68. at bbi.a(SourceFile:202)
  69. at bcd.a(SourceFile:172)
  70. at bbi.a(SourceFile:301)
  71. at bcd.d(SourceFile:236)
  72. at bcd.k(SourceFile:211)
  73.  
  74. -- Affected screen --
  75. Details:
  76. Screen name: btj
  77. Stacktrace:
  78. at azd.o(SourceFile:1303)
  79. at azd.ad(SourceFile:753)
  80. at azd.e(SourceFile:704)
  81. at net.minecraft.client.main.Main.main(SourceFile:103)
  82.  
  83. -- System Details --
  84. Details:
  85. Minecraft Version: 1.7.2
  86. Operating System: Windows Vista (x86) version 6.0
  87. Java Version: 1.8.0_31, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  89. Memory: 141456608 bytes (134 MB) / 178319360 bytes (170 MB) up to 523501568 bytes (499 MB)
  90. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  91. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  92. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  93. Launched Version: 1.7.2
  94. LWJGL: 2.9.0
  95. OpenGL: GeForce GT 120/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
  96. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  97. Type: Client (map_client.txt)
  98. Resource Packs: []
  99. Current Language: English (US)
  100. Profiler Position: N/A (disabled)
  101. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  102. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement