Advertisement
Guest User

Untitled

a guest
May 30th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.86 KB | None | 0 0
  1. java.lang.IllegalArgumentException: ID is already registered: 3
  2. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
  3. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:107)
  4. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
  5. at com.draco18s.artifacts.DragonArtifacts.preInit(DragonArtifacts.java:544)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  9. at java.lang.reflect.Method.invoke(Method.java:497)
  10. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:530)
  11. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:497)
  14. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  15. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  16. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  17. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  18. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  19. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:497)
  25. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  26. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  30. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  31. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  32. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:250)
  33. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  34. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  35. at net.minecraft.client.main.Main.main(SourceFile:148)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:497)
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Stacktrace:
  49. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
  50. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:107)
  51. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
  52. at com.draco18s.artifacts.DragonArtifacts.preInit(DragonArtifacts.java:544)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:497)
  57. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:530)
  58. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:497)
  61. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  62. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  63. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  64. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  65. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  66. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  67. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  71. at java.lang.reflect.Method.invoke(Method.java:497)
  72. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  73. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  74. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  75. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  76. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  77. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  78. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  79. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:250)
  80. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  81.  
  82. -- Initialization --
  83. Details:
  84. Stacktrace:
  85. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  86. at net.minecraft.client.main.Main.main(SourceFile:148)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  92. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.7.10
  97. Operating System: Mac OS X (x86_64) version 10.10.3
  98. Java Version: 1.8.0_45, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 188253520 bytes (179 MB) / 546172928 bytes (520 MB) up to 2134114304 bytes (2035 MB)
  101. JVM Flags: 5 total; -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  102. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  103. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  104. FML: MCP v9.05 FML v7.10.114.1388 Minecraft Forge 10.13.3.1388 61 mods loaded, 61 mods active
  105. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  106. FML{7.10.114.1388} [Forge Mod Loader] (forge-1.7.10-10.13.3.1388-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  107. Forge{10.13.3.1388} [Minecraft Forge] (forge-1.7.10-10.13.3.1388-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  108. AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  109. CodeChickenCore{1.0.6.44} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  110. NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar) Unloaded->Constructed->Pre-initialized
  111. OpenModsCore{0.7} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  112. AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
  113. arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized
  114. jewelrycraft2{1.0.9} [Jewelrycraft 2] ([1.7.10] Jewelrycraft2-1.0.9-universal.jar) Unloaded->Constructed->Pre-initialized
  115. animalsPlus{1.2} [Animals+] (animalsPlus-1.2-2.jar) Unloaded->Constructed->Pre-initialized
  116. antiqueatlas{4.2.2-1.7.10} [Antique Atlas] (antiqueatlas-4.2.2-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  117. ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed->Pre-initialized
  118. armourersWorkshop{1.7.10-0.28.0.70} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.28.0.70.jar) Unloaded->Constructed->Pre-initialized
  119. Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
  120. Artifacts{1.1.1} [Artifacts] (Artifacts-1.1.1.jar) Unloaded->Constructed->Errored
  121. Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized
  122. Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  123. Automagy{0.23} [Automagy] (Automagy-1.7.10-0.23.jar) Unloaded->Constructed->Pre-initialized
  124. betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar) Unloaded->Constructed->Pre-initialized
  125. BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
  126. Highlands{2.2.3} [Highlands] (Highlands-1.7.2-v-2.2.3.jar) Unloaded->Constructed->Pre-initialized
  127. BiblioWoodsHighlands{1.4} [BiblioWoods Highlands Edition] (BiblioWoods[Highlands][v1.4].jar) Unloaded->Constructed->Pre-initialized
  128. Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
  129. Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
  130. BiblioWoodsNatura{1.3} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.3].jar) Unloaded->Constructed->Pre-initialized
  131. AWWayofTime{v1.3.2} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.2-1.jar) Unloaded->Constructed->Pre-initialized
  132. Botania{r1.6-190} [Botania] (Botania r1.6-190.jar) Unloaded->Constructed->Pre-initialized
  133. CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
  134. TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar) Unloaded->Constructed->Pre-initialized
  135. chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar) Unloaded->Constructed->Pre-initialized
  136. CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar) Unloaded->Constructed->Pre-initialized
  137. props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  138. ExtraUtilities{1.2.4b} [Extra Utilities] (extrautilities-1.2.4b.jar) Unloaded->Constructed->Pre-initialized
  139. farseek{1.0.6} [Farseek] (Farseek-1.0.6.jar) Unloaded->Constructed->Pre-initialized
  140. FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed->Pre-initialized
  141. ForbiddenMagic{1.7.10-0.561} [Forbidden Magic] (Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized
  142. inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
  143. JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  144. magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized
  145. MapWriter{2.1.2} [MapWriter] (MapWriter-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  146. Mimicry{1.7.x_1067_1.0.4} [Mimicry] (Mimicry-1.7.x_1067_1.0.4a.jar) Unloaded->Constructed->Pre-initialized
  147. testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar) Unloaded->Constructed->Pre-initialized
  148. OpenMods{0.7} [OpenMods] (OpenModsLib-1.7.10-0.7.jar) Unloaded->Constructed->Pre-initialized
  149. OpenBlocks{1.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.jar) Unloaded->Constructed->Pre-initialized
  150. harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized
  151. primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  152. RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded->Constructed->Pre-initialized
  153. Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar) Unloaded->Constructed->Pre-initialized
  154. streams{0.1.4} [Streams] (Streams-0.1.4.jar) Unloaded->Constructed->Pre-initialized
  155. symcalc{0.13.5} [Symcalc] (symcalc-0.13.5.jar) Unloaded->Constructed->Pre-initialized
  156. TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) Unloaded->Constructed->Pre-initialized
  157. thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed->Pre-initialized
  158. ThaumicHorizons{1.1} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.1-experimental.jar) Unloaded->Constructed->Pre-initialized
  159. Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed->Pre-initialized
  160. TravellersGear{1.15.7} [Traveller's Gear] (TravellersGear-1.7.10-1.15.7.jar) Unloaded->Constructed->Pre-initialized
  161. UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar) Unloaded->Constructed->Pre-initialized
  162. VersionChecker{1.1.7} [Version Checker] (VersionChecker-1.1.7.jar) Unloaded->Constructed->Pre-initialized
  163. witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) Unloaded->Constructed->Pre-initialized
  164. libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed->Pre-initialized
  165. aobd{2.5.0} [Another One Bites The Dust] (AOBD-2.5.0.jar) Unloaded->Constructed->Pre-initialized
  166. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  167. Mantle Environment: Environment healthy.
  168. TConstruct Environment: Environment healthy.
  169. Stencil buffer state: Function set: ARB, pool: internal, bits: 8
  170. Launched Version: 1.7.10-Forge10.13.3.1388-1.7.10
  171. LWJGL: 2.9.1
  172. OpenGL: Intel HD Graphics 5000 OpenGL Engine GL version 2.1 INTEL-10.6.20, Intel Inc.
  173. GL Caps: Using GL 1.3 multitexturing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement