Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. [13:58:50] [Client thread/INFO]: Setting user: stonerviking
  2. [13:58:51] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [13:58:52] [Client thread/INFO]: Reloading ResourceManager: Default
  4. [13:58:52] [Sound Library Loader/INFO]: Starting up SoundSystem...
  5. [13:58:52] [Thread-3/INFO]: Initializing LWJGL OpenAL
  6. [13:58:52] [Thread-3/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  7. [13:58:52] [Thread-3/ERROR]: Error in class 'LibraryLWJGLOpenAL'
  8. [13:58:52] [Thread-3/ERROR]: Unable to initialize OpenAL. Probable cause: OpenAL not supported.
  9. [13:58:52] [Thread-3/WARN]: ERROR MESSAGE:
  10. [13:58:52] [Thread-3/INFO]: Could not locate OpenAL library.
  11. [13:58:52] [Thread-3/WARN]: STACK TRACE:
  12. [13:58:52] [Thread-3/INFO]: org.lwjgl.openal.AL.create(AL.java:156)
  13. [13:58:52] [Thread-3/INFO]: org.lwjgl.openal.AL.create(AL.java:102)
  14. [13:58:52] [Thread-3/INFO]: org.lwjgl.openal.AL.create(AL.java:206)
  15. [13:58:52] [Thread-3/INFO]: paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
  16. [13:58:52] [Thread-3/INFO]: paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
  17. [13:58:52] [Thread-3/INFO]: paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
  18. [13:58:52] [Thread-3/INFO]: paulscode.sound.CommandThread.run(CommandThread.java:121)
  19. [13:58:53] [Sound Library Loader/WARN]: ERROR MESSAGE:
  20. [13:58:53] [Sound Library Loader/INFO]: Could not locate OpenAL library.
  21. [13:58:53] [Sound Library Loader/INFO]: Starting up SoundSystem...
  22. [13:58:53] [Thread-5/INFO]: Switching to No Sound
  23. [13:58:53] [Thread-5/INFO]: (Silent Mode)
  24. [13:58:53] [Sound Library Loader/INFO]: Sound engine started
  25. [13:58:56] [Client thread/INFO]: Created: 1024x512 textures-atlas
  26. [13:58:58] [Client thread/INFO]: Narrator library for x64 successfully loaded
  27. [13:58:58] [Client thread/ERROR]: Couldn't toggle fullscreen
  28. org.lwjgl.LWJGLException: Failed to set display mode (-2).
  29. at org.lwjgl.opengl.WindowsDisplay.nSwitchDisplayMode(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  30. at org.lwjgl.opengl.WindowsDisplay.switchDisplayMode(WindowsDisplay.java:358) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  31. at org.lwjgl.opengl.Display.switchDisplayMode(Display.java:359) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  32. at org.lwjgl.opengl.Display.setDisplayModeAndFullscreenInternal(Display.java:507) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  33. at org.lwjgl.opengl.Display.setFullscreen(Display.java:475) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  34. at bib.r(SourceFile:1556) [1.12.2.jar:?]
  35. at bib.aq(SourceFile:573) [1.12.2.jar:?]
  36. at bib.a(SourceFile:404) [1.12.2.jar:?]
  37. at net.minecraft.client.main.Main.main(SourceFile:123) [1.12.2.jar:?]
  38. [13:58:58] [Client thread/WARN]: Failed to load shader: minecraft:shaders/post/entity_outline.json
  39. nj: Invalid shaders/post/entity_outline.json targets[0]: No OpenGL context found in the current thread.
  40. at nj.a(SourceFile:47) ~[1.12.2.jar:?]
  41. at ccy.a(SourceFile:75) ~[1.12.2.jar:?]
  42. at ccy.<init>(SourceFile:56) ~[1.12.2.jar:?]
  43. at buy.b(SourceFile:246) [1.12.2.jar:?]
  44. at bib.aq(SourceFile:582) [1.12.2.jar:?]
  45. at bib.a(SourceFile:404) [1.12.2.jar:?]
  46. at net.minecraft.client.main.Main.main(SourceFile:123) [1.12.2.jar:?]
  47. Caused by: java.lang.RuntimeException: No OpenGL context found in the current thread.
  48. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  49. at org.lwjgl.opengl.GL30.glGenFramebuffers(GL30.java:1157) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  50. at cii.g(SourceFile:640) ~[1.12.2.jar:?]
  51. at bvd.b(SourceFile:98) ~[1.12.2.jar:?]
  52. at bvd.a(SourceFile:56) ~[1.12.2.jar:?]
  53. at bvd.<init>(SourceFile:42) ~[1.12.2.jar:?]
  54. at ccy.a(SourceFile:254) ~[1.12.2.jar:?]
  55. at ccy.a(SourceFile:109) ~[1.12.2.jar:?]
  56. at ccy.a(SourceFile:73) ~[1.12.2.jar:?]
  57. ... 5 more
  58. [13:58:58] [Client thread/FATAL]: Unreported exception thrown!
  59. java.lang.RuntimeException: No OpenGL context found in the current thread.
  60. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  61. at org.lwjgl.opengl.GL11.glGetError(GL11.java:1299) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  62. at bus.L(SourceFile:838) ~[1.12.2.jar:?]
  63. at bib.a(SourceFile:950) ~[1.12.2.jar:?]
  64. at bib.az(SourceFile:1005) ~[1.12.2.jar:?]
  65. at bib.a(SourceFile:419) [1.12.2.jar:?]
  66. at net.minecraft.client.main.Main.main(SourceFile:123) [1.12.2.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement