I have been trying to play the latest Pokecube but can't seem to get it to load. After installing all 4 mods (Pokecube Core 5.0.0a, Pokecube Mobs 2.3.6, Pokecube Revival 5.0.0_rc1, and Thutcore 4.3.1) I get the following crash report upon launching Minecraft
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 12/17/16 7:01 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pokécube Core (pokecube)
Caused by: java.lang.NoClassDefFoundError: pokecube/core/entity/pokemobs/genetics/genes/SpeciesGene
at pokecube.adventures.handlers.RecipeHandler$DNARecipeParser.manageRecipe(RecipeHandler.java:159)
at pokecube.core.database.recipes.XMLRecipeHandler.addRecipe(XMLRecipeHandler.java:139)
at pokecube.core.database.Database.loadRecipes(Database.java:893)
at pokecube.core.handlers.RecipeHandler.initRecipes(RecipeHandler.java:24)
at pokecube.core.Mod_Pokecube_Helper.postInit(Mod_Pokecube_Helper.java:133)
at pokecube.core.PokecubeCore.init(PokecubeCore.java:409)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:619)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:796)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:331)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:519)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:350)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.ClassNotFoundException: pokecube.core.entity.pokemobs.genetics.genes.SpeciesGene
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)
... 42 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I have been trying to play the latest Pokecube but can't seem to get it to load. After installing all 4 mods (Pokecube Core 5.0.0a, Pokecube Mobs 2.3.6, Pokecube Revival 5.0.0_rc1, and Thutcore 4.3.1) I get the following crash report upon launching Minecraft
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 12/17/16 7:01 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pokécube Core (pokecube)
Caused by: java.lang.NoClassDefFoundError: pokecube/core/entity/pokemobs/genetics/genes/SpeciesGene
at pokecube.adventures.handlers.RecipeHandler$DNARecipeParser.manageRecipe(RecipeHandler.java:159)
at pokecube.core.database.recipes.XMLRecipeHandler.addRecipe(XMLRecipeHandler.java:139)
at pokecube.core.database.Database.loadRecipes(Database.java:893)
at pokecube.core.handlers.RecipeHandler.initRecipes(RecipeHandler.java:24)
at pokecube.core.Mod_Pokecube_Helper.postInit(Mod_Pokecube_Helper.java:133)
at pokecube.core.PokecubeCore.init(PokecubeCore.java:409)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:619)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:796)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:331)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:519)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:350)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.ClassNotFoundException: pokecube.core.entity.pokemobs.genetics.genes.SpeciesGene
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)
... 42 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.11
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: 291809120 bytes (278 MB) / 571887616 bytes (545 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.35 Powered by Forge 13.19.1.2189 12 mods loaded, 12 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.11-13.19.1.2189.jar)
UCHI forge{13.19.1.2189} [Minecraft Forge] (forge-1.11-13.19.1.2189.jar)
UCHI thutcore{4.3.1} [ThutCore] (thutcore-4.3.1.jar)
UCHI pceditmod{1.10.2-2.0.0} [In-game NBTEdit - Pokecube Edition] (Pokecube Core-5.0.0.a.jar)
UCHE pokecube{5.0.0} [Pokécube Core] (Pokecube Core-5.0.0.a.jar)
UCHI pokecube_ml{0.1.0} [Pokecube Model Loader] (Pokecube Core-5.0.0.a.jar)
UCHE pokecube_mobs{2.3.6} [Pokécube Mobs] (Pokecube Mobs-2.3.6.jar)
UCHI pokecube_origin{@[email protected]} [Pokecube Origin] (Pokecube Mobs-2.3.6.jar)
UCHE pokecube_adventures{5.0.0} [Pokécube Revival] (Pokecube Revival-5.0.0_rc1.jar)
UCHI pokecube_compat{1.0} [Pokecube Compat] (Pokecube Revival-5.0.0_rc1.jar)
UCHE pokeplayer{@VERSION} [Pokecube Mystery Dungeon] (Pokecube Revival-5.0.0_rc1.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics'
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumyou're running an outdated pokecube alpha. there's already a release: https://minecraft.curseforge.com/projects/pokecube-core
ps: also update the other mods. and use spoilers next time