Guest User

Untitled

a guest
Apr 4th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 4/4/16 4:51 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraftforge/client/IItemRenderer
  8. at java.lang.Class.getDeclaredMethods0(Native Method)
  9. at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
  10. at java.lang.Class.getDeclaredMethods(Class.java:1967)
  11. at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
  12. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:483)
  17. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  18. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  19. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  20. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  21. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  22. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  23. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:483)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  34. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  35. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  36. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:481)
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:862)
  38. at net.minecraft.client.main.Main.main(SourceFile:148)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:483)
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  45. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.IItemRenderer
  46. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  49. ... 37 more
  50. Caused by: java.lang.NullPointerException
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  52. ... 39 more
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Stacktrace:
  60. at java.lang.Class.getDeclaredMethods0(Native Method)
  61. at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
  62. at java.lang.Class.getDeclaredMethods(Class.java:1967)
  63. at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
  64. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:483)
  69. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  70. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  74. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  75. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:483)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  86. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  87. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:481)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:862)
  94. at net.minecraft.client.main.Main.main(SourceFile:148)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:483)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.7.10
  105. Operating System: Windows 10 (amd64) version 10.0
  106. Java Version: 1.8.0_25, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 505774048 bytes (482 MB) / 644874240 bytes (615 MB) up to 3817865216 bytes (3641 MB)
  109. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
  110. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  111. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  112. FML: MCP v9.05 FML v7.10.88.1024 Optifine OptiFine_1.7.10_HD_U_D3 3 mods loaded, 3 mods active
  113. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  114. FML{7.10.88.1024} [Forge Mod Loader] (fml-1.7.10-7.10.88.1024.jar) Unloaded->Constructed
  115. nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar) Unloaded
  116. Launched Version: 1.7.10-FML7.10.88.1024
  117. LWJGL: 2.9.1
  118. OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.82, NVIDIA Corporation
  119. GL Caps: Using GL 1.3 multitexturing.
  120. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  121. Anisotropic filtering is supported and maximum anisotropy is 16.
  122. Shaders are available because OpenGL 2.1 is supported.
  123.  
  124. Is Modded: Definitely; Client brand changed to 'fml'
  125. Type: Client (map_client.txt)
  126. Resource Packs: [faithful32packOptiFine.zip]
  127. Current Language: English (US)
  128. Profiler Position: N/A (disabled)
  129. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  130. Anisotropic Filtering: Off (1)
  131. OptiFine Version: OptiFine_1.7.10_HD_U_D3
  132. Render Distance Chunks: 5
  133. Mipmaps: 4
  134. Anisotropic Filtering: 1
  135. Antialiasing: 0
  136. Multitexture: false
  137. OpenGlVersion: 4.5.0 NVIDIA 353.82
  138. OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
  139. OpenGlVendor: NVIDIA Corporation
  140. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment