Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 10/23/15 1:12 PM
  5. Description: Initializing game
  6.  
  7. java.lang.ClassCastException: java.util.Arrays$ArrayList cannot be cast to java.util.ArrayList
  8. at mods.helpfulvillagers.crafting.VillagerRecipe.<init>(VillagerRecipe.java:51)
  9. at mods.helpfulvillagers.main.HelpfulVillagers.initVillagerRecipes(HelpfulVillagers.java:200)
  10. at mods.helpfulvillagers.main.HelpfulVillagers.preInit(HelpfulVillagers.java:122)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  16. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  20. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  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.distributeStateMessage(LoadController.java:119)
  36. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  40. at net.minecraft.client.main.Main.main(SourceFile:148)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at mods.helpfulvillagers.crafting.VillagerRecipe.<init>(VillagerRecipe.java:51)
  55. at mods.helpfulvillagers.main.HelpfulVillagers.initVillagerRecipes(HelpfulVillagers.java:200)
  56. at mods.helpfulvillagers.main.HelpfulVillagers.preInit(HelpfulVillagers.java:122)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  62. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  66. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. at java.lang.reflect.Method.invoke(Unknown Source)
  76. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  77. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  82. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  83. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  85.  
  86. -- Initialization --
  87. Details:
  88. Stacktrace:
  89. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  90. at net.minecraft.client.main.Main.main(SourceFile:148)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  94. at java.lang.reflect.Method.invoke(Unknown Source)
  95. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  96. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.7.10
  101. Operating System: Windows 7 (amd64) version 6.1
  102. Java Version: 1.7.0_76, Oracle Corporation
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 110208464 bytes (105 MB) / 387121152 bytes (369 MB) up to 1060372480 bytes (1011 MB)
  105. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  106. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  107. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  108. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 46 mods loaded, 46 mods active
  109. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  110. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  111. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  112. UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  113. UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
  114. UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
  115. UCH TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
  116. UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  117. UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
  118. UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  119. UCH ChickenShed{1.1.3} [Chicken Shed] ([1.7.2+] ChickenShed (v1.1.3).jar)
  120. UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  121. UCH BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
  122. UCH CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenters Blocks v3.3.6 - MC 1.7.10.jar)
  123. UCH chancecubes{1.7.10-1.4.1.35} [Chance Cubes] (ChanceCubes-1.7.10-1.4.1.35.jar)
  124. UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
  125. UCH CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
  126. UCH wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar)
  127. UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
  128. UCH props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar)
  129. UCH dessertcraft{v1.3} [dessertcraft] (Dessertcraft-1.7.10-1.3.jar)
  130. UCH doggytalents{v1.9.0h} [Doggy Talents] (DoggyTalents-1.7.10-v1.9.0h-universal.jar)
  131. UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
  132. UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  133. UCH EnhancedBooks{1.7.10.01} [Enhanced Books] (Enhanced Books-1.7.10.01.jar)
  134. UCH farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
  135. UCH FortuneOres{2.0.5} [FortuneOres] (FortuneOres-MC1.7.10-2.0.5.jar)
  136. UCH ModGeochests{1.2.3} [§aGeochests] (geochests-1.7.10-v1.2.3.jar)
  137. UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
  138. UCH wuppy29_harderpeaceful{1.7.3} [Harder Peaceful] (Harder Peaceful 1.7.10-1.7.3.jar)
  139. UCH headcrumbs{1.6.2} [Headcrumbs] (Headcrumbs-1.6.2.jar)
  140. UCE helpfulvillagers{1.2.4} [Helpful Villagers] (helpfulvillagers-1.7.10-1.2.4.jar)
  141. UCH infinitelava{V0.1 - 1.7.10} [Infinite Lava] (Infinite Lava-V0.1 - 1.7.10.jar)
  142. UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
  143. UCH MoreBows2{1.2} [More Bows 2] (MoreBows2-1.2.jar)
  144. UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
  145. UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
  146. UCH cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
  147. UCE MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
  148. UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
  149. UCH potionstorage{1.8-1.0.0} [Potion Storage] (Potion-Storage-Mod-1.7.10.jar)
  150. UCH stillhungry{1.7.2-2.1.0} [Still Hungry!] (stillhungry-1.7.2-2.1.1.jar)
  151. UCH StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
  152. UCH axetomahawk.core{1.5.4.0-1.7.10} [Tomahawks Core] (tomahawk-1.5.4.0-1.7.10.jar)
  153. UCH axetomahawk{1.5.4.0-1.7.10} [Tomahawks] (tomahawk-1.5.4.0-1.7.10.jar)
  154. UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  155. UCH VanillaPlus{1.4.4} [VanillaPlus] (VanillaPlus-1.7.10-1.4.4.jar)
  156. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12682 Compatibility Profile Context 13.301.1001.0' Renderer: 'AMD Radeon HD 6480G'
  157. Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
  158. LWJGL: 2.9.1
  159. OpenGL: AMD Radeon HD 6480G GL version 4.3.12682 Compatibility Profile Context 13.301.1001.0, ATI Technologies Inc.
  160. GL Caps: Using GL 1.3 multitexturing.
  161. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  162. Anisotropic filtering is supported and maximum anisotropy is 16.
  163. Shaders are available because OpenGL 2.1 is supported.
  164.  
  165. Is Modded: Definitely; Client brand changed to 'fml,forge'
  166. Type: Client (map_client.txt)
  167. Resource Packs: []
  168. Current Language: English (US)
  169. Profiler Position: N/A (disabled)
  170. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  171. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement