Advertisement
Guest User

why

a guest
Feb 16th, 2020
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 2/16/20 2:14 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraftforge.fml.loading.progress.EarlyProgressVisualization.join(EarlyProgressVisualization.java:40) ~[forge-1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar:?] {}
  9. at net.minecraft.client.Minecraft.<init>(Minecraft.java:371) [forge-1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar:?] {}
  10. at net.minecraft.client.main.Main.main(Main.java:141) [forge-1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar:?] {}
  11. at mcp.client.Start.main(Start.java:17) [forge-1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar:?] {}
  12.  
  13.  
  14. A detailed walkthrough of the error, its code path and all known details is as follows:
  15. ---------------------------------------------------------------------------------------
  16.  
  17. -- Head --
  18. Thread: Render thread
  19. Stacktrace:
  20. at net.minecraftforge.fml.loading.progress.EarlyProgressVisualization.join(EarlyProgressVisualization.java:40)
  21. at net.minecraft.client.Minecraft.<init>(Minecraft.java:371)
  22.  
  23. -- Initialization --
  24. Details:
  25. Stacktrace:
  26. at net.minecraft.client.main.Main.main(Main.java:141)
  27. at mcp.client.Start.main(Start.java:17)
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.15.2
  32. Minecraft Version ID: 1.15.2
  33. Operating System: Windows 10 (amd64) version 10.0
  34. Java Version: 1.8.0_222, AdoptOpenJDK
  35. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),
  36. Memory: 751758512 bytes (716 MB) / 922222592 bytes (879 MB) up to 2852126720 bytes (2720 MB)
  37. CPUs: 8
  38. JVM Flags: 0 total;
  39. Launched Version: mcp
  40. Backend library: LWJGL version 3.2.2 build 10
  41. Backend API: NO CONTEXT
  42. GL Caps:
  43. Using VBOs: Yes
  44. Is Modded: Definitely; Client brand changed to 'forge'
  45. Type: Client (map_client.txt)
  46. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement