Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 3/26/14 5:48 PM
  5. Description: Starting integrated server
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at net.minecraft.server.MinecraftServer.<init>(SourceFile:113)
  9. at btq.<init>(SourceFile:38)
  10. at azl.a(SourceFile:1585)
  11. at bbt.a(SourceFile:202)
  12. at bco.a(SourceFile:172)
  13. at bbt.a(SourceFile:301)
  14. at bco.d(SourceFile:232)
  15. at bco.k(SourceFile:211)
  16. at azl.p(SourceFile:1303)
  17. at azl.ah(SourceFile:757)
  18. at azl.f(SourceFile:711)
  19. at net.minecraft.client.main.Main.main(SourceFile:148)
  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 nb.<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 timed out: 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. ... 28 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- Head --
  57. Stacktrace:
  58. at net.minecraft.server.MinecraftServer.<init>(SourceFile:113)
  59. at btq.<init>(SourceFile:38)
  60.  
  61. -- Starting integrated server --
  62. Details:
  63. Level ID: New World-
  64. Level Name: New World
  65. Stacktrace:
  66. at azl.a(SourceFile:1585)
  67. at bbt.a(SourceFile:202)
  68. at bco.a(SourceFile:172)
  69. at bbt.a(SourceFile:301)
  70. at bco.d(SourceFile:232)
  71. at bco.k(SourceFile:211)
  72.  
  73. -- Affected screen --
  74. Details:
  75. Screen name: bcw
  76. Stacktrace:
  77. at azl.p(SourceFile:1303)
  78. at azl.ah(SourceFile:757)
  79. at azl.f(SourceFile:711)
  80. at net.minecraft.client.main.Main.main(SourceFile:148)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.7.5
  85. Operating System: Windows 7 (amd64) version 6.1
  86. Java Version: 1.7.0_01, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 156029392 bytes (148 MB) / 197197824 bytes (188 MB) up to 954466304 bytes (910 MB)
  89. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  90. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  91. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  92. Launched Version: 1.7.5
  93. LWJGL: 2.9.1
  94. OpenGL: Intel(R) HD Graphics Family GL version 3.0.0 - Build 8.15.10.2353, Intel
  95. GL Caps: Using GL 1.3 multitexturing.
  96. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  97. Anisotropic filtering is supported and maximum anisotropy is 16.
  98. Shaders are available because OpenGL 2.1 is supported.
  99.  
  100. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  101. Type: Client (map_client.txt)
  102. Resource Packs: []
  103. Current Language: English (US)
  104. Profiler Position: N/A (disabled)
  105. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  106. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement