Advertisement
Guest User

Crash Report

a guest
Feb 10th, 2018
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. java.lang.NullPointerException: Initializing game
  2. at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:638)
  3. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:421)
  4. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  5. at net.minecraft.client.main.Main.main(SourceFile:148)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  9. at java.lang.reflect.Method.invoke(Unknown Source)
  10. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  11. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  12.  
  13.  
  14. A detailed walkthrough of the error, its code path and all known details is as follows:
  15. ---------------------------------------------------------------------------------------
  16.  
  17. -- Head --
  18. Stacktrace:
  19. at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:638)
  20. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:421)
  21.  
  22. -- Initialization --
  23. Details:
  24. Stacktrace:
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  26. at net.minecraft.client.main.Main.main(SourceFile:148)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  33.  
  34. -- System Details --
  35. Details:
  36. Minecraft Version: 1.7.10
  37. Operating System: Windows 7 (amd64) version 6.1
  38. Java Version: 1.8.0_161, Oracle Corporation
  39. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  40. Memory: 302792256 bytes (288 MB) / 369098752 bytes (352 MB) up to 951058432 bytes (907 MB)
  41. JVM Flags: 0 total;
  42. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  43. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  44. FML:
  45. Launched Version: 1.7.10
  46. LWJGL: 2.9.1
  47. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  48. GL Caps:
  49. Is Modded: Definitely; Client brand changed to 'fml,forge'
  50. Type: Client (map_client.txt)
  51. Resource Packs: []
  52. Current Language: ~~ERROR~~ NullPointerException: null
  53. Profiler Position: N/A (disabled)
  54. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  55. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement