Advertisement
Guest User

crash

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