Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 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: 15/01/15 18:40
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$DrawScreenEvent$Post
  8. at java.lang.Class.getDeclaredMethods0(Native Method)
  9. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  10. at java.lang.Class.privateGetPublicMethods(Unknown Source)
  11. at java.lang.Class.getMethods(Unknown Source)
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:60)
  13. at codechicken.core.asm.CodeChickenCoreModContainer.init(CodeChickenCoreModContainer.java:67)
  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  19. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  20. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  21. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  22. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  23. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  24. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  35. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:692)
  36. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:291)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:485)
  38. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
  39. at net.minecraft.client.main.Main.main(SourceFile:120)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
  47. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  48. at java.lang.ClassLoader.loadClass(Unknown Source)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. ... 38 more
  51. Caused by: java.lang.NullPointerException
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  53. ... 40 more
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Stacktrace:
  61. at java.lang.Class.getDeclaredMethods0(Native Method)
  62. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  63. at java.lang.Class.privateGetPublicMethods(Unknown Source)
  64. at java.lang.Class.getMethods(Unknown Source)
  65. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:60)
  66. at codechicken.core.asm.CodeChickenCoreModContainer.init(CodeChickenCoreModContainer.java:67)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  76. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  77. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  81. at java.lang.reflect.Method.invoke(Unknown Source)
  82. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  83. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  84. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  85. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  87. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  88. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:692)
  89. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:291)
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:485)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
  96. at net.minecraft.client.main.Main.main(SourceFile:120)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  100. at java.lang.reflect.Method.invoke(Unknown Source)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.8
  107. Operating System: Windows 8.1 (amd64) version 6.3
  108. Java Version: 1.8.0_25, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 124887120 bytes (119 MB) / 291045376 bytes (277 MB) up to 1060372480 bytes (1011 MB)
  111. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  112. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  113. FML: MCP v9.10 FML v8.0.16.1021 4 mods loaded, 4 mods active
  114. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  115. FML{8.0.16.1021} [Forge Mod Loader] (fml-1.8-8.0.16.1021-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  116. CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized
  118. Launched Version: 1.8-FML8.0.16.1021-1.8
  119. LWJGL: 2.9.1
  120. OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3958, Intel
  121. GL Caps: Using GL 1.3 multitexturing.
  122. Using GL 1.3 texture combiners.
  123. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  124. Shaders are available because OpenGL 2.1 is supported.
  125. VBOs are available because OpenGL 1.5 is supported.
  126.  
  127. Using VBOs: No
  128. Is Modded: Definitely; Client brand changed to 'fml'
  129. Type: Client (map_client.txt)
  130. Resource Packs: []
  131. Current Language: English (US)
  132. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement