Guest User

Untitled

a guest
Dec 7th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 12/7/13 12:08 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraft/server/gui/MinecraftServerGuiINNER1
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
  11. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  17. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  21. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  28. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  32. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  33. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  34. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
  35. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
  37. at net.minecraft.client.main.Main.main(SourceFile:101)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  44. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.gui.MinecraftServerGuiINNER1
  45. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. at java.lang.ClassLoader.loadClass(Unknown Source)
  48. ... 36 more
  49. Caused by: java.lang.NullPointerException
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
  51. ... 38 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at java.lang.Class.forName0(Native Method)
  60. at java.lang.Class.forName(Unknown Source)
  61. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
  62. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66. at java.lang.reflect.Method.invoke(Unknown Source)
  67. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  68. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  77. at java.lang.reflect.Method.invoke(Unknown Source)
  78. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  79. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  84. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  85. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
  92. at net.minecraft.client.main.Main.main(SourceFile:101)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  96. at java.lang.reflect.Method.invoke(Unknown Source)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.6.2
  103. Operating System: Windows 8 (amd64) version 6.2
  104. Java Version: 1.7.0_25, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 165616392 bytes (157 MB) / 466092032 bytes (444 MB) up to 954466304 bytes (910 MB)
  107. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. Suspicious classes: FML and Forge are installed
  110. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111. FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 7 mods loaded, 7 mods active
  112. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  113. FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed
  114. Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed
  115. GulliverForged{0.14.1} [Gulliver Forged] (gulliver-forged-871-universal-0.14.1-MC1.6.2.jar) Unloaded->Constructed
  116. SlimevoidLib{2.0.3.1} [Slimevoid Library] (SlimevoidLib-Universal-V2.0.3.1.zip) Unloaded->Constructed
  117. LittleBlocks{2.2.2.1} [Little Blocks] (LittleBlocks-Universal-V2.2.2.1.zip) Unloaded
  118. mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.5.2.zip) Unloaded
  119. Launched Version: Gulliver-Forge-1.6.2
  120. LWJGL: 2.9.0
  121. OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  122. Is Modded: Definitely; Client brand changed to 'fml,forge'
  123. Type: Client (map_client.txt)
  124. Resource Pack: Default
  125. Current Language: English (US)
  126. Profiler Position: N/A (disabled)
  127. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment