Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 19/06/19 05:54
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: Pixel format not accelerated
  8.     at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  9.     at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  10.     at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  11.     at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  12.     at org.lwjgl.opengl.Display.create(Display.java:848)
  13.     at org.lwjgl.opengl.Display.create(Display.java:757)
  14.     at org.lwjgl.opengl.Display.create(Display.java:739)
  15.     at ave.ap(SourceFile:534)
  16.     at ave.am(SourceFile:363)
  17.     at ave.a(SourceFile:310)
  18.     at net.minecraft.client.main.Main.main(SourceFile:124)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26.     at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  27.     at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  28.     at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  29.     at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  30.     at org.lwjgl.opengl.Display.create(Display.java:848)
  31.     at org.lwjgl.opengl.Display.create(Display.java:757)
  32.     at org.lwjgl.opengl.Display.create(Display.java:739)
  33.     at ave.ap(SourceFile:534)
  34.     at ave.am(SourceFile:363)
  35.  
  36. -- Initialization --
  37. Details:
  38. Stacktrace:
  39.     at ave.a(SourceFile:310)
  40.     at net.minecraft.client.main.Main.main(SourceFile:124)
  41.  
  42. -- System Details --
  43. Details:
  44.     Minecraft Version: 1.8.8
  45.     Operating System: Windows 10 (amd64) version 10.0
  46.     Java Version: 1.8.0_51, Oracle Corporation
  47.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  48.     Memory: 173976720 bytes (165 MB) / 268435456 bytes (256 MB) up to 2147483648 bytes (2048 MB)
  49.     JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  50.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  51.     Launched Version: 1.8.8
  52.     LWJGL: 2.9.4
  53.     OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  54.     GL Caps:
  55.     Using VBOs: No
  56.     Is Modded: Probably not. Jar signature remains and client brand is untouched.
  57.     Type: Client (map_client.txt)
  58.     Resource Packs:
  59.     Current Language: ~~ERROR~~ NullPointerException: null
  60.     Profiler Position: N/A (disabled)
  61.     CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement