Guest User

ID Error 1

a guest
Mar 31st, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 31/03/21 17:49
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: ID is already registered: 27
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
  9. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  10. at com.valentin4311.candycraftmod.CandyCraft.doConfig(CandyCraft.java:713)
  11. at com.valentin4311.candycraftmod.CandyCraft.initConfig(CandyCraft.java:456)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:497)
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  17. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:497)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  37. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  38. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  41. at net.minecraft.client.main.Main.main(SourceFile:148)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:497)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
  56. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  57. at com.valentin4311.candycraftmod.CandyCraft.doConfig(CandyCraft.java:713)
  58. at com.valentin4311.candycraftmod.CandyCraft.initConfig(CandyCraft.java:456)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:497)
  63. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  64. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:497)
  67. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  68. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  84. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  85. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  88.  
  89. -- Initialization --
  90. Details:
  91. Stacktrace:
  92. at net.minecraft.client.main.Main.main(SourceFile:148)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:497)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.7.10
  103. Operating System: Windows 10 (amd64) version 10.0
  104. Java Version: 1.8.0_51, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 656875712 bytes (626 MB) / 1207959552 bytes (1152 MB) up to 2147483648 bytes (2048 MB)
  107. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_U_D4 92 mods loaded, 92 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  113. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  114. UCH Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  115. UCH AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  116. UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  117. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  118. UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  119. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  120. UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  121. UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  122. UCH arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  123. UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
  124. UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  125. UCH adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
  126. UCH aether_legacy{v1.1.2.1} [The Aether] (aether-1.7.10-v1.1.2.1.jar)
  127. UCH animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
  128. UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  129. UCH atum{0.6} [Atum] (Atum-1.7.10-0.6.60.jar)
  130. UCH Botania{r1.8-249} [Botania] (Botania r1.8-249 (1).jar)
  131. UCH Avaritia{1.11} [Avaritia] (Avaritia-Mod-1.7.10.jar)
  132. UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  133. UCH BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar)
  134. UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  135. UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  136. UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  137. UCH blocklings{3.0.3} [Blocklings] (Blocklings-3.0.3-1.7.10.jar)
  138. UCH camolights{[1.7.10] Camo Lights v 3.9} [Camo Lights] (Camo-Lights-Mod-1.7.10.jar)
  139. UCE candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-Mod-1.7.10.jar)
  140. UCH CarpentersBlocks{3.3.8_dev_r9} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r9 - MC 1.7.10.jar)
  141. UCH chisel{1.5.6} [Chisel] (Chisel-1.7.10-1.5.6.jar)
  142. UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0 (1).jar)
  143. UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  144. UCH customnpcs{1.7.10d} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
  145. UCH divinerpg{1.4.1.3} [DivineRPG] (DivineRPG-Mod-1.7.10.jar)
  146. UCH doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99 (1).jar)
  147. UCH DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10 (1).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 fairylights{0.6} [Fairy Lights] (Fairy Lights.jar)
  151. UCH farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
  152. UCH fossil{1.7.10 Build 7.0.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.0.1.jar)
  153. UCH GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum-Core-Lib-1.7.10.jar)
  154. UCH HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
  155. UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  156. UCH IC2{2.2.816-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.816-experimental.jar)
  157. UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  158. UCH Waila{1.5.8} [Waila] (Waila-1.5.8a_1.7.10.jar)
  159. UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
  160. UCH llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10 (1).jar)
  161. UCH jurassicraft{1.5.0} [JurassiCraft] (JurassiCraft-1.4.0 (1).jar)
  162. UCH lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  163. UCH arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  164. UCH demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  165. UCH desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  166. UCH forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  167. UCH freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  168. UCH infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  169. UCH junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  170. UCH mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  171. UCH plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  172. UCH saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  173. UCH shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  174. UCH swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete+1.13.0.5+[1.7.10](1).jar)
  175. UCH RadixCore{2.0.2} [RadixCore] (RadixCore-1.7.10-2.0.2-universal.jar)
  176. UCH MCA{1.7.10-5.0.7.2} [Minecraft Comes Alive] (MCA-1.7.10-5.0.7.2-universal.jar)
  177. UCH Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)
  178. UCH MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)
  179. UCH MorePistons{2.0.0} [More Pistons] (More-Pistons-Mod-1.7.10.jar)
  180. UCH Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
  181. UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar)
  182. UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  183. UCH notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4(1).jar)
  184. UCH Oceancraft{1.4.1} [Oceancraft] (OceanCraft-Mod-1.7.10.jar)
  185. UCH OP WOW MOD(1.7.10){1.0} [OP WOW MOD(1.7.10)] (OP WOW MOD(1.7.10)-1.0.jar)
  186. UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.jar)
  187. UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  188. UCH pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
  189. UCH primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
  190. UCH RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
  191. UCH ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar)
  192. UCH corerm{1.0c} [RikMuld's Core] (RikMuldsCore-1.7.10 (1).jar)
  193. UCH stefinusguns{0.6} [New Stefinus Guns] (Stefinus Guns-0.6.jar)
  194. UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  195. UCH erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
  196. UCH TooMuchTNT{2.9} [TooMuchTNT] (Too-Much-TNT-Mod-1.7.10(1).jar)
  197. UCH UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1 (1).jar)
  198. UCH taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar)
  199. UCH wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
  200. UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1 (1).jar)
  201. UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  202. UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  203. UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  204. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 461.09' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  205. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  206. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  207. CoFHCore: -[1.7.10]3.1.4-329
  208. NetherOres: -[1.7.10]2.3.1-22
  209. TConstruct Environment: Environment healthy.
  210. Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
  211. LWJGL: 2.9.1
  212. OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 461.09, NVIDIA Corporation
  213. GL Caps: Using GL 1.3 multitexturing.
  214. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  215. Anisotropic filtering is supported and maximum anisotropy is 16.
  216. Shaders are available because OpenGL 2.1 is supported.
  217.  
  218. Is Modded: Definitely; Client brand changed to 'fml,forge'
  219. Type: Client (map_client.txt)
  220. Resource Packs: [! §5Withered §d16x !]
  221. Current Language: English (US)
  222. Profiler Position: N/A (disabled)
  223. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  224. Anisotropic Filtering: Off (1)
Add Comment
Please, Sign In to add comment