Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 2/26/17 1:05 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.IllegalStateException: Keyboard must be created before you can read events
  8. at org.lwjgl.input.Keyboard.next(Keyboard.java:475)
  9. at bho.p(SourceFile:386)
  10. at bes.t(SourceFile:1586)
  11. at bes.av(SourceFile:970)
  12. at bes.a(SourceFile:398)
  13. at net.minecraft.client.main.Main.main(SourceFile:124)
  14.  
  15.  
  16. A detailed walkthrough of the error, its code path and all known details is as follows:
  17. ---------------------------------------------------------------------------------------
  18.  
  19. -- Head --
  20. Thread: Client thread
  21. Stacktrace:
  22. at org.lwjgl.input.Keyboard.next(Keyboard.java:475)
  23. at bho.p(SourceFile:386)
  24.  
  25. -- Affected screen --
  26. Details:
  27. Screen name: bhv
  28. Stacktrace:
  29. at bes.t(SourceFile:1586)
  30. at bes.av(SourceFile:970)
  31. at bes.a(SourceFile:398)
  32. at net.minecraft.client.main.Main.main(SourceFile:124)
  33.  
  34. -- System Details --
  35. Details:
  36. Minecraft Version: 1.11.2
  37. Operating System: Windows 10 (x86) version 10.0
  38. Java Version: 1.8.0_121, Oracle Corporation
  39. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  40. Memory: 84403824 bytes (80 MB) / 188538880 bytes (179 MB) up to 523501568 bytes (499 MB)
  41. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  42. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  43. Launched Version: 1.11.2
  44. LWJGL: 2.9.4
  45. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  46. GL Caps: Using GL 1.3 multitexturing.
  47. Using GL 1.3 texture combiners.
  48. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  49. Shaders are available because OpenGL 2.1 is supported.
  50. VBOs are available because OpenGL 1.5 is supported.
  51.  
  52. Using VBOs: No
  53. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  54. Type: Client (map_client.txt)
  55. Resource Packs:
  56. Current Language: English (US)
  57. Profiler Position: N/A (disabled)
  58. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement