Advertisement
Guest User

crash

a guest
Jun 23rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 23/06/16 10:07
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Duplicate enchantment id! class mrtjp.projectred.expansion.EnchantmentFuelEfficiency and class mariculture.magic.enchantments.EnchantmentHealth Enchantment ID:80
  8. at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
  9. at mrtjp.projectred.expansion.EnchantmentFuelEfficiency.<init>(items.scala:315)
  10. at mrtjp.projectred.expansion.ExpansionProxy_server.init(proxies.scala:67)
  11. at mrtjp.projectred.expansion.ExpansionProxy_client.init(proxies.scala:114)
  12. at mrtjp.projectred.ProjectRedExpansion$.init(ProjectRedExpansion.scala:46)
  13. at mrtjp.projectred.ProjectRedExpansion.init(ProjectRedExpansion.scala)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:483)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  19. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:483)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  39. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  40. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:483)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Stacktrace:
  57. at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
  58. at mrtjp.projectred.expansion.EnchantmentFuelEfficiency.<init>(items.scala:315)
  59. at mrtjp.projectred.expansion.ExpansionProxy_server.init(proxies.scala:67)
  60. at mrtjp.projectred.expansion.ExpansionProxy_client.init(proxies.scala:114)
  61. at mrtjp.projectred.ProjectRedExpansion$.init(ProjectRedExpansion.scala:46)
  62. at mrtjp.projectred.ProjectRedExpansion.init(ProjectRedExpansion.scala)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  68. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:483)
  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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  77. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:483)
  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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  88. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  89. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  96. at net.minecraft.client.main.Main.main(SourceFile:148)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:483)
  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.7.10
  107. Operating System: Windows 7 (amd64) version 6.1
  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: 298271520 bytes (284 MB) / 812609536 bytes (774 MB) up to 8576565248 bytes (8179 MB)
  111. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  112. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  113. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  114. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 73 mods loaded, 73 mods active
  115. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  117. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  118. UCHI Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  119. UCHI appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  120. UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  121. UCHI MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  122. UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  123. UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  124. UCHI OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  125. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  126. UCHI Pistronics2{0.6.3} [Pistronics 2] (1.7.10-Pistronics2-v0.6.4.jar)
  127. UCHI ArchimedesShipsPlus{1.7.10-V1.8.0} [Archimedes' Ships Plus] ([1.7.10-10.13.0.1198]ArchimedesShipsPlus-universal-1.7.10.B-Plus.jar)
  128. UCHI appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  129. UCHI BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  130. UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar)
  131. UCHI CoFHCore{1.7.10R3.1.1} [CoFH Core] (CoFHCore-[1.7.10]3.1.1-324.jar)
  132. UCHI BuildCraft|Core{7.0.19} [BuildCraft] (buildcraft-7.0.19.jar)
  133. UCHI BuildCraft|Silicon{7.0.19} [BC Silicon] (buildcraft-7.0.19.jar)
  134. UCHI BuildCraft|Transport{7.0.19} [BC Transport] (buildcraft-7.0.19.jar)
  135. UCHI BuildCraft|Builders{7.0.19} [BC Builders] (buildcraft-7.0.19.jar)
  136. UCHI BuildCraft|Robotics{7.0.19} [BC Robotics] (buildcraft-7.0.19.jar)
  137. UCHI BuildCraft|Energy{7.0.19} [BC Energy] (buildcraft-7.0.19.jar)
  138. UCHI BuildCraft|Factory{7.0.19} [BC Factory] (buildcraft-7.0.19.jar)
  139. UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  140. UCHI chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7(1).jar)
  141. UCHI ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  142. UCHI Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
  143. UCHI extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  144. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  145. UCHI ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
  146. UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  147. UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  148. UCHI flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
  149. UCHI Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
  150. UCHI ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
  151. UCHI funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7 (1).jar)
  152. UCHI IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  153. UCHI Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  154. UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  155. UCHI Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  156. UCHI MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  157. UCHI mcheli{0.9.3} [MC Helicopter] (mcheli)
  158. UCHI minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
  159. UCHI OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  160. UCHI OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
  161. UCHI OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
  162. UCHI OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
  163. UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  164. UCHI Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
  165. UCHI OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
  166. UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  167. UCHI PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
  168. UCHI MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
  169. UCHI ProjRed|Core{4.7.0pre8.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre8.92-Base.jar)
  170. UCHI ProjRed|Transmission{4.7.0pre8.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
  171. UCHI ProjRed|Transportation{4.7.0pre8.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre8.92-Mechanical.jar)
  172. UCHI ProjRed|Exploration{4.7.0pre8.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre8.92-World.jar)
  173. UCHI ProjRed|Compatibility{4.7.0pre8.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre8.92-Compat.jar)
  174. UCHI ProjRed|Integration{4.7.0pre8.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
  175. UCHI ProjRed|Illumination{4.7.0pre8.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre8.92-Lighting.jar)
  176. UCHE ProjRed|Expansion{4.7.0pre8.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre8.92-Mechanical.jar)
  177. UCHI qCraft{1.2} [qCraft] (qCraft-1.2-1.7.10.jar)
  178. UCHI RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  179. UCHI simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  180. UCHI StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  181. UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  182. UCHI ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  183. UCHI TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
  184. UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  185. UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  186. UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  187. UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  188. UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  189. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce GTX 950/PCIe/SSE2'
  190. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  191. Class transformer null safety: all safe
  192. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  193. CoFHCore: -[1.7.10]3.1.1-324
  194. ThermalFoundation: -[1.7.10]1.2.3-112
  195. ThermalExpansion: -[1.7.10]4.1.2-240
  196. Mantle Environment: Environment healthy.
  197. TConstruct Environment: Environment healthy.
  198. ThermalDynamics: -[1.7.10]1.1.0-161
  199. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  200. Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
  201. LWJGL: 2.9.1
  202. OpenGL: GeForce GTX 950/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
  203. GL Caps: Using GL 1.3 multitexturing.
  204. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  205. Anisotropic filtering is supported and maximum anisotropy is 16.
  206. Shaders are available because OpenGL 2.1 is supported.
  207.  
  208. Is Modded: Definitely; Client brand changed to 'fml,forge'
  209. Type: Client (map_client.txt)
  210. Resource Packs: []
  211. Current Language: English (US)
  212. Profiler Position: N/A (disabled)
  213. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  214. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement