Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 1/22/19 5:54 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: binnie/extrabees/apiary/ItemHiveFrame
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  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:497)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.NoClassDefFoundError: binnie/extrabees/apiary/ItemHiveFrame
  21. at binnie.extrabees.ExtraBees.preInit(ExtraBees.java:63)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:497)
  26. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  27. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:497)
  30. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  31. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  35. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  36. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:497)
  41. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  42. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  43. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  44. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  46. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  47. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  48. ... 10 more
  49. Caused by: java.lang.ClassNotFoundException: binnie.extrabees.apiary.ItemHiveFrame
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  51. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  53. ... 37 more
  54. Caused by: java.lang.ClassFormatError: Duplicate interface name in class file binnie/extrabees/apiary/ItemHiveFrame
  55. at java.lang.ClassLoader.defineClass1(Native Method)
  56. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  57. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  58. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  59. ... 39 more
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- System Details --
  66. Details:
  67. Minecraft Version: 1.7.10
  68. Operating System: Windows 10 (amd64) version 10.0
  69. Java Version: 1.8.0_51, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 627950560 bytes (598 MB) / 1584922624 bytes (1511 MB) up to 2863661056 bytes (2731 MB)
  72. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  73. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 74 mods loaded, 74 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  78. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  79. UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  80. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  81. UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  82. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  83. UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
  84. UCH BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  85. UCH debug{1.0} [debug] (denseores-1.6.2.jar)
  86. UCH AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
  87. UCH Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar)
  88. UCH astikoor{1.0.0} [Astikoor] (astikoor-1.7.10-1.0.0.jar)
  89. UCH IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
  90. UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  91. UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  92. UCH beebetteratbees{0.2} [BeeBetterAtBees] (BeeBetterAtBees-0.3.jar)
  93. UCH BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
  94. UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  95. UCE BinnieCore{2.0.22.7} [Binnie Core] (binnie-mods-1.7.10-2.0.22.7.jar)
  96. UCE Botany{2.0.22.7} [Botany] (binnie-mods-1.7.10-2.0.22.7.jar)
  97. UCE ExtraTrees{2.0.22.7} [Extra Trees] (binnie-mods-1.7.10-2.0.22.7.jar)
  98. UCE Genetics{2.0.22.7} [Genetics] (binnie-mods-1.7.10-2.0.22.7.jar)
  99. UCE ExtraBees{2.0.22.7} [Extra Bees] (binnie-mods-1.7.10-2.0.22.7.jar)
  100. UCH biplanesMod{KITTY_HAWK} [Biplanes Mod] (biplanesMod[BETA]-1.7.10-1.2.0.jar)
  101. UCH hydrationMod{SAHARA} [Hydration Mod] (biplanesMod[BETA]-1.7.10-1.2.0.jar)
  102. UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  103. UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  104. UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  105. UCH CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
  106. UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  107. UCH funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  108. UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  109. UCH DragonAPI{v22d} [DragonAPI] (DragonAPI 1.7.10 V22d.jar)
  110. UCH ChromatiCraft{v22d} [ChromatiCraft] (ChromatiCraft 1.7.10 V22d.jar)
  111. UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
  112. UCH creativecore{1.3.14} [CreativeCore] (CreativeCore v1.3.24 mc1.7.10.jar)
  113. UCH dynamictrees{1.7.10-0.7.2c} [Dynamic Trees] (DynamicTrees-1.7.10-0.7.2c.jar)
  114. UCH RotaryCraft{v22d} [RotaryCraft] (RotaryCraft 1.7.10 V22d.jar)
  115. UCH ElectriCraft{v22a} [ElectriCraft] (ElectriCraft 1.7.10 V22a.jar)
  116. UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  117. UCH exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10-1.4.6.jar)
  118. UCH farseek{2.0.1} [Farseek] (Farseek-1.7.10-2.0.1.jar)
  119. UCH fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  120. UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  121. UCH llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar)
  122. UCH fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
  123. UCH GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  124. UCH GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  125. UCH GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  126. UCH GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  127. UCH gravestone{0.7.10.3} [Gravestone] (GraveStone Mod 0.7.10.3.jar)
  128. UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  129. UCH journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
  130. UCH littletiles{1.1.0} [LittleTiles] (LittleTiles v1.2.0 mc1.7.10.jar)
  131. UCH Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.1-final.jar)
  132. UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  133. UCH Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  134. UCH neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
  135. UCH samsocean{1.7.10-1.0.0} [Classic Oceans] (OceanFloor-1.7.10-1.0.0.jar)
  136. UCH clayspawn{1.7.10b} [Pam's Clayspawn] (Pam's Clay Spawn 1.7.10b.jar)
  137. UCE harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
  138. UCH ShetiPhianCore{3.0.0} [ShetiPhian-Core] (ShetiPhianCore-1.7.10-3.0.0.jar)
  139. UCH platforms{0.1.2} [Platforms] (platforms-1.7.10-0.1.2.jar)
  140. UCH ReactorCraft{v22a} [ReactorCraft] (ReactorCraft 1.7.10 V22a.jar)
  141. UCH RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
  142. UCH SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.11.jar)
  143. UCH streams{0.3.4} [Streams] (Streams-1.7.10-0.3.4.jar)
  144. UCH tc{4.4.1_019} [Traincraft] (Traincraft-4.4.1_019.jar)
  145. UCH tumbleweed{1.7.10-0.2} [Tumbleweed] (tumbleweed-1.7.10-0.2.jar)
  146. UCH wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar)
  147. UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  148. UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  149. UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  150. UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  151. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.94' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  152. CoFHCore: -[1.7.10]3.1.4-329
  153. Mantle Environment: Environment healthy.
  154. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement