Advertisement
Guest User

Untitled

a guest
Dec 9th, 2017
2,402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 12/8/17 11:48 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:239)
  9. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:545)
  10. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:231)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  13. at net.minecraft.client.main.Main.main(SourceFile:123)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:483)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Thread: Client thread
  27. Stacktrace:
  28. at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:239)
  29. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:545)
  30. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:231)
  31. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  32.  
  33. -- Initialization --
  34. Details:
  35. Stacktrace:
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  37. at net.minecraft.client.main.Main.main(SourceFile:123)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:483)
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  44.  
  45. -- System Details --
  46. Details:
  47. Minecraft Version: 1.12.2
  48. Operating System: Windows 10 (amd64) version 10.0
  49. Java Version: 1.8.0_25, Oracle Corporation
  50. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  51. Memory: 7169683384 bytes (6837 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  52. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8G -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  53. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  54. FML: MCP 9.42 Powered by Forge 14.23.1.2555 6 mods loaded, 6 mods active
  55. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  56.  
  57. | State | ID | Version | Source | Signature |
  58. |:----- |:----------------- |:------------ |:----------------------------- |:---------------------------------------- |
  59. | U | minecraft | 1.12.2 | minecraft.jar | None |
  60. | U | mcp | 9.42 | minecraft.jar | None |
  61. | U | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  62. | U | forge | 14.23.1.2555 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  63. | U | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
  64. | U | fenceoverhaul | 1.3.1 | [1.12]FenceOverhaul-1.3.1.jar | None |
  65.  
  66. Loaded coremods (and transformers):
  67. Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
  68. LWJGL: 2.9.4
  69. OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
  70. GL Caps: Using GL 1.3 multitexturing.
  71. Using GL 1.3 texture combiners.
  72. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  73. Shaders are available because OpenGL 2.1 is supported.
  74. VBOs are available because OpenGL 1.5 is supported.
  75.  
  76. Using VBOs: Yes
  77. Is Modded: Definitely; Client brand changed to 'fml,forge'
  78. Type: Client (map_client.txt)
  79. Resource Packs: ItemBound v1.8.zip, Transmobifier v1.0.zip, ADanPack - Vanilla Based - 11-10-17
  80. Current Language: English (US)
  81. Profiler Position: N/A (disabled)
  82. CPU: 4x AMD FX(tm)-4300 Quad-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement