Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with Natura #15

Closed
hgletthofer opened this issue Feb 13, 2015 · 2 comments
Closed

Crash with Natura #15

hgletthofer opened this issue Feb 13, 2015 · 2 comments

Comments

@hgletthofer
Copy link

I tried to add HungerOverhaul to my mods and so i needed AppleCore.
Game crashes on start with message:

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 13.02.15 22:50
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/natura/blocks/crops/BerryBush
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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.NoClassDefFoundError: mods/natura/blocks/crops/BerryBush
at mods.natura.plugins.PluginController.registerBuiltins(PluginController.java:27)
at mods.natura.Natura.preInit(Natura.java:73)
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:513)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: mods.natura.blocks.crops.BerryBush
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
Caused by: java.lang.RuntimeException: mods/natura/blocks/crops/BerryBush: updateTick method not found
at squeek.applecore.asm.module.ModulePlantGrowth.transform(ModulePlantGrowth.java:49)
at squeek.applecore.asm.TransformerModuleHandler.transform(TransformerModuleHandler.java:39)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 40 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: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 179258024 bytes (170 MB) / 553766912 bytes (528 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -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.85.1291 Minecraft Forge 10.13.2.1291 78 mods loaded, 78 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.13} Aroma1997Core Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.74} Not Enough Items Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized
AppleCore{1.2.0} AppleCore Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Errored
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
bcapiHolder{1.0} bcapiHolder Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.2.8} [Carpenter's Blocks](Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.16} ChickenChunks Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized
chisel{2.1.3} [Chisel](Chisel 2-2.1.3.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.27} EnderStorage Unloaded->Constructed->Pre-initialized
enviromine{1.3.101} EnviroMine Unloaded->Constructed->Pre-initialized
exnihilo{1.37} Ex Nihilo Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.1} Extra Utilities Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized
GraveStone{2.11.3} GraveStone Unloaded->Constructed->Pre-initialized
inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks Unloaded->Constructed->Pre-initialized
Waila{1.5.6a} Waila Unloaded->Constructed->Pre-initialized
JABBA{1.2.0} JABBA Unloaded->Constructed->Pre-initialized
millenaire{6.0.0} Millénaire Unloaded->Constructed->Pre-initialized
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
neiintegration{1.0.3} NEI Integration Unloaded->Constructed->Pre-initialized
NotEnoughCodecs{0.3} NotEnoughCodecs Unloaded->Constructed->Pre-initialized
notenoughkeys{@MOD_VERSION@} NotEnoughKEys Unloaded->Constructed->Pre-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized
desertcraft{1.7.2b} [Pam's DesertCraft](Pam's DesertCraft 1.7.10a.zip) Unloaded->Constructed->Pre-initialized
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!](Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10f.jar) Unloaded->Constructed->Errored
mobdropcrops{1.7.2a} [Pam's Mob Drop Crops](Pam's Mob Drop Crops 1.7.10a.zip) Unloaded->Constructed->Pre-initialized
simplerecipes{1.7.2a} [Pam's Simple Recipes](Pam's Simple Recipes 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
weeeflowers{1.7.2b} [Pam's Weee! Flowers](Pam's WeeeFlowers 1.7.2b.zip) Unloaded->Constructed->Pre-initialized
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.6.57} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.6.57} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.6.57} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.7.1.build803} Tinkers' Construct Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.6.57} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.6.57} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.6.57} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized
Translocator{1.1.1.14} Translocator Unloaded->Constructed->Pre-initialized
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: ARB, pool: internal, bits: 8

@squeek502
Copy link
Owner

Whoops, broke some stuff. Working on a fix.

Feel free to use v1.1.0 instead for now: https://github.com/squeek502/AppleCore/releases/tag/v1.1.0

@squeek502
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants