Advertisement
themechman

RC 1.7.10 fresh

Jan 28th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 1/28/15 3:18 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: Reika/RotaryCraft/Items/Tools/ItemScrewdriver
  8. at Reika.RotaryCraft.Registry.ItemRegistry.<clinit>(ItemRegistry.java:103)
  9. at Reika.RotaryCraft.RotaryCraft.<clinit>(RotaryCraft.java:147)
  10. at java.lang.Class.forName0(Native Method)
  11. at java.lang.Class.forName(Unknown Source)
  12. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  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(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  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:480)
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  38. at net.minecraft.client.main.Main.main(SourceFile:148)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  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: Reika.RotaryCraft.Items.Tools.ItemScrewdriver
  46. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  47. at java.lang.ClassLoader.loadClass(Unknown Source)
  48. at java.lang.ClassLoader.loadClass(Unknown Source)
  49. ... 37 more
  50. Caused by: java.lang.NoClassDefFoundError: buildcraft/api/tools/IToolWrench
  51. at java.lang.ClassLoader.defineClass1(Native Method)
  52. at java.lang.ClassLoader.defineClass(Unknown Source)
  53. at java.security.SecureClassLoader.defineClass(Unknown Source)
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  55. ... 39 more
  56. Caused by: java.lang.ClassNotFoundException: buildcraft.api.tools.IToolWrench
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. ... 43 more
  61. Caused by: java.lang.NullPointerException
  62. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  63. ... 45 more
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Stacktrace:
  71. at Reika.RotaryCraft.Registry.ItemRegistry.<clinit>(ItemRegistry.java:103)
  72. at Reika.RotaryCraft.RotaryCraft.<clinit>(RotaryCraft.java:147)
  73. at java.lang.Class.forName0(Native Method)
  74. at java.lang.Class.forName(Unknown Source)
  75. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  79. at java.lang.reflect.Method.invoke(Unknown Source)
  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.sendEventToModContainer(LoadController.java:208)
  86. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  90. at java.lang.reflect.Method.invoke(Unknown Source)
  91. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  92. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  93. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  94. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  95. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  96. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  97. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  98. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  99. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  100.  
  101. -- Initialization --
  102. Details:
  103. Stacktrace:
  104. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  105. at net.minecraft.client.main.Main.main(SourceFile:148)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  109. at java.lang.reflect.Method.invoke(Unknown Source)
  110. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  111. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  112.  
  113. -- System Details --
  114. Details:
  115. Minecraft Version: 1.7.10
  116. Operating System: Windows 7 (amd64) version 6.1
  117. Java Version: 1.7.0_67, Oracle Corporation
  118. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  119. Memory: 426622704 bytes (406 MB) / 628097024 bytes (599 MB) up to 2863661056 bytes (2731 MB)
  120. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -XX:MaxPermSize=256m
  121. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  122. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  123. FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 7 mods loaded, 7 mods active
  124. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  125. FML{7.10.85.1230} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed
  126. Forge{10.13.2.1230} [Minecraft Forge] (modpack.jar) Unloaded->Constructed
  127. DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V3d.jar.zip) Unloaded->Constructed
  128. RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.7.10 V3d.jar.zip) Unloaded
  129. ElectriCraft{beta} [ElectriCraft] (ElectriCraft 1.7.10 V3d.jar.zip) Unloaded
  130. ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.7.10 V3d.jar.zip) Unloaded
  131. Launched Version: 1.7.10-Forge10.13.2.1230
  132. LWJGL: 2.9.1
  133. OpenGL: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  134. GL Caps: Using GL 1.3 multitexturing.
  135. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  136. Anisotropic filtering is supported and maximum anisotropy is 16.
  137. Shaders are available because OpenGL 2.1 is supported.
  138.  
  139. Is Modded: Definitely; Client brand changed to 'fml,forge'
  140. Type: Client (map_client.txt)
  141. Resource Packs: []
  142. Current Language: English (US)
  143. Profiler Position: N/A (disabled)
  144. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  145. Anisotropic Filtering: On (16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement