FTB Unstable 1.8.9 modpack (lastest download)
Undrhil opened this issue · 2 comments
When I add Agricraft to the Unstable modpack, it gets to phase 2/7 on the Forge loading screen and then crashes with this error report. Yes, I know it's unstable and no guaranteed to run, but the pack does run until I launch it with Agricraft. I am just trying to figure out what is causing the crash and I have no idea how to read this crash report. I have gone through and removed the mods in the "Return of the compat" issues post, but it still crashes.
---- Minecraft Crash Report ----
WARNING: coremods are present:
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar)
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.4.jar)
FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
thaumicinfusion (ThaumicInfusion-1.8.9-4.83.jar)
CoreXU2 (extrautils2-1.8.9-alpha-0.0.1.jar)
dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.10.jar)
LoadingPlugin (RandomThings-MC1.8.9-3.6.6.jar)
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 5/1/16 12:49 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.VerifyError: Bad return type
Exception Details:
Location:
com/infinityraider/agricraft/blocks/BlockModPlant.func_180660_a(Lnet/minecraft/block/state/IBlockState;Ljava/util/Random;I)Lnet/minecraft/item/Item; @31: areturn
Reason:
Type 'java/lang/Object' (current frame, stack[0]) is not assignable to 'net/minecraft/item/Item' (from method signature)
Current Frame:
bci: @31
flags: { }
locals: { 'com/infinityraider/agricraft/blocks/BlockModPlant', 'net/minecraft/block/state/IBlockState', 'java/util/Random', integer }
stack: { 'java/lang/Object' }
Bytecode:
0x0000000: 2bb2 00cb b900 ee02 00c0 003f b600 4310
0x0000010: 07a1 000a 2ab6 0193 a700 072a b601 97b0
0x0000020:
Stackmap Table:
same_frame(@27)
same_locals_1_stack_item_frame(@31,Object[#57])
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.VerifyError: Bad return type
Exception Details:
Location:
com/infinityraider/agricraft/blocks/BlockModPlant.func_180660_a(Lnet/minecraft/block/state/IBlockState;Ljava/util/Random;I)Lnet/minecraft/item/Item; @31: areturn
Reason:
Type 'java/lang/Object' (current frame, stack[0]) is not assignable to 'net/minecraft/item/Item' (from method signature)
Current Frame:
bci: @31
flags: { }
locals: { 'com/infinityraider/agricraft/blocks/BlockModPlant', 'net/minecraft/block/state/IBlockState', 'java/util/Random', integer }
stack: { 'java/lang/Object' }
Bytecode:
0x0000000: 2bb2 00cb b900 ee02 00c0 003f b600 4310
0x0000010: 07a1 000a 2ab6 0193 a700 072a b601 97b0
0x0000020:
Stackmap Table:
same_frame(@27)
same_locals_1_stack_item_frame(@31,Object[#57])
at com.infinityraider.agricraft.init.AgriCraftCrops.init(AgriCraftCrops.java:21)
at com.infinityraider.agricraft.AgriCraft.preInit(AgriCraft.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 192591600 bytes (183 MB) / 612651008 bytes (584 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1855 82 mods loaded, 82 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} Minecraft Coder Pack
UCH FML{8.0.99.99} Forge Mod Loader
UCH Forge{11.15.1.1855} Minecraft Forge
UCH CoreXU2{1} CoreXU2
UCH Waila{1.6.0} Waila
UCE agricraft{2.0.0a3} AgriCraft
UCH bagginses{2.1.5b} Bagginses
UCH BetterAchievements{0.1.1} Better Achievements
UCH BetterThanBunnies{1.8.9-1.0.1} BetterThanBunnies
UCH BloodMagic{1.8.9-2.0.0-19} Blood Magic: Alchemical Wizardry
UCH bookshelfapi{2.3.6} Bookshelf
UCH Baubles{1.1.3.0} Baubles
UCH Thaumcraft{5.2.4} Thaumcraft
UCH Botania{r1.8-299} Botania
UCH BuildCraft|Core{7.2.0} BuildCraft
UCH BuildCraft|Builders{7.2.0} BC Builders
UCH BuildCraft|Transport{7.2.0} BC Transport
UCH BuildCraft|Energy{7.2.0} BC Energy
UCH BuildCraft|Silicon{7.2.0} BC Silicon
UCH BuildCraft|Robotics{7.2.0} BC Robotics
UCH BuildCraft|Factory{7.2.0} BC Factory
UCH IronChest{6.0.125.770} Iron Chest
UCH BuildCraft|Compat{7.2.0} BuildCraft Compat
UCH buildingbrickscompatvanilla{1.8.9-1.4.2} Building Bricks Vanilla Compat
UCH buildingbricks{1.8.9-1.4.2} Building Bricks
UCH Chameleon{1.8.9-0.2.1} Chameleon
UCH mcmultipart{1.0.8} MCMultiPart
UCH CharsetLib{0.2.1} ‽
UCH CharsetTweaks{0.2.1} *
UCH CharsetWires{0.2.1} +
UCH CharsetAudio{0.2.1} ♫
UCH CharsetStorage{0.2.1} #
UCH CharsetPipes{0.2.1} |
UCH CharsetGates{0.2.1} &
UCH chisel{@Version@} Chisel
UCH chiselsandbits{mc1.8.9-v1.8.11} Chisels & Bits
UCH compasscoords{1.8.9-0.2.6} Compass Co-ords
UCH craftingtweaks{3.0.52} Crafting Tweaks
UCH crafttweaker{3.0.0} crafttweaker
UCH CustomMainMenu{2.0} Custom Main Menu
UCH ElecCore{1.4.247} ElecCore
UCH deepresonance{1.1.4beta17} DeepResonance
UCH dsurround{2.0.4.10} Dynamic Surroundings
UCH ShetiPhianCore{3.1.0} ShetiPhian-Core
UCH EnderTanks{1.2.1} EnderTanks
UCH ExtraUtils2{1.0} ExtraUtils2
UCH ezstorage{1.0} EZ Storage
UCH fastleafdecay{1.6} Fast Leaf Decay
UCH flatcoloredblocks{mc1.8.9-v1.8} Flat Colored Blocks
UCH forgeanalytics{0.0.0.13} Forge Analytics
UCH FTBL{2.0.2} FTBLib
UCH FTBU{2.0.2} FTBUtilities
UCH furnus{1.73} Furnus
UCH graves{1.8.9-b46-universal} Graves Mod
UCH hopperducts{1.4.6} Hopper Ducts
UCH IGWMod{1.2.4-4} In-Game wiki Mod
UCH intangible{0.0.25} Intangible
UCH inventorysorter{0.7.4+26} Simple Inventory sorting
UCH journeymap{1.8.9-5.1.5} JourneyMap
UCE jeresources{0.4.0} Just Enough Resources
UCH k4lib{1.8.9-1.0.16} K4Lib
UCH llor{1.0.5-mc1.8.9} Light Level Overlay Reloaded
UCH mantle{1.8.9-0.9.1.jenkins99} Mantle
UCH testdummy{1.0} MmmMmmMmmMmm
UCH ModLister{1.8.9-1.0.7} ModLister
UCH Morpheus{1.8.9-2.0.58} Morpheus
UCH MouseTweaks{2.6.2} Mouse Tweaks
UCH neotech{2.4.1} NeoTech
UCH notenoughkeys{@MOD_VERSION@} NotEnoughKeys
UCH fodc{1.7.2} Ore Dictionary Converter
UCH playerrugs{0.0.1} Player Rugs
UCH PneumaticCraft{1.13.8-12} PneumaticCraft
UCH progressiveautomation{1.6.35} Progressive Automation
UCH Psi{beta-23} Psi
UCH randomthings{3.6.6} Random Things
UCH ResourceLoader{1.4} Resource Loader
UCH rftools{4.23beta33} RFTools
UCH simpleretrogen{2.2.2+3} Simple Retrogen
UCH StorageDrawers{1.8.9-2.4.4} Storage Drawers
UCH thaumicinfusion{4.83} Thaumic Infusion
UCH wawla{1.1.4.168} What Are We Looking At
UCH denseores{1.0} denseores
Loaded coremods (and transformers):
NowWithRendering (hopperducts-mc1.8.8-1.4.6.jar)
net.fybertech.nwr.NowWithRendering
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.4.jar)
FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
com.olafski.fastleafdecay.FldTransformer
thaumicinfusion (ThaumicInfusion-1.8.9-4.83.jar)
drunkmafia.thaumicinfusion.common.asm.BlockTransformer
drunkmafia.thaumicinfusion.common.asm.WorldTransformer
CoreXU2 (extrautils2-1.8.9-alpha-0.0.1.jar)
com.rwtema.extrautils2.asm.ClassTransformerHandler
dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.10.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
LoadingPlugin (RandomThings-MC1.8.9-3.6.6.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.8.8-1.4.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.82' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
Looks like Just Enough Resources is returning with UCE, rather than UCH. The 'E' in UCE means error. Probably a recipe issue if Agricraft has anything to do with it at all.