Advertisement
RedstoneHair

console log

Jan 2nd, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. [10:23:33] [Client thread/INFO]: Setting user: Player697
  2. [10:23:40] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [10:23:42] [Client thread/ERROR]: Couldn't set pixel format
  4. org.lwjgl.LWJGLException: Pixel format not accelerated
  5. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  6. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  7. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  8. at org.lwjgl.opengl.Display.createWindow(Display.java:306) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  9. at org.lwjgl.opengl.Display.create(Display.java:848) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  10. at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  11. at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:691) [bin/:?]
  12. at net.minecraft.client.Minecraft.startGame(Minecraft.java:535) [bin/:?]
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:452) [bin/:?]
  14. at net.minecraft.client.main.Main.main(Main.java:115) [bin/:?]
  15. at Start.main(Start.java:11) [bin/:?]
  16. ---- Minecraft Crash Report ----
  17. // There are four lights!
  18.  
  19. Time: 2021-01-02 10:23
  20. Description: Initializing game
  21.  
  22. org.lwjgl.LWJGLException: Pixel format not accelerated
  23. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  24. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  25. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  26. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  27. at org.lwjgl.opengl.Display.create(Display.java:848)
  28. at org.lwjgl.opengl.Display.create(Display.java:757)
  29. at org.lwjgl.opengl.Display.create(Display.java:739)
  30. at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:711)
  31. at net.minecraft.client.Minecraft.startGame(Minecraft.java:535)
  32. at net.minecraft.client.Minecraft.run(Minecraft.java:452)
  33. at net.minecraft.client.main.Main.main(Main.java:115)
  34. at Start.main(Start.java:11)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Client thread
  42. Stacktrace:
  43. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  44. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  45. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  46. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  47. at org.lwjgl.opengl.Display.create(Display.java:848)
  48. at org.lwjgl.opengl.Display.create(Display.java:757)
  49. at org.lwjgl.opengl.Display.create(Display.java:739)
  50. at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:711)
  51. at net.minecraft.client.Minecraft.startGame(Minecraft.java:535)
  52.  
  53. -- Initialization --
  54. Details:
  55. Stacktrace:
  56. at net.minecraft.client.Minecraft.run(Minecraft.java:452)
  57. at net.minecraft.client.main.Main.main(Main.java:115)
  58. at Start.main(Start.java:11)
  59.  
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.12
  63. Operating System: Windows 10 (amd64) version 10.0
  64. Java Version: 15.0.1, Oracle Corporation
  65. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 996079784 bytes (949 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB)
  67. JVM Flags: 3 total; -XX:+ShowCodeDetailsInExceptionMessages -Xmx1024M -Xms1024M
  68. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  69. Launched Version: mcp
  70. LWJGL: 2.9.4
  71. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  72. GL Caps:
  73. Using VBOs: Yes
  74. Is Modded: Very likely; Jar signature invalidated
  75. Type: Client (map_client.txt)
  76. Resource Packs:
  77. Current Language: ~~ERROR~~ NullPointerException: Cannot invoke "net.minecraft.client.resources.LanguageManager.getCurrentLanguage()" because the return value of "net.minecraft.client.Minecraft.access$3(net.minecraft.client.Minecraft)" is null
  78. Profiler Position: N/A (disabled)
  79. CPU: <unknown>
  80. #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\N.Biegel\Desktop\mcp940\jars\.\crash-reports\crash-2021-01-02_10.23.43-client.txt
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement