Time: 10/10/15 8:48 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelJoint
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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: thehippomaster/AnimationAPI/client/ModelJoint
at thehippomaster.animatedplayer.client.ClientProxy.registerRenderers(ClientProxy.java:40)
at thehippomaster.animatedplayer.AnimatedPlayer.init(AnimatedPlayer.java:37)
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.initializeMods(Loader.java:691)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.client.ModelJoint
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.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
For whatever reason, the mod is currently bugged to require the bspkrs core to use with Optifine. No idea why.
Can confirm. Laggy as it might have been (playing on a calculator mind
you), I more or less need Optifine to play minecraft (as well as
Fastcraft and Better FPS), I also have bspkrs core installed (because I
have the Hud mod) and whenever I went into f5 (shoulder serfing, because
improved first person isn't updated yet sadly QAQ) and the player model
was animated, dunno why it does it... but yea, get bspkrs core (and the Hud mod while your at it :3), and it SHOULD work (NOTE: not responsible for it not working)
That doesn't explain much. To work out the cause of a glitch, we'll need to see:
-Your entire skin file
-Your complete mod list
-Your current version of Forge and Minecraft
Then it should be relatively simple to work out what happened.
That doesn't explain much. To work out the cause of a glitch, we'll need to see:
-Your entire skin file
-Your complete mod list
-Your current version of Forge and Minecraft
Then it should be relatively simple to work out what happened.
Odd...it seems to be applying the hat layer L and R faces to the wrong side of the model...and you're sure it doesn't do this in Vanilla? Because no one else has posted a bug like this before.
Yo hippomaster, Idea for ya. Add a new animation for unsheathing items from your back- Like make your character reach back and pull out the item, yeah? I think that'd be cool. Maybe "pull" that in the 1.8 update! Get it?
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 10/10/15 8:48 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelJoint
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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: thehippomaster/AnimationAPI/client/ModelJoint
at thehippomaster.animatedplayer.client.ClientProxy.registerRenderers(ClientProxy.java:40)
at thehippomaster.animatedplayer.AnimatedPlayer.init(AnimatedPlayer.java:37)
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.initializeMods(Loader.java:691)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.client.ModelJoint
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.NullPointerException
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: 55718224 bytes (53 MB) / 280190976 bytes (267 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.85.1232 Minecraft Forge 10.13.2.1232 11 mods loaded, 11 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1232} [Forge Mod Loader] (forge-1.7.10-10.13.2.1232.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1232} [Minecraft Forge] (forge-1.7.10-10.13.2.1232.jar) Unloaded->Constructed->Pre-initialized->Initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] ([1.7.10] Mine & Blade Battlegear 2 - Bullseye - 1.0.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
animatedplayer{1.5.1} [Animated Player Mod] (AnimatedPlayer-1.7.10-1.5.1 (2).jar) Unloaded->Constructed->Pre-initialized->Errored
customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar) Unloaded->Constructed->Pre-initialized->Initialized
RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCA{1.7.10-5.0.7.2} [Minecraft Comes Alive] (MCA-1.7.10-5.0.7.2-universal (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
sus{4.0.10} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Currently building: Japanese Themed Village =3
You have Player API installed, not Animation API. There's a link to Animation API on the first page of this thread. Go there and grab it.
OHHHHHHHHHHHHHHHH!!!!
Currently building: Japanese Themed Village =3
Looks like it isn't compatible with optifine... The player model doesn't change with optifine installed.
Yeah, the way they change rendering for the player with Optifine requries the default player model if I remember right Timorr.
For whatever reason, the mod is currently bugged to require the bspkrs core to use with Optifine. No idea why.
Can confirm. Laggy as it might have been (playing on a calculator mind
you), I more or less need Optifine to play minecraft (as well as
Fastcraft and Better FPS), I also have bspkrs core installed (because I
have the Hud mod) and whenever I went into f5 (shoulder serfing, because
improved first person isn't updated yet sadly QAQ) and the player model
was animated, dunno why it does it... but yea, get bspkrs core (and the Hud mod while your at it :3), and it SHOULD work (NOTE: not responsible for it not working)
i found a glitch in the mod
That doesn't explain much. To work out the cause of a glitch, we'll need to see:
-Your entire skin file
-Your complete mod list
-Your current version of Forge and Minecraft
Then it should be relatively simple to work out what happened.
This is the wierd thing, because Optifine works completely finr for me.
Edit- fine*
here you go
Odd...it seems to be applying the hat layer L and R faces to the wrong side of the model...and you're sure it doesn't do this in Vanilla? Because no one else has posted a bug like this before.
it dosent do this in vanilla no
can somebody fix this
i fixed it by doing this
I have the same problem.
The animation doesn't want to work. I have 1.7.10, the correct forge, and AnimationAPI the latest. What am i doing wrong??? HELP!
Help! it is not working. I have all required elements. but the animation wont work! Why not??? I have 1.7.10 by the way.
Please update animated player mod to 1.8 PLEASE I CANT WAIT ANY LONGER
Be patient. 1.8 would need work on all jacket parts. Also, Alex would need to be worked on since she has a 3 pixel long arm.
Ehhhh. Didnt think of that, @Endy. Cant wait for that, it'll make one certain Story Mode skin much more like story mode. 3D bottoms for sleeves YEY
Yo hippomaster, Idea for ya. Add a new animation for unsheathing items from your back- Like make your character reach back and pull out the item, yeah? I think that'd be cool. Maybe "pull" that in the 1.8 update! Get it?