I'm trying to figure out how to get a bunch of mods to be compatible. So far, when I launch minecraft with the mods, I'm getting a crash report. Could anyone let me know what this means so I can fix it? Thanks.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 5/23/16 3:21 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: renderPlantID
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchFieldError: renderPlantID
at com.jaquadro.minecraft.gardencore.integration.PlantMegaPackIntegration.init(PlantMegaPackIntegration.java:35)
at com.jaquadro.minecraft.gardencore.core.ModIntegration.postInit(ModIntegration.java:29)
at com.jaquadro.minecraft.gardencore.GardenCore.postInit(GardenCore.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
These seem to be the relevant mods, which aren't the latest version for MC 1.7.10. There's no guarantee it will fix your issue, but you might try GardenStuff-1.7.10-1.7.0.jar.
Also, I searched the Garden Stuff thread for "renderplantid", and found some similar crashlogs, with replies from the Garden Stuff author saying to update Plant Mega Pack - you're using 4.02, while the latest for MC 1.7.10 is 4.33. I wouldn't be surprised if you have other outdated mods as well.
Alright, I updated the Garden Stuff mod to 1.7.10-1.7.10, and now it's just the Gardencore and Gardentrees that are showing up with UCHIE. Then I tried updating the Plant Mega Pack, and it kept crashing at the Anti ID Conflict mod, so I removed that. Now it's working. Thank you so much for your help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm trying to figure out how to get a bunch of mods to be compatible. So far, when I launch minecraft with the mods, I'm getting a crash report. Could anyone let me know what this means so I can fix it? Thanks.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 5/23/16 3:21 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: renderPlantID
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchFieldError: renderPlantID
at com.jaquadro.minecraft.gardencore.integration.PlantMegaPackIntegration.init(PlantMegaPackIntegration.java:35)
at com.jaquadro.minecraft.gardencore.core.ModIntegration.postInit(ModIntegration.java:29)
at com.jaquadro.minecraft.gardencore.GardenCore.postInit(GardenCore.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 379918192 bytes (362 MB) / 1060372480 bytes (1011 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
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJ Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJ RB-Core{0.0.0.1} [RotatableBlocks Core] (minecraft.jar)
UCHIJ cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UCHIJ jewelrycraft2{1.1.3} [Jewelrycraft 2] ([1.7.10] Jewelrycraft2-1.1.3-universal.jar)
UCHIJ ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar)
UCHIJ More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.1] More Crafting Recipes Mod.jar)
UCHIJ alchemyplusplus{1.2.0.83} [AlchemyPlusPlus] (Alchemy++Mod-1.7.10.jar)
UCHIJ koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCHIJ dendrology{1.7.10-1.6.4} [Ancient Trees] (AncientTrees-1.7.10-1.6.4.jar)
UCHIJ animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
UCHIJ antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-LATEST-1.7.10.jar)
UCHIJ Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar)
UCHIJ archmagus{0.5.0} [Archmagus] (Archmagus-1.7.10-0.5.0.jar)
UCHIJ ATG{0.10.0} [Alternate Terrain Generation] (ATG-1.7.10-0.12.0.jar)
UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJ Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJ butterflymania{1.3.2} [Butterfly Mania] (butterflymania-1.7.10-1.3.2.jar)
UCHIJ CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJ customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJ props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJ DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJ emeraldobsidianmod{1.3.1} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.7.10-1.3.1.jar)
UCHIJ etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UCHIJ exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.0.2b-1.7.10.jar)
UCHIJ fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UCHIE GardenCore{1.7.10-1.6.4} [Garden Core] (GardenStuff-1.7.10-1.6.4.jar)
UCHIE GardenContainers{1.7.10-1.6.4} [Garden Containers] (GardenStuff-1.7.10-1.6.4.jar)
UCHIJ GardenStuff{1.7.10-1.6.4} [Garden Stuff] (GardenStuff-1.7.10-1.6.4.jar)
UCHIE GardenTrees{1.7.10-1.6.4} [Garden Trees] (GardenStuff-1.7.10-1.6.4.jar)
UCHIJ glass_shards{1.5.2} [Glass Shards] (glass_shards_mc1.7.10-1.5.2.jar)
UCHIJ ice_shards{1.3} [Ice Shards] (ice_shards_mc1.7.10-1.3.jar)
UCHIJ IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJ journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJ latticemod{1.0} [Lattice Mod] (latticemod-mc1.7.10-1.0.jar)
UCHIJ lp{1.0.0} [LightsPlus] (LightsPlus 1.7.10_1.1.0.jar)
UCHIJ malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJ malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJ yurtmod{1.10} [Nomadic Tents] (NomadicTents[1.7.10]-1.10.jar)
UCHIJ harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJ placeableitems{PreAlpha 2.0} [Placeable Items Mod] (placeableitems-PreAlpha 2.0.jar)
UCHIJ plantmegapack{4.02} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.7.10.jar)
UCHIJ potioncore{@[email protected]} [Potion Core] (PotionCore-1.2_beta_for_1.7.10.jar)
UCHIJ Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJ corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJ Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
UCHIJ ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.7.10.jar)
UCHIJ RotatableBlocks{172-build-9} [Rotatable Blocks] (rotateableblocks-17x-build-9.jar)
UCHIJ SaltMod{1.8.c} [Salty Mod] (SaltyMod-1.7.10-1.8.c.jar)
UCHIJ cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJ cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJ TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar)
UCHIJ camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJ TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3.jar)
UCHIJ weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJ wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCHIJ WTFCore{1.7} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.7.jar)
UCHIJ CaveBiomes{1.6} [WhiskyTangoFox's CaveBiomes] (WTFCaveBiomes-1.7.10_v1.6.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4400'
These seem to be the relevant mods, which aren't the latest version for MC 1.7.10. There's no guarantee it will fix your issue, but you might try GardenStuff-1.7.10-1.7.0.jar.
Also, I searched the Garden Stuff thread for "renderplantid", and found some similar crashlogs, with replies from the Garden Stuff author saying to update Plant Mega Pack - you're using 4.02, while the latest for MC 1.7.10 is 4.33. I wouldn't be surprised if you have other outdated mods as well.
Alright, I updated the Garden Stuff mod to 1.7.10-1.7.10, and now it's just the Gardencore and Gardentrees that are showing up with UCHIE. Then I tried updating the Plant Mega Pack, and it kept crashing at the Anti ID Conflict mod, so I removed that. Now it's working. Thank you so much for your help.