Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 4/16/14 6:05 PM
  5. Description: Updating screen events
  6.  
  7. java.util.concurrent.RejectedExecutionException: event executor terminated
  8. at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:703)
  9. at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:296)
  10. at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:691)
  11. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:414)
  12. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60)
  13. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:69)
  14. at io.netty.bootstrap.AbstractBootstrap.initAndRegister(AbstractBootstrap.java:296)
  15. at io.netty.bootstrap.Bootstrap.doConnect(Bootstrap.java:133)
  16. at io.netty.bootstrap.Bootstrap.connect(Bootstrap.java:115)
  17. at eg.a(SourceFile:230)
  18. at azl.a(SourceFile:1614)
  19. at bcp.e(SourceFile:162)
  20. at bcp.a(SourceFile:127)
  21. at bco.a(SourceFile:172)
  22. at bco.d(SourceFile:232)
  23. at bco.k(SourceFile:211)
  24. at azl.p(SourceFile:1303)
  25. at azl.ah(SourceFile:757)
  26. at azl.f(SourceFile:711)
  27. at net.minecraft.client.main.Main.main(SourceFile:148)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:703)
  36. at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:296)
  37. at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:691)
  38. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:414)
  39. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60)
  40. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:69)
  41. at io.netty.bootstrap.AbstractBootstrap.initAndRegister(AbstractBootstrap.java:296)
  42. at io.netty.bootstrap.Bootstrap.doConnect(Bootstrap.java:133)
  43. at io.netty.bootstrap.Bootstrap.connect(Bootstrap.java:115)
  44. at eg.a(SourceFile:230)
  45. at azl.a(SourceFile:1614)
  46. at bcp.e(SourceFile:162)
  47. at bcp.a(SourceFile:127)
  48. at bco.a(SourceFile:172)
  49. at bco.d(SourceFile:232)
  50. at bco.k(SourceFile:211)
  51.  
  52. -- Affected screen --
  53. Details:
  54. Screen name: bcw
  55. Stacktrace:
  56. at azl.p(SourceFile:1303)
  57. at azl.ah(SourceFile:757)
  58. at azl.f(SourceFile:711)
  59. at net.minecraft.client.main.Main.main(SourceFile:148)
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.7.5
  64. Operating System: Windows 8 (x86) version 6.2
  65. Java Version: 1.7.0_51, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  67. Memory: 319097144 bytes (304 MB) / 514981888 bytes (491 MB) up to 518979584 bytes (494 MB)
  68. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
  69. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  70. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  71. Launched Version: 1.7.5
  72. LWJGL: 2.9.1
  73. OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3431, Intel
  74. GL Caps: Using GL 1.3 multitexturing.
  75. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  76. Anisotropic filtering is supported and maximum anisotropy is 16.
  77. Shaders are available because OpenGL 2.1 is supported.
  78.  
  79. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  80. Type: Client (map_client.txt)
  81. Resource Packs: []
  82. Current Language: English (US)
  83. Profiler Position: N/A (disabled)
  84. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  85. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement