Advertisement
Guest User

Crash report with shaders 2

a guest
May 16th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 5/16/14 11:06 AM
  5. Description: Starting integrated server
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:140)
  9. at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:45)
  10. at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2039)
  11. at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:655)
  12. at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)
  13. at net.minecraft.client.gui.GuiSelectWorld$List.func_148144_a(GuiSelectWorld.java:257)
  14. at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:209)
  15. at net.minecraft.client.gui.GuiSelectWorld.func_73863_a(GuiSelectWorld.java:216)
  16. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1059)
  17. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:942)
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:833)
  19. at net.minecraft.client.main.Main.main(SourceFile:103)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26. Caused by: java.lang.IllegalStateException: failed to create a child event loop
  27. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61)
  28. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
  29. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
  30. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
  31. at net.minecraft.network.NetworkSystem.<clinit>(NetworkSystem.java:47)
  32. ... 18 more
  33. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  34. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
  35. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
  36. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
  37. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57)
  38. ... 22 more
  39. Caused by: java.io.IOException: Unable to establish loopback connection
  40. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  41. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  42. at java.security.AccessController.doPrivileged(Native Method)
  43. at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  44. at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  45. at java.nio.channels.Pipe.open(Unknown Source)
  46. at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  47. at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  48. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
  49. ... 25 more
  50. Caused by: java.net.SocketException: Invalid argument: connect
  51. at sun.nio.ch.Net.connect0(Native Method)
  52. at sun.nio.ch.Net.connect(Unknown Source)
  53. at sun.nio.ch.Net.connect(Unknown Source)
  54. at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
  55. at java.nio.channels.SocketChannel.open(Unknown Source)
  56. at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  57. ... 34 more
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- Head --
  64. Stacktrace:
  65. at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:140)
  66. at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:45)
  67.  
  68. -- Starting integrated server --
  69. Details:
  70. Level ID: Texturepack
  71. Level Name: Texturepack
  72. Stacktrace:
  73. at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2039)
  74. at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:655)
  75. at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)
  76. at net.minecraft.client.gui.GuiSelectWorld$List.func_148144_a(GuiSelectWorld.java:257)
  77. at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:209)
  78. at net.minecraft.client.gui.GuiSelectWorld.func_73863_a(GuiSelectWorld.java:216)
  79.  
  80. -- Screen render details --
  81. Details:
  82. Screen name: net.minecraft.client.gui.GuiMainMenu
  83. Mouse location: Scaled: (232, 129). Absolute: (463, 223)
  84. Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
  85. Stacktrace:
  86. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1059)
  87. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:942)
  88. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:833)
  89. at net.minecraft.client.main.Main.main(SourceFile:103)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  93. at java.lang.reflect.Method.invoke(Unknown Source)
  94. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  95. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.7.2
  100. Operating System: Windows 7 (amd64) version 6.1
  101. Java Version: 1.8.0, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 147489376 bytes (140 MB) / 257949696 bytes (246 MB) up to 954728448 bytes (910 MB)
  104. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  105. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  106. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  107. FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 3 mods loaded, 3 mods active
  108. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  109. FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  110. Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  111. Launched Version: 1.7.2-Forge10.12.1.1060
  112. LWJGL: 2.9.0
  113. OpenGL: AMD Radeon HD 6800 Series GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
  114. Is Modded: Definitely; Client brand changed to 'fml,forge'
  115. Type: Client (map_client.txt)
  116. Resource Packs: []
  117. Current Language: English (US)
  118. Profiler Position: N/A (disabled)
  119. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  120. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement