Advertisement
Guest User

Untitled

a guest
Jun 6th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 06/06/15 17:21
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: Splash thread
  8. at cpw.mods.fml.client.SplashProgress.checkThreadState(SplashProgress.java:341)
  9. at cpw.mods.fml.client.SplashProgress.finish(SplashProgress.java:394)
  10. at cpw.mods.fml.client.FMLClientHandler.onInitializationComplete(FMLClientHandler.java:398)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:574)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.NullPointerException
  21. at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:125)
  22. at cpw.mods.fml.client.SplashProgress$SplashFontRenderer.<init>(SplashProgress.java:585)
  23. at cpw.mods.fml.client.SplashProgress$2.run(SplashProgress.java:128)
  24. at java.lang.Thread.run(Unknown Source)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at cpw.mods.fml.client.SplashProgress.checkThreadState(SplashProgress.java:341)
  33. at cpw.mods.fml.client.SplashProgress.finish(SplashProgress.java:394)
  34. at cpw.mods.fml.client.FMLClientHandler.onInitializationComplete(FMLClientHandler.java:398)
  35. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:574)
  36.  
  37. -- Initialization --
  38. Details:
  39. Stacktrace:
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  41. at net.minecraft.client.main.Main.main(SourceFile:148)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48.  
  49. -- System Details --
  50. Details:
  51. Minecraft Version: 1.7.10
  52. Operating System: Windows 8.1 (amd64) version 6.3
  53. Java Version: 1.8.0_05, Oracle Corporation
  54. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  55. Memory: 247300264 bytes (235 MB) / 519045120 bytes (495 MB) up to 1908932608 bytes (1820 MB)
  56. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
  57. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  58. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  59. FML: MCP v9.05 FML v7.10.130.1395 Minecraft Forge 10.13.3.1395 Optifine OptiFine_1.7.10_HD_B5 3 mods loaded, 3 mods active
  60. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  61. FML{7.10.130.1395} [Forge Mod Loader] (forge-1.7.10-10.13.3.1395-1710ls.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  62. Forge{10.13.3.1395} [Minecraft Forge] (forge-1.7.10-10.13.3.1395-1710ls.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  63. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.25' Renderer: 'GeForce GT 620/PCIe/SSE2'
  64. Launched Version: 1.7.10-Forge10.13.3.1395-1710ls
  65. LWJGL: 2.9.1
  66. OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.25, NVIDIA Corporation
  67. GL Caps: Using GL 1.3 multitexturing.
  68. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  69. Anisotropic filtering is supported and maximum anisotropy is 16.
  70. Shaders are available because OpenGL 2.1 is supported.
  71.  
  72. Is Modded: Definitely; Client brand changed to 'fml,forge'
  73. Type: Client (map_client.txt)
  74. Resource Packs: [Conquest_.zip]
  75. Current Language: English (US)
  76. Profiler Position: N/A (disabled)
  77. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  78. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement