Advertisement
scalda

Untitled

Jun 6th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  5. PlusTiC (plustic-5.0.1.0.jar)
  6. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  7. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  8. Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
  9. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  10. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  12. FMLPlugin (InventoryTweaks-1.61-58.jar)
  13. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  14. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  15. ForgelinPlugin (Forgelin-1.4.2.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Don't be sad. I'll do better next time, I promise!
  19.  
  20. Time: 6/6/17 9:52 PM
  21. Description: Exception while ticking a block
  22.  
  23. java.lang.AbstractMethodError: Method com/infinityraider/agricraft/tiles/TileEntityCrop.getWorld()Lnet/minecraft/world/World; is abstract
  24. at com.infinityraider.agricraft.tiles.TileEntityCrop.getWorld(TileEntityCrop.java)
  25. at com.infinityraider.agricraft.farming.mutation.MutateStrategy.executeStrategy(MutateStrategy.java:32)
  26. at com.infinityraider.agricraft.api.v1.mutation.IAgriMutationEngine.lambda$attemptCross$0(IAgriMutationEngine.java:34)
  27. at java.util.Optional.flatMap(Optional.java:241)
  28. at com.infinityraider.agricraft.api.v1.mutation.IAgriMutationEngine.attemptCross(IAgriMutationEngine.java:34)
  29. at com.infinityraider.agricraft.tiles.TileEntityCrop.crossOver(TileEntityCrop.java:495)
  30. at com.infinityraider.agricraft.tiles.TileEntityCrop.onGrowthTick(TileEntityCrop.java:57)
  31. at java.util.Optional.ifPresent(Optional.java:159)
  32. at com.infinityraider.agricraft.blocks.BlockCrop.func_180650_b(BlockCrop.java:91)
  33. at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:744)
  34. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
  35. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  36. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  37. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  39. at java.lang.Thread.run(Thread.java:745)
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Thread: Server thread
  47. Stacktrace:
  48. at com.infinityraider.agricraft.tiles.TileEntityCrop.getWorld(TileEntityCrop.java)
  49. at com.infinityraider.agricraft.farming.mutation.MutateStrategy.executeStrategy(MutateStrategy.java:32)
  50. at com.infinityraider.agricraft.api.v1.mutation.IAgriMutationEngine.lambda$attemptCross$0(IAgriMutationEngine.java:34)
  51. at java.util.Optional.flatMap(Optional.java:241)
  52. at com.infinityraider.agricraft.api.v1.mutation.IAgriMutationEngine.attemptCross(IAgriMutationEngine.java:34)
  53. at com.infinityraider.agricraft.tiles.TileEntityCrop.crossOver(TileEntityCrop.java:495)
  54. at com.infinityraider.agricraft.tiles.TileEntityCrop.onGrowthTick(TileEntityCrop.java:57)
  55. at java.util.Optional.ifPresent(Optional.java:159)
  56. at com.infinityraider.agricraft.blocks.BlockCrop.func_180650_b(BlockCrop.java:91)
  57.  
  58. -- Block being ticked --
  59. Details:
  60. Block: agricraft:crop
  61. Block location: World: (61,73,160), Chunk: (at 13,4,0 in 3,10; contains blocks 48,0,160 to 63,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  62. Stacktrace:
  63. at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:744)
  64. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:218)
  65.  
  66. -- Affected level --
  67. Details:
  68. Level name: New World
  69. All players: 1 total; [EntityPlayerMP['scalda'/305, l='New World', x=63.05, y=72.94, z=161.64]]
  70. Chunk stats: ServerChunkCache: 641 Drop: 0
  71. Level seed: 1789443569064272530
  72. Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: true
  73. Level generator options:
  74. Level spawn location: World: (108,64,256), Chunk: (at 12,4,0 in 6,16; contains blocks 96,0,256 to 111,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  75. Level time: 63325 game time, 4455 day time
  76. Level dimension: 0
  77. Level storage version: 0x04ABD - Anvil
  78. Level weather: Rain time: 12491 (now: true), thunder time: 69951 (now: false)
  79. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  80. Stacktrace:
  81. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  82. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  83. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  85. at java.lang.Thread.run(Thread.java:745)
  86.  
  87. -- System Details --
  88. Details:
  89. Minecraft Version: 1.10.2
  90. Operating System: Windows 10 (amd64) version 10.0
  91. Java Version: 1.8.0_101, Oracle Corporation
  92. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  93. Memory: 2537049000 bytes (2419 MB) / 5530189824 bytes (5274 MB) up to 5726797824 bytes (5461 MB)
  94. Mod Pack: com.mumfrey.liteloader.crashreport.CallableLiteLoaderBrand@2c86e9a3
  95. LiteLoader Mods: com.mumfrey.liteloader.crashreport.CallableLiteLoaderMods@3bd44086
  96. LaunchWrapper: com.mumfrey.liteloader.crashreport.CallableLaunchWrapper@10bb61a3
  97. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6144m
  98. IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
  99. FML: MCP 9.32 Powered by Forge 12.18.3.2254 137 mods loaded, 137 mods active
  100. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  101. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  102. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254-universal.jar)
  103. UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar)
  104. UCHIJAAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
  105. UCHIJAAAA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  106. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  107. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  108. UCHIJAAAA infinitylib{1.10.2-0.10.0} [InfinityLib] (infinitylib-0.10.0.jar)
  109. UCHIJAAAA agricraft{2.0.0-0.10.0-a18} [AgriCraft] (agricraft-2.0.0-0.10.0-a18.jar)
  110. UCHIJAAAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  111. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  112. UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  113. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.3.jar)
  114. UCHIJAAAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
  115. UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  116. UCHIJAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  117. UCHIJAAAA Avaritia{1.10.2-2.0.7} [Avaritia] (Avaritia-1.10.2-2.0.7.jar)
  118. UCHIJAAAA avaritiaadditions{1.6} [Avaritia Additions] (AvaritiaAdditions-1.6_1.10.2.jar)
  119. UCHIJAAAA baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar)
  120. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.25.jar)
  121. UCHIJAAAA MineTweaker3{3.0.25} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.25.jar)
  122. UCHIJAAAA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar)
  123. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  124. UCHIJAAAA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
  125. UCHIJAAAA blockarmor{2.4.3} [Block Armor] (BlockArmor-1.10.2-2.4.3.jar)
  126. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  127. UCHIJAAAA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  128. UCHIJAAAA brandonscore{9.9.9} [Brandon's Core] (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
  129. UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  130. UCHIJAAAA chancecubes{1.10.2-3.0.1.189} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.189.jar)
  131. UCHIJAAAA ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar)
  132. UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  133. UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
  134. UCHIJAAAA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
  135. UCHIJAAAA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
  136. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  137. UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  138. UCHIJAAAA clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar)
  139. UCHIJAAAA cyclopscore{0.10.4} [Cyclops Core] (CyclopsCore-1.9.4-0.10.4.jar)
  140. UCHIJAAAA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
  141. UCHIJAAAA concrete{1.1} [1.12 Concrete] (concreteMod-1.1.jar)
  142. UCHIJAAAA cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar)
  143. UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  144. UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.25.jar)
  145. UCHIJAAAA cropdusting{0.6} [CropDusting] (CropDusting-0.6-[1.9.4-1.10-1.10.2].jar)
  146. UCHIJAAAA modcurrency{1.10.2-1.0.3} [Currency Mod] (Currency-1.10.2-1.0.3.jar)
  147. UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  148. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar)
  149. UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar)
  150. UCHIJAAAA draconicevolution{2.0.12} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.12.222-universal.jar)
  151. UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  152. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  153. UCHIJAAAA Waila{1.8.13-B27_1.10.2} [Waila] (Hwyla-1.8.13-B27_1.10.2.jar)
  154. UCHIJAAAA EnderIO{1.10.2-3.1.192} [Ender IO] (EnderIO-1.10.2-3.1.192.jar)
  155. UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  156. UCHIJAAAA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
  157. UCHIJAAAA fakeblocks{1.0.0} [FakeBlocks] (FakeBlocks 1.0.0.jar)
  158. UCHIJAAAA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
  159. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  160. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-law.jar)
  161. UCHIJAAAA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
  162. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  163. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  164. UCHIJAAAA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar)
  165. UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  166. UCHIJAAAA hatchery{0.3.15} [Hatchery] (hatchery-1.10.2-0.3.15.jar)
  167. UCHIJAAAA hermitron{0.2.13} [Hermitron] (hermitron-1.10.2-0.2.13.jar)
  168. UCHIJAAAA ichunutil{6.3.2} [iChunUtil] (iChunUtil-1.10.2-6.3.2.jar)
  169. UCHIJAAAA iextras{0.0.7-beta} [iExtras] (iextras-1.10.2-0.0.7-beta.jar)
  170. UCHIJAAAA InventoryPets{1.4.9.5} [Inventory Pets] (inventorypets-1.10-1.4.9.5.jar)
  171. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  172. UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  173. UCHIJAAAA iskalliumreactors{0.3.9-beta} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.9-beta.jar)
  174. UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  175. UCHIJAAAA loottweaker{0.0.6.2} [LootTweaker] (LootTweaker-1.10.2-0.0.6.2.jar)
  176. UCHIJAAAA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  177. UCHIJAAAA librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar)
  178. UCHIJAAAA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
  179. UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  180. UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  181. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  182. UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
  183. UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
  184. UCHIJAAAA mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
  185. UCHIJAAAA natura{1.10.2-4.1.0.65} [Natura] (natura-1.10.2-4.1.0.65.jar)
  186. UCHIJAAAA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
  187. UCHIJAAAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  188. UCHIJAAAA moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar)
  189. UCHIJAAAA mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
  190. UCHIJAAAA mob_grinding_utils{0.1.8.21} [mob_grinding_utils] (MobGrindingUtils-0.1.8.21.jar)
  191. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  192. UCHIJAAAA modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar)
  193. UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
  194. UCHIJAAAA morechickens{1.1.4} [More Chickens] (MoreChickens-1.10.2-1.1.4.jar)
  195. UCHIJAAAA moreloottables{0.2.1} [More Loot Tables] (moreloottables-1.10.2-0.2.1.jar)
  196. UCHIJAAAA moreplayermodels{1.10.2} [MorePlayerModels] (MorePlayerModels_1.10.2(11nov16).jar)
  197. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  198. UCHIJAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  199. UCHIJAAAA mw{1.10.1} [Modern Warfare] (mw-1.10.1_mc1.10.2.jar)
  200. UCHIJAAAA mysticalagriculture{1.5.4} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.4.jar)
  201. UCHIJAAAA botanicaladdons{1.9} [Natural Pledge] (NaturalPledge-r1.9.1.jar)
  202. UCHIJAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
  203. UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
  204. UCHIJAAAA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  205. UCHIJAAAA plustic{5.0.1.0} [PlusTiC] (plustic-5.0.1.0.jar)
  206. UCHIJAAAA portalgun{6.0.1} [PortalGun] (PortalGun-1.10.2-6.0.1.jar)
  207. UCHIJAAAA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
  208. UCHIJAAAA reccomplex{1.3.1.1-1.10} [Recurrent Complex] (RecurrentComplex-1.3.1.1-1.10.jar)
  209. UCHIJAAAA StorageDrawers{1.10.2-3.7.8} [Storage Drawers] (StorageDrawers-1.10.2-3.7.8.jar)
  210. UCHIJAAAA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
  211. UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  212. UCHIJAAAA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  213. UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  214. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  215. UCHIJAAAA SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar)
  216. UCHIJAAAA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.0.6.jar)
  217. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  218. UCHIJAAAA subcommonlib{1.1.3.0} [Subaraki's Common Library] (sublib-1.10.2-1.1.3.0.jar)
  219. UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  220. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  221. UCHIJAAAA tp{1.2.0-Hotfix} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.0-Hotfix.jar)
  222. UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.3.27.jar)
  223. UCHIJAAAA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  224. UCHIJAAAA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  225. UCHIJAAAA VeinMiner{0.35.3_1.9-a46c1b0} [Vein Miner] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar)
  226. UCHIJAAAA VeinMinerModSupport{0.35.3_1.9-a46c1b0} [Mod Support] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar)
  227. UCHIJAAAA vc{4.38.42} [ViesCraft] (ViesCraft-1.10.X-4.38.42.jar)
  228. UCHIJAAAA wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar)
  229. UCHIJAAAA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  230. UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
  231. UCHIJAAAA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
  232. UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
  233. UCHIJAAAA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
  234. UCHIJAAAA Woot{1.10.2-1.4.0} [Woot] (woot-1.10.2-1.4.0.jar)
  235. UCHIJAAAA xpplus{1.0} [XP-Plus] (xpplus-1.02.jar)
  236. UCHIJAAAA librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar)
  237. UCHIJAAAA moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
  238. Loaded coremods (and transformers):
  239. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  240. codechicken.nei.asm.NEITransformer
  241. PlusTiC (plustic-5.0.1.0.jar)
  242. landmaster.plustic.asm.Transform
  243. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  244. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  245. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  246. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  247. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  248. net.malisis.core.util.clientnotif.ClientNotifTransformer
  249. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  250. lumien.resourceloader.asm.ClassTransformer
  251. Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
  252. com.brandon3055.brandonscore.asm.ClassTransformer
  253. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  254. codechicken.lib.asm.ClassHeirachyManager
  255. codechicken.lib.asm.CCL_ASMTransformer
  256. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  257. team.chisel.common.asm.ChiselTransformer
  258. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  259. com.enderio.core.common.transform.EnderCoreTransformer
  260. FMLPlugin (InventoryTweaks-1.61-58.jar)
  261. invtweaks.forge.asm.ContainerTransformer
  262. IvToolkit (IvToolkit-1.3.3-1.10.jar)
  263.  
  264. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  265. cofh.asm.CoFHClassTransformer
  266. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  267. ForgelinPlugin (Forgelin-1.4.2.jar)
  268.  
  269. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  270. Pulsar/natura loaded Pulses:
  271. - NaturaCommons (Enabled/Forced)
  272. - NaturaOverworld (Enabled/Not Forced)
  273. - NaturaNether (Enabled/Not Forced)
  274. - NaturaDecorative (Enabled/Not Forced)
  275. - NaturaEntities (Enabled/Not Forced)
  276. - NaturaOredict (Enabled/Forced)
  277. - NaturaWorld (Enabled/Not Forced)
  278. - WailaIntegration (Enabled/Not Forced)
  279. - craftingtweaksIntegration (Enabled/Not Forced)
  280.  
  281. Pulsar/tconstruct loaded Pulses:
  282. - TinkerCommons (Enabled/Forced)
  283. - TinkerWorld (Enabled/Not Forced)
  284. - TinkerTools (Enabled/Not Forced)
  285. - TinkerHarvestTools (Enabled/Forced)
  286. - TinkerMeleeWeapons (Enabled/Forced)
  287. - TinkerRangedWeapons (Enabled/Forced)
  288. - TinkerModifiers (Enabled/Forced)
  289. - TinkerSmeltery (Enabled/Not Forced)
  290. - TinkerGadgets (Enabled/Not Forced)
  291. - TinkerOredict (Enabled/Forced)
  292. - TinkerIntegration (Enabled/Forced)
  293. - TinkerFluids (Enabled/Forced)
  294. - TinkerMaterials (Enabled/Forced)
  295. - TinkerModelRegister (Enabled/Forced)
  296. - chiselsandbitsIntegration (Enabled/Not Forced)
  297. - craftingtweaksIntegration (Enabled/Not Forced)
  298. - WailaIntegration (Enabled/Not Forced)
  299.  
  300. NotEnoughItems Invalid Fingerprint Reports:
  301. CodeChickenLib Invalid Fingerprint Reports:
  302. CodeChickenCore Invalid Fingerprint Reports:
  303. ChickenChunks Invalid Fingerprint Reports:
  304. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  305. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/CoFHAPIProps.class).
  306. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  307. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  308. Detailed RF API diagnostics:
  309. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/EnergyStorage.class
  310. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyConnection.class
  311. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  312. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyHandler.class
  313. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyProvider.class
  314. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  315. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyStorage.class
  316. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  317. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/FoolCraft%201.4/minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  318. Detailed Tesla API diagnostics:
  319. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  320. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  321. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  322. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  323. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  324. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  325. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  326. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  327. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  328. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  329. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  330.  
  331. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  332. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  333. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  334.  
  335. EnderStorage Invalid Fingerprint Reports:
  336. Translocator Invalid Fingerprint Reports:
  337. Profiler Position: N/A (disabled)
  338. Player Count: 1 / 8; [EntityPlayerMP['scalda'/305, l='New World', x=63.05, y=72.94, z=161.64]]
  339. Type: Integrated Server (map_client.txt)
  340. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement